diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-07-24 07:18:42 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-07-24 07:18:42 +0800 |
commit | a29b103a828ef35d5e1b4e9008583b45047a0b38 (patch) | |
tree | a878768c1716adbf1aaaca6454d55419622f2e16 | |
parent | 4a826cde624f4463fd7f670402720ca6ff250a33 (diff) | |
download | freebsd-ports-gnome-a29b103a828ef35d5e1b4e9008583b45047a0b38.tar.gz freebsd-ports-gnome-a29b103a828ef35d5e1b4e9008583b45047a0b38.tar.zst freebsd-ports-gnome-a29b103a828ef35d5e1b4e9008583b45047a0b38.zip |
www/firefox{,-esr}, www/libxul: stop regressing r380782
No PORTREVISION bump as patch-bug847568 and patch-z-bug517422
already require these versions.
MFH: 2015Q3
X-MFH-With: r392273
-rw-r--r-- | www/firefox-esr/Makefile | 4 | ||||
-rw-r--r-- | www/firefox/Makefile | 4 | ||||
-rw-r--r-- | www/libxul/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 124a545d1d54..7fa48d290a44 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -18,9 +18,9 @@ BUILD_DEPENDS= nspr>=4.10.8:${PORTSDIR}/devel/nspr \ libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \ cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo \ soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \ - harfbuzz>=0.9.25:${PORTSDIR}/print/harfbuzz \ + harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \ graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \ - libvorbis>=1.3.4:${PORTSDIR}/audio/libvorbis \ + libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \ libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \ sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 3ff38b79ecec..a5037b5d089d 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -17,9 +17,9 @@ BUILD_DEPENDS= nspr>=4.10.8:${PORTSDIR}/devel/nspr \ libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \ cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo \ soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \ - harfbuzz>=0.9.25:${PORTSDIR}/print/harfbuzz \ + harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \ graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \ - libvorbis>=1.3.4:${PORTSDIR}/audio/libvorbis \ + libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \ libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \ sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ diff --git a/www/libxul/Makefile b/www/libxul/Makefile index fc9b90ce6154..a8bc899b7118 100644 --- a/www/libxul/Makefile +++ b/www/libxul/Makefile @@ -16,9 +16,9 @@ BUILD_DEPENDS= nspr>=4.10.8:${PORTSDIR}/devel/nspr \ libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \ cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo \ soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \ - harfbuzz>=0.9.25:${PORTSDIR}/print/harfbuzz \ + harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \ graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \ - libvorbis>=1.3.4:${PORTSDIR}/audio/libvorbis \ + libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \ libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \ sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ |