1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

www/firefox: update to 79.0

Changes:	https://www.mozilla.org/firefox/79.0/releasenotes/
This commit is contained in:
Jan Beich 2020-07-21 00:40:29 +00:00
parent aab2a6b0ce
commit 7f1257ee86
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542676
3 changed files with 8 additions and 9 deletions

View File

@ -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 \

View File

@ -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

View File

@ -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))