diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2020-03-08 16:42:24 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2020-03-08 16:42:24 +0000 |
commit | 1cd44ea113819c34e5926b7edfdda2694138a79c (patch) | |
tree | eab261e3fd077862411d0eee8cc2c122a2cbf21f /www/firefox | |
parent | 792fb97a5e744a3b670d30074b192b6e03770fb3 (diff) | |
download | pkgsrc-1cd44ea113819c34e5926b7edfdda2694138a79c.tar.gz |
Revbump packages depending on libffi after .so version change.
Requested by Matthias Ferdinand and Oskar on pkgsrc-users.
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 143d61c8112..b3880ba3264 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.412 2020/02/26 20:55:43 maya Exp $ +# $NetBSD: Makefile,v 1.413 2020/03/08 16:42:30 bsiegert Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 73.0 @@ -6,6 +6,7 @@ MOZ_BRANCH_MINOR= .1 DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//} +PKGREVISION= 2 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} EXTRACT_SUFX= .tar.xz |