Date: Mon, 1 Jul 2019 21:09:07 +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: r505639 - in head: Mk www/firefox www/firefox/files Message-ID: <201907012109.x61L97xg006530@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon Jul 1 21:09:07 2019 New Revision: 505639 URL: https://svnweb.freebsd.org/changeset/ports/505639 Log: www/firefox: update to 68.0 Changes: https://www.mozilla.org/firefox/68.0/releasenotes/ PR: 238087 Security: 0592f49f-b3b8-4260-b648-d1718762656c MFH: 2019Q2 Differential Revision: https://reviews.freebsd.org/D20391 Deleted: head/www/firefox/files/patch-bug1530098 head/www/firefox/files/patch-bug1536126 Modified: head/Mk/bsd.gecko.mk (contents, props changed) 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/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Mon Jul 1 20:29:01 2019 (r505638) +++ head/Mk/bsd.gecko.mk Mon Jul 1 21:09:07 2019 (r505639) @@ -111,7 +111,7 @@ MOZ_EXPORT+= PYTHON3="${LOCALBASE}/bin/python${PYTHON3 .endif .if ${MOZILLA_VER:R:R} >= 63 -BUILD_DEPENDS+= rust-cbindgen>=0.8.2:devel/rust-cbindgen \ +BUILD_DEPENDS+= rust-cbindgen>=0.8.7:devel/rust-cbindgen \ node:www/node .endif @@ -348,7 +348,7 @@ post-patch-SNDIO-on: .endif .if ${PORT_OPTIONS:MRUST} || ${MOZILLA_VER:R:R} >= 54 -BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.32:lang/${RUST_DEFAULT} +BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.34:lang/${RUST_DEFAULT} . if ${MOZILLA_VER:R:R} < 54 MOZ_OPTIONS+= --enable-rust . endif Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Mon Jul 1 20:29:01 2019 (r505638) +++ head/www/firefox/Makefile Mon Jul 1 21:09:07 2019 (r505639) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 67.0.4 +DISTVERSION= 68.0 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ @@ -13,14 +13,14 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.21:devel/nspr \ - nss>=3.43:security/nss \ + nss>=3.44.1:security/nss \ icu>=63.1,1:devel/icu \ libevent>=2.1.8:devel/libevent \ - harfbuzz>=2.3.1:print/harfbuzz \ + harfbuzz>=2.4.0:print/harfbuzz \ graphite2>=1.3.13:graphics/graphite2 \ png>=1.6.35:graphics/png \ libvpx>=1.5.0:multimedia/libvpx \ - sqlite3>=3.27.2:databases/sqlite3 \ + sqlite3>=3.28.0:databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ Modified: head/www/firefox/distinfo ============================================================================== --- head/www/firefox/distinfo Mon Jul 1 20:29:01 2019 (r505638) +++ head/www/firefox/distinfo Mon Jul 1 21:09:07 2019 (r505639) @@ -1,3 +1,3 @@ -TIMESTAMP = 1561042945 -SHA256 (firefox-67.0.4.source.tar.xz) = b2fb2d3e64a6947ef4f8212b72649acf2aa2cd4c8f70548abb636dd581fd6dc5 -SIZE (firefox-67.0.4.source.tar.xz) = 286036836 +TIMESTAMP = 1562013065 +SHA256 (firefox-68.0.source.tar.xz) = 8f303f7c4f58f1e34fe5b239b967c62f785d5b1ff17e399ef1013588a418364a +SIZE (firefox-68.0.source.tar.xz) = 312444496 Modified: head/www/firefox/files/patch-bug847568 ============================================================================== --- head/www/firefox/files/patch-bug847568 Mon Jul 1 20:29:01 2019 (r505638) +++ head/www/firefox/files/patch-bug847568 Mon Jul 1 21:09:07 2019 (r505639) @@ -249,7 +249,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.3.1', ++system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 2.4.0', + 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?201907012109.x61L97xg006530>