Friday, May 29, 2020

Re: firefox: fix keepassxc browser addon

On Fri, May 29, 2020 at 03:30:12PM +0200, Klemens Nanni wrote:
> Also, shouldn't we add CVS revision markers to all files under
> /etc/firefox/? Otherwise diffing them makes it hard for users to see
> when particular entries where added without consulting the ports tree.
Here's a diff for that without the new keepassxc unveil.

Both pledge.* and unveil.* support and already contain comments (lines
beginning with "#"), so this is no problem.

OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/mozilla-firefox/Makefile,v
retrieving revision 1.424
diff -u -p -U0 -r1.424 Makefile
--- Makefile 26 May 2020 14:03:49 -0000 1.424
+++ Makefile 29 May 2020 13:20:25 -0000
@@ -12 +12 @@ MOZILLA_CODENAME = browser
-REVISION = 0
+REVISION = 1
Index: files/pledge.content
===================================================================
RCS file: /cvs/ports/www/mozilla-firefox/files/pledge.content,v
retrieving revision 1.1
diff -u -p -U0 -r1.1 pledge.content
--- files/pledge.content 3 Dec 2019 17:00:46 -0000 1.1
+++ files/pledge.content 29 May 2020 19:39:49 -0000
@@ -0,0 +1 @@
+# $OpenBSD: $
Index: files/pledge.gpu
===================================================================
RCS file: /cvs/ports/www/mozilla-firefox/files/pledge.gpu,v
retrieving revision 1.1
diff -u -p -U0 -r1.1 pledge.gpu
--- files/pledge.gpu 3 Dec 2019 17:00:46 -0000 1.1
+++ files/pledge.gpu 29 May 2020 19:39:49 -0000
@@ -0,0 +1 @@
+# $OpenBSD: $
Index: files/pledge.main
===================================================================
RCS file: /cvs/ports/www/mozilla-firefox/files/pledge.main,v
retrieving revision 1.2
diff -u -p -U0 -r1.2 pledge.main
--- files/pledge.main 22 Apr 2020 14:05:47 -0000 1.2
+++ files/pledge.main 29 May 2020 19:39:49 -0000
@@ -0,0 +1 @@
+# $OpenBSD: $
Index: files/unveil.content
===================================================================
RCS file: /cvs/ports/www/mozilla-firefox/files/unveil.content,v
retrieving revision 1.1
diff -u -p -U0 -r1.1 unveil.content
--- files/unveil.content 3 Dec 2019 17:00:46 -0000 1.1
+++ files/unveil.content 29 May 2020 19:39:49 -0000
@@ -0,0 +1 @@
+# $OpenBSD: $
Index: files/unveil.gpu
===================================================================
RCS file: /cvs/ports/www/mozilla-firefox/files/unveil.gpu,v
retrieving revision 1.1
diff -u -p -U0 -r1.1 unveil.gpu
--- files/unveil.gpu 3 Dec 2019 17:00:46 -0000 1.1
+++ files/unveil.gpu 29 May 2020 19:39:49 -0000
@@ -0,0 +1 @@
+# $OpenBSD: $
Index: files/unveil.main
===================================================================
RCS file: /cvs/ports/www/mozilla-firefox/files/unveil.main,v
retrieving revision 1.3
diff -u -p -U0 -r1.3 unveil.main
--- files/unveil.main 8 Apr 2020 04:54:32 -0000 1.3
+++ files/unveil.main 29 May 2020 19:39:56 -0000
@@ -0,0 +1 @@
+# $OpenBSD: $

No comments:

Post a Comment