diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-01-25 00:09:23 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-01-25 00:09:23 +0800 |
commit | cf8fea9427a24067d34716c18409e8b1587417e8 (patch) | |
tree | cfb5c9665516037d5dde8c629cdaa7deeb606161 /www/firefox | |
parent | ffff6fb45b2868126e0ac1a28cfa1d761d47f319 (diff) | |
download | freebsd-ports-gnome-cf8fea9427a24067d34716c18409e8b1587417e8.tar.gz freebsd-ports-gnome-cf8fea9427a24067d34716c18409e8b1587417e8.tar.zst freebsd-ports-gnome-cf8fea9427a24067d34716c18409e8b1587417e8.zip |
www/firefox: chase required versions after r431737
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 10 | ||||
-rw-r--r-- | www/firefox/files/patch-bug847568 | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 0fa3f705e202..a9fc6cdf4e20 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -13,15 +13,15 @@ MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MAINTAINER= gecko@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 \ diff --git a/www/firefox/files/patch-bug847568 b/www/firefox/files/patch-bug847568 index 79de8056823b..493eb3910155 100644 --- a/www/firefox/files/patch-bug847568 +++ b/www/firefox/files/patch-bug847568 @@ -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) |