diff options
author | ryoon <ryoon@pkgsrc.org> | 2016-04-11 19:01:33 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2016-04-11 19:01:33 +0000 |
commit | 376dd503ef6cbcf8abfdfe66fd8909dfc4a2ce5f (patch) | |
tree | 480fa015ec656fd0ad89b19d5e19b0101f167664 /www/firefox | |
parent | 7e35fbb8d71775e723c7b84e3af09aefb795d5f8 (diff) | |
download | pkgsrc-376dd503ef6cbcf8abfdfe66fd8909dfc4a2ce5f.tar.gz |
Recursive revbump from textproc/icu 57.1
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 05641acc2e5..3f79304e6cc 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.247 2016/03/19 22:57:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.248 2016/04/11 19:02:05 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 45.0 @@ -6,6 +6,7 @@ MOZ_BRANCH_MINOR= .1 DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/} |