diff options
author | adam <adam@pkgsrc.org> | 2014-10-07 16:47:10 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-10-07 16:47:10 +0000 |
commit | 015c224c9f797867d1b7a46df558664ac3590032 (patch) | |
tree | 313937801daa2b30744756f4e0e8d99d14b355a6 /www/firefox | |
parent | d93a665b18424be89a7d6c9441bb78a490c71e0a (diff) | |
download | pkgsrc-015c224c9f797867d1b7a46df558664ac3590032.tar.gz |
Revbump after updating libwebp and icu
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 fd4000a0ce5..2f809b60a01 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.175 2014/10/05 01:59:08 ryoon Exp $ +# $NetBSD: Makefile,v 1.176 2014/10/07 16:47:37 adam Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 32.0.3 @@ -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/} |