diff options
author | maya <maya@pkgsrc.org> | 2017-07-09 09:04:00 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-07-09 09:04:00 +0000 |
commit | 2180e672bc6c39910cde24d39fbeedd1744f2d7b (patch) | |
tree | 35883067ff53bcac40e55799854c2c084368fbc5 /www | |
parent | af6f65e4c0d388829d398097fd0a70a1be747090 (diff) | |
download | pkgsrc-2180e672bc6c39910cde24d39fbeedd1744f2d7b.tar.gz |
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.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox/Makefile | 3 | ||||
-rw-r--r-- | www/firefox45/Makefile | 4 | ||||
-rw-r--r-- | www/firefox52/Makefile | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 8bed62793b2..4519cb83547 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -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 diff --git a/www/firefox45/Makefile b/www/firefox45/Makefile index 5521c396c25..6375486b1b2 100644 --- a/www/firefox45/Makefile +++ b/www/firefox45/Makefile @@ -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 diff --git a/www/firefox52/Makefile b/www/firefox52/Makefile index ade367f8f11..1ff2a51998a 100644 --- a/www/firefox52/Makefile +++ b/www/firefox52/Makefile @@ -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 |