diff options
author | leot <leot@pkgsrc.org> | 2020-08-17 20:19:01 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2020-08-17 20:19:01 +0000 |
commit | a8eeea619a5fe5ae07da17fbbe056d888a02067d (patch) | |
tree | 9feed5b26a19fa7ef26c3cfafec68760ac21d5b9 /www/firefox68 | |
parent | 2230662dbaf8dad816817932133be16b4360789f (diff) | |
download | pkgsrc-a8eeea619a5fe5ae07da17fbbe056d888a02067d.tar.gz |
*: revbump after fontconfig bl3 changes (libuuid removal)
Diffstat (limited to 'www/firefox68')
-rw-r--r-- | www/firefox68/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox68/Makefile b/www/firefox68/Makefile index fa00561f3f2..9a7d58ed744 100644 --- a/www/firefox68/Makefile +++ b/www/firefox68/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2020/07/29 14:20:30 nia Exp $ +# $NetBSD: Makefile,v 1.32 2020/08/17 20:20:21 leot Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 68.11 @@ -6,6 +6,7 @@ MOZ_BRANCH_MINOR= .0esr DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//:S/firefox-/firefox68-/} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} EXTRACT_SUFX= .tar.xz |