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 | |
parent | aab2a6b0ce2ffabad72ec7d9d5aaa2ea51432d4a (diff) |
www/firefox: update to 79.0
Notes
Notes:
svn path=/head/; revision=542676
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox/Makefile | 9 | ||||
-rw-r--r-- | www/firefox/distinfo | 6 | ||||
-rw-r--r-- | www/firefox/files/patch-bug847568 | 2 |
3 files changed, 8 insertions, 9 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 \ diff --git a/www/firefox/distinfo b/www/firefox/distinfo index 29949bc7473f..40e6c90255db 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1594245322 -SHA256 (firefox-78.0.2.source.tar.xz) = 1aa00ec6d40a771d525b867b175be28eda096becc745875bcceb133a985750fc -SIZE (firefox-78.0.2.source.tar.xz) = 334406116 +TIMESTAMP = 1595285412 +SHA256 (firefox-79.0.source.tar.xz) = 12a922855914ec6b4d4f06a4ac58bc549aca6bdafd3722d68a3d709a935e5713 +SIZE (firefox-79.0.source.tar.xz) = 333220776 diff --git a/www/firefox/files/patch-bug847568 b/www/firefox/files/patch-bug847568 index 88511da00630..b24638761af6 100644 --- a/www/firefox/files/patch-bug847568 +++ b/www/firefox/files/patch-bug847568 @@ -278,7 +278,7 @@ index 9297e4d6f501..d8e273887e4b 100644 +option('--with-system-harfbuzz', + help="Use system harfbuzz (located with pkgconfig)") + -+system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 2.6.6', ++system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 2.6.8', + when='--with-system-harfbuzz') + +set_config('MOZ_SYSTEM_HARFBUZZ', depends_if(system_harfbuzz)(lambda _: True)) |