svn commit: r463962 - in head/www/firefox: . files

Jan Beich jbeich at FreeBSD.org
Fri Mar 9 14:31:59 UTC 2018


Author: jbeich
Date: Fri Mar  9 14:31:58 2018
New Revision: 463962
URL: https://svnweb.freebsd.org/changeset/ports/463962

Log:
  www/firefox: bump build dependencies after r463675

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

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Fri Mar  9 14:16:45 2018	(r463961)
+++ head/www/firefox/Makefile	Fri Mar  9 14:31:58 2018	(r463962)
@@ -14,16 +14,16 @@ DIST_SUBDIR=	firefox
 MAINTAINER=	gecko at FreeBSD.org
 COMMENT=	Web browser based on the browser portion of Mozilla
 
-BUILD_DEPENDS=	nspr>=4.17:devel/nspr \
-		nss>=3.34.1:security/nss \
+BUILD_DEPENDS=	nspr>=4.18:devel/nspr \
+		nss>=3.35:security/nss \
 		icu>=59.1,1:devel/icu \
 		libevent>=2.1.8:devel/libevent \
-		harfbuzz>=1.7.2:print/harfbuzz \
+		harfbuzz>=1.7.4:print/harfbuzz \
 		graphite2>=1.3.10:graphics/graphite2 \
 		png>=1.6.34:graphics/png \
 		libvorbis>=1.3.5,3:audio/libvorbis \
 		libvpx>=1.5.0:multimedia/libvpx \
-		sqlite3>=3.20.1:databases/sqlite3 \
+		sqlite3>=3.21.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/files/patch-bug847568
==============================================================================
--- head/www/firefox/files/patch-bug847568	Fri Mar  9 14:16:45 2018	(r463961)
+++ head/www/firefox/files/patch-bug847568	Fri Mar  9 14:31:58 2018	(r463962)
@@ -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 >= 1.7.2',
++system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 1.7.4',
 +                                    when='--with-system-harfbuzz')
 +
 +set_config('MOZ_SYSTEM_HARFBUZZ', depends_if(system_harfbuzz)(lambda _: True))


More information about the svn-ports-all mailing list