diff options
author | wiz <wiz@pkgsrc.org> | 2022-06-28 11:30:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-06-28 11:30:51 +0000 |
commit | 5da87348cb57d8d1df6910cb892114c53beab8b0 (patch) | |
tree | 9d7168f3a6d792571ef549968fcd7b60801605fd /www/firefox52 | |
parent | 75ccf1258b667ad0853010a88fa61bc96ac3d233 (diff) | |
download | pkgsrc-5da87348cb57d8d1df6910cb892114c53beab8b0.tar.gz |
*: recursive bump for perl 5.36
Diffstat (limited to 'www/firefox52')
-rw-r--r-- | www/firefox52/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox52/Makefile b/www/firefox52/Makefile index 78099d8fdce..14d636c0310 100644 --- a/www/firefox52/Makefile +++ b/www/firefox52/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2022/06/03 16:30:00 martin Exp $ +# $NetBSD: Makefile,v 1.75 2022/06/28 11:37:04 wiz Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 52.9 @@ -6,7 +6,7 @@ MOZ_BRANCH_MINOR= .0esr DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= firefox${MOZ_BRANCH:C/\..*$//}-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//} -PKGREVISION= 44 +PKGREVISION= 45 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/} |