pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   maya
Date:           Sun Jul  9 09:04:00 UTC 2017

Modified Files:
        pkgsrc/www/firefox: Makefile
        pkgsrc/www/firefox45: Makefile
        pkgsrc/www/firefox52: Makefile

Log Message:
firefox{,45,52}: bump pkgrevision with no change.

these packages pull in GCC_REQD+=4.9 via mozilla-common.mk, and
are very widely used (I suspect only www/firefox actually needs it)

this will take care of most of the fallout from major bumping
pkgsrc-gcc-libstdc++ to 7 on netbsd. these are the most widely
used packages setting GCC_REQD>4.8.


To generate a diff of this commit:
cvs rdiff -u -r1.299 -r1.300 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/firefox45/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/firefox52/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/firefox/Makefile
diff -u pkgsrc/www/firefox/Makefile:1.299 pkgsrc/www/firefox/Makefile:1.300
--- pkgsrc/www/firefox/Makefile:1.299   Mon Jul  3 12:27:49 2017
+++ pkgsrc/www/firefox/Makefile Sun Jul  9 09:04:00 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.299 2017/07/03 12:27:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.300 2017/07/09 09:04:00 maya Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
+PKGREVISION=           1
 MOZ_BRANCH=            54.0
 MOZ_BRANCH_MINOR=      .1
 

Index: pkgsrc/www/firefox45/Makefile
diff -u pkgsrc/www/firefox45/Makefile:1.27 pkgsrc/www/firefox45/Makefile:1.28
--- pkgsrc/www/firefox45/Makefile:1.27  Sat May 13 02:34:30 2017
+++ pkgsrc/www/firefox45/Makefile       Sun Jul  9 09:04:00 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2017/05/13 02:34:30 khorben Exp $
+# $NetBSD: Makefile,v 1.28 2017/07/09 09:04:00 maya Exp $
 
 MOZILLA_PKG_NAME=      firefox45
-PKGREVISION=   1
+PKGREVISION=   2
 FIREFOX_VER=   ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=    45.9
 MOZ_BRANCH_MINOR=      .0esr

Index: pkgsrc/www/firefox52/Makefile
diff -u pkgsrc/www/firefox52/Makefile:1.3 pkgsrc/www/firefox52/Makefile:1.4
--- pkgsrc/www/firefox52/Makefile:1.3   Mon Jul  3 16:26:59 2017
+++ pkgsrc/www/firefox52/Makefile       Sun Jul  9 09:04:00 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2017/07/03 16:26:59 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2017/07/09 09:04:00 maya Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
+PKGREVISION=           1
 MOZ_BRANCH=            52.2
 MOZ_BRANCH_MINOR=      .1esr
 



Home | Main Index | Thread Index | Old Index