diff options
author | wiz <wiz> | 2014-04-16 11:22:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-04-16 11:22:00 +0000 |
commit | 10c82e3d5d715dc165ea43f6f1af43d1f3eb488b (patch) | |
tree | cfc3d904e0bbac45279ece1d502fd7cb215e2738 /www/firefox24 | |
parent | 75d7bd5649fdb8e31395194d127cb0952ce27634 (diff) | |
download | pkgsrc-10c82e3d5d715dc165ea43f6f1af43d1f3eb488b.tar.gz |
Bump PKGREVISION for libatomic_ops PKGNAME change.
Diffstat (limited to 'www/firefox24')
-rw-r--r-- | www/firefox24/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox24/Makefile b/www/firefox24/Makefile index a5ba5eedcc9..4a95374041a 100644 --- a/www/firefox24/Makefile +++ b/www/firefox24/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/04/09 07:27:17 obache Exp $ +# $NetBSD: Makefile,v 1.17 2014/04/16 11:22:04 wiz Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 24.4.0 @@ -6,7 +6,7 @@ MOZ_BRANCH_MINOR= esr DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= firefox24-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www #MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/} |