It is just .utility not .utility-audioDecoder, sort .main alphabetically
and both wording and the second list (into a glob) so it reads better
and we don't have to sync two spots whenever the process model changes.

Feedback? Objection? OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/mozilla-firefox/Makefile,v
retrieving revision 1.523
diff -u -p -r1.523 Makefile
--- Makefile    16 Dec 2022 17:58:50 -0000      1.523
+++ Makefile    24 Dec 2022 18:26:39 -0000
@@ -8,6 +8,7 @@ MOZILLA_PROFDATA_TASKID=OZzHvwasSgaRHE5H
 MOZILLA_BRANCH =       release
 MOZILLA_PROJECT =      firefox
 MOZILLA_CODENAME =     browser
+REVISION =             0
 
 WRKDIST =      ${WRKDIR}/${MOZILLA_DIST}-${MOZILLA_DIST_VERSION:C/b[0-9]*//}
 HOMEPAGE =     https://www.mozilla.org/firefox/
Index: pkg/README
===================================================================
RCS file: /cvs/ports/www/mozilla-firefox/pkg/README,v
retrieving revision 1.34
diff -u -p -r1.34 README
--- pkg/README  20 Sep 2022 13:02:32 -0000      1.34
+++ pkg/README  24 Dec 2022 18:31:09 -0000
@@ -22,7 +22,7 @@ downloading files, or when viewing local
 the following files to change the pledge promises, unveil paths, and associated
 permissions:
 
-${SYSCONFDIR}/${MOZILLA_PROJECT}/{unveil,pledge}.{main,content,gpu,rdd,socket,utility-audioDecoder}
+${SYSCONFDIR}/${MOZILLA_PROJECT}/{unveil,pledge}.{content,gpu,main,rdd,socket,utility}
 
 As unveil() can't show non-existing dirs, it is recommended to manually
 create ~/Downloads for files to be properly saved in this directory.
@@ -83,9 +83,8 @@ Setting MOZ_LOG=OpenBSDSandbox:5 should 
 enough information will be ignored.
 
 To disable pledge and/or unveil support when troubleshooting, set the
-corresponding pledge or unveil file in
-${SYSCONFDIR}/${MOZILLA_PROJECT}/{unveil,pledge}.{main,content,gpu} to contain
-just "disable".
+corresponding file ${SYSCONFDIR}/${MOZILLA_PROJECT}/{unveil,pledge}.*
+to contain just "disable".
 
 D-BUS
 =====

Reply via email to