diff options
author | wiz <wiz@pkgsrc.org> | 2018-03-12 11:15:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-03-12 11:15:24 +0000 |
commit | 11b8f289b9119c1a549e837df0ba9b228102c685 (patch) | |
tree | 302ac87bdbdfebda1668094e8e68d2f97e39024c /www/firefox45 | |
parent | 13580bce44a7e37feef27bd0f3839d7d45d311d4 (diff) | |
download | pkgsrc-11b8f289b9119c1a549e837df0ba9b228102c685.tar.gz |
Recursive bumps for fontconfig and libzip dependency changes.
Diffstat (limited to 'www/firefox45')
-rw-r--r-- | www/firefox45/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/firefox45/Makefile b/www/firefox45/Makefile index 2b554f198fd..353a761afec 100644 --- a/www/firefox45/Makefile +++ b/www/firefox45/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.31 2018/01/28 20:11:07 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2018/03/12 11:17:46 wiz Exp $ MOZILLA_PKG_NAME= firefox45 -PKGREVISION= 5 +PKGREVISION= 6 FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 45.9 MOZ_BRANCH_MINOR= .0esr DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${MOZILLA_PKG_NAME}-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//} -PKGREVISION= 1 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/} |