diff options
author | ryoon <ryoon> | 2015-11-18 14:19:46 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2015-11-18 14:19:46 +0000 |
commit | ed0a8089955a675bdc35875f13d21304ee800a62 (patch) | |
tree | 341250332da494288fe8dfd52469413dc0c2f969 /www/firefox | |
parent | 766ebf561af9daec18d82427092656ed84725506 (diff) | |
download | pkgsrc-ed0a8089955a675bdc35875f13d21304ee800a62.tar.gz |
Recursive revbump from multimedia/libvpx
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 1ce2020d478..1d5547fa264 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.233 2015/11/03 15:52:57 ryoon Exp $ +# $NetBSD: Makefile,v 1.234 2015/11/18 14:19:55 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 42.0 @@ -6,6 +6,7 @@ MOZ_BRANCH_MINOR= 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/} |