Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jul 2020 00:40:29 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542676 - in head/www/firefox: . files
Message-ID:  <202007210040.06L0eTSF094259@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Jul 21 00:40:29 2020
New Revision: 542676
URL: https://svnweb.freebsd.org/changeset/ports/542676

Log:
  www/firefox: update to 79.0
  
  Changes:	https://www.mozilla.org/firefox/79.0/releasenotes/

Modified:
  head/www/firefox/Makefile   (contents, props changed)
  head/www/firefox/distinfo   (contents, props changed)
  head/www/firefox/files/patch-bug847568   (contents, props changed)

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Mon Jul 20 21:35:34 2020	(r542675)
+++ head/www/firefox/Makefile	Tue Jul 21 00:40:29 2020	(r542676)
@@ -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 \

Modified: head/www/firefox/distinfo
==============================================================================
--- head/www/firefox/distinfo	Mon Jul 20 21:35:34 2020	(r542675)
+++ head/www/firefox/distinfo	Tue Jul 21 00:40:29 2020	(r542676)
@@ -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

Modified: head/www/firefox/files/patch-bug847568
==============================================================================
--- head/www/firefox/files/patch-bug847568	Mon Jul 20 21:35:34 2020	(r542675)
+++ head/www/firefox/files/patch-bug847568	Tue Jul 21 00:40:29 2020	(r542676)
@@ -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))



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007210040.06L0eTSF094259>