From owner-svn-ports-all@freebsd.org Mon Jul 27 16:16:20 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 013C7367272; Mon, 27 Jul 2020 16:16:20 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BFlKv6BPBz406s; Mon, 27 Jul 2020 16:16:19 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9D8C1205AA; Mon, 27 Jul 2020 16:16:19 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06RGGJTf044251; Mon, 27 Jul 2020 16:16:19 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06RGGJUN044248; Mon, 27 Jul 2020 16:16:19 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202007271616.06RGGJUN044248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 27 Jul 2020 16:16:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r543531 - in branches/2020Q3/www/firefox: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2020Q3/www/firefox: . files X-SVN-Commit-Revision: 543531 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jul 2020 16:16:20 -0000 Author: jbeich Date: Mon Jul 27 16:16:18 2020 New Revision: 543531 URL: https://svnweb.freebsd.org/changeset/ports/543531 Log: MFH: r542676 www/firefox: update to 79.0 Changes: https://www.mozilla.org/firefox/79.0/releasenotes/ Approved by: ports-secteam blanket Modified: branches/2020Q3/www/firefox/Makefile branches/2020Q3/www/firefox/distinfo branches/2020Q3/www/firefox/files/patch-bug847568 Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/www/firefox/Makefile ============================================================================== --- branches/2020Q3/www/firefox/Makefile Mon Jul 27 16:13:31 2020 (r543530) +++ branches/2020Q3/www/firefox/Makefile Mon Jul 27 16:16:18 2020 (r543531) @@ -2,21 +2,21 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 78.0.2 +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: branches/2020Q3/www/firefox/distinfo ============================================================================== --- branches/2020Q3/www/firefox/distinfo Mon Jul 27 16:13:31 2020 (r543530) +++ branches/2020Q3/www/firefox/distinfo Mon Jul 27 16:16:18 2020 (r543531) @@ -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: branches/2020Q3/www/firefox/files/patch-bug847568 ============================================================================== --- branches/2020Q3/www/firefox/files/patch-bug847568 Mon Jul 27 16:13:31 2020 (r543530) +++ branches/2020Q3/www/firefox/files/patch-bug847568 Mon Jul 27 16:16:18 2020 (r543531) @@ -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))