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/firefox45 | |
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/firefox45')
-rw-r--r-- | www/firefox45/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |