diff options
author | adam <adam@pkgsrc.org> | 2021-12-08 16:01:42 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-12-08 16:01:42 +0000 |
commit | ac26554d9f5c20806cbab620560e5cdb9f5af267 (patch) | |
tree | f19c5de6d0b7dd975754ab007486cb1a5d65f5ef /www/firefox91 | |
parent | 89042bb7303ab35491df57328b4ced04ed0f68bc (diff) | |
download | pkgsrc-ac26554d9f5c20806cbab620560e5cdb9f5af267.tar.gz |
revbump for icu and libffi
Diffstat (limited to 'www/firefox91')
-rw-r--r-- | www/firefox91/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox91/Makefile b/www/firefox91/Makefile index 31024dc35ef..822f1553afe 100644 --- a/www/firefox91/Makefile +++ b/www/firefox91/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2021/11/03 19:19:40 nia Exp $ +# $NetBSD: Makefile,v 1.9 2021/12/08 16:06:56 adam Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 91.3 @@ -6,6 +6,7 @@ MOZ_BRANCH_MINOR= .0esr DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//:S/firefox-/firefox91-/} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} EXTRACT_SUFX= .tar.xz |