diff options
author | ryoon <ryoon@pkgsrc.org> | 2019-04-03 00:32:25 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2019-04-03 00:32:25 +0000 |
commit | 23d86e66cccf6d9cf73fe21550f9eb7cb32812ff (patch) | |
tree | 9aea9254d6b44f29a00cc08cd5f105100694ee14 /www/firefox | |
parent | fec2a4753ad0cb8dfccd38b7b8d14dcc8dd1c396 (diff) | |
download | pkgsrc-23d86e66cccf6d9cf73fe21550f9eb7cb32812ff.tar.gz |
Recursive revbump from textproc/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 4a6a8a1d114..ad5d75743ff 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.367 2019/04/01 12:27:52 ryoon Exp $ +# $NetBSD: Makefile,v 1.368 2019/04/03 00:33:11 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 66.0 @@ -6,6 +6,7 @@ MOZ_BRANCH_MINOR= .2 DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} EXTRACT_SUFX= .tar.xz |