aboutsummaryrefslogtreecommitdiff
path: root/www/firefox/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-03-12 00:55:59 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-03-12 00:55:59 +0000
commit44319ef4b0a4433ab6e6a341023f57c88ae67f51 (patch)
treedaba93a18fe7aa0ef227f7559ef15bdd35c30794 /www/firefox/Makefile
parentd154571aa8a53681f7c55fe7965ec33857e8ed47 (diff)
downloadports-44319ef4b0a4433ab6e6a341023f57c88ae67f51.tar.gz
ports-44319ef4b0a4433ab6e6a341023f57c88ae67f51.zip
www/firefox: update to 66.0
Changes: https://www.mozilla.org/firefox/66.0/releasenotes/ PR: 235300 Security: 05da6b56-3e66-4306-9ea3-89fafe939726 MFH: 2019Q1 Differential Revision: https://reviews.freebsd.org/D19020
Notes
Notes: svn path=/head/; revision=495403
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r--www/firefox/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index c79b60f8947b..ffb600e0511a 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= firefox
-DISTVERSION= 65.0.2
+DISTVERSION= 66.0
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
@@ -13,15 +13,15 @@ MAINTAINER= gecko@FreeBSD.org
COMMENT= Web browser based on the browser portion of Mozilla
BUILD_DEPENDS= nspr>=4.19:devel/nspr \
- nss>=3.41:security/nss \
+ nss>=3.42:security/nss \
icu>=59.1,1:devel/icu \
libevent>=2.1.8:devel/libevent \
- harfbuzz>=1.9.0:print/harfbuzz \
- graphite2>=1.3.12:graphics/graphite2 \
- png>=1.6.34:graphics/png \
+ harfbuzz>=2.3.1:print/harfbuzz \
+ graphite2>=1.3.13:graphics/graphite2 \
+ png>=1.6.35:graphics/png \
libvorbis>=1.3.6,3:audio/libvorbis \
libvpx>=1.5.0:multimedia/libvpx \
- sqlite3>=3.25.3:databases/sqlite3 \
+ sqlite3>=3.26:databases/sqlite3 \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
v4l_compat>0:multimedia/v4l_compat \
autoconf-2.13:devel/autoconf213 \