diff options
author | leot <leot@pkgsrc.org> | 2020-08-18 17:57:24 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2020-08-18 17:57:24 +0000 |
commit | f541e11970c0928c97f9e5119cc927afa0f8910a (patch) | |
tree | 0ed41dd52d88e99122ea10fd02e260e1fcc50746 /www/firefox78 | |
parent | 6851ffc9c3f0810a2549284162592b280f5e8673 (diff) | |
download | pkgsrc-f541e11970c0928c97f9e5119cc927afa0f8910a.tar.gz |
*: revbump for libsndfile
Diffstat (limited to 'www/firefox78')
-rw-r--r-- | www/firefox78/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox78/Makefile b/www/firefox78/Makefile index ddef77e0186..fec2ef3a9ee 100644 --- a/www/firefox78/Makefile +++ b/www/firefox78/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2020/08/17 20:20:21 leot Exp $ +# $NetBSD: Makefile,v 1.3 2020/08/18 17:58:16 leot Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 78.1 @@ -6,7 +6,7 @@ MOZ_BRANCH_MINOR= .0esr DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//:S/firefox-/firefox78-/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} EXTRACT_SUFX= .tar.xz |