diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-07-21 00:40:29 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-07-21 00:40:29 +0000 |
commit | 7f1257ee86c5a9c7b75c66e9d7e33958aa6db68f (patch) | |
tree | 71f9258b6b870b81fd77d2916ee4a1576424184a /www/firefox/Makefile | |
parent | aab2a6b0ce2ffabad72ec7d9d5aaa2ea51432d4a (diff) |
www/firefox: update to 79.0
Notes
Notes:
svn path=/head/; revision=542676
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 6e8a5ffa601f..2ac5bf9e5886 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -2,22 +2,21 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 78.0.2 -PORTREVISION= 1 +DISTVERSION= 79.0 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.25:devel/nspr \ - nss>=3.53.1:security/nss \ + nss>=3.54:security/nss \ icu>=67.1,1:devel/icu \ libevent>=2.1.8:devel/libevent \ - harfbuzz>=2.6.6:print/harfbuzz \ + harfbuzz>=2.6.8:print/harfbuzz \ graphite2>=1.3.14:graphics/graphite2 \ png>=1.6.35:graphics/png \ libvpx>=1.8.2:multimedia/libvpx \ |