svn commit: r432352 - in head/www/firefox: . files
Jan Beich
jbeich at FreeBSD.org
Tue Jan 24 16:09:24 UTC 2017
Author: jbeich
Date: Tue Jan 24 16:09:23 2017
New Revision: 432352
URL: https://svnweb.freebsd.org/changeset/ports/432352
Log:
www/firefox: chase required versions after r431737
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 Tue Jan 24 16:09:11 2017 (r432351)
+++ head/www/firefox/Makefile Tue Jan 24 16:09:23 2017 (r432352)
@@ -13,15 +13,15 @@ MASTER_SITES= MOZILLA/${PORTNAME}/releas
MAINTAINER= gecko at FreeBSD.org
COMMENT= Web browser based on the browser portion of Mozilla
-BUILD_DEPENDS= nspr>=4.12:devel/nspr \
- nss>=3.26.2:security/nss \
+BUILD_DEPENDS= nspr>=4.13.1:devel/nspr \
+ nss>=3.28.1:security/nss \
libevent2>=2.0.21_2:devel/libevent2 \
- harfbuzz>=1.2.6:print/harfbuzz \
+ harfbuzz>=1.3.3:print/harfbuzz \
graphite2>=1.3.8:graphics/graphite2 \
- png>=1.6.23:graphics/png \
+ png>=1.6.25:graphics/png \
libvorbis>=1.3.5,3:audio/libvorbis \
libvpx>=1.5.0:multimedia/libvpx \
- sqlite3>=3.13:databases/sqlite3 \
+ sqlite3>=3.14.1:databases/sqlite3 \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \
v4l_compat>0:multimedia/v4l_compat \
autoconf-2.13:devel/autoconf213 \
Modified: head/www/firefox/files/patch-bug847568
==============================================================================
--- head/www/firefox/files/patch-bug847568 Tue Jan 24 16:09:11 2017 (r432351)
+++ head/www/firefox/files/patch-bug847568 Tue Jan 24 16:09:23 2017 (r432352)
@@ -199,7 +199,7 @@ index e762576..196dafd 100644
+def check_for_harfbuzz(value, compile_env):
+ return value and compile_env
+
-+system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 1.2.6',
++system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 1.3.3',
+ check_for_harfbuzz)
+
+set_config('MOZ_SYSTEM_HARFBUZZ', system_harfbuzz)
More information about the svn-ports-all
mailing list