aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox/Makefile
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2019-01-22 07:03:45 +0800
committerjbeich <jbeich@FreeBSD.org>2019-01-22 07:03:45 +0800
commitc3806e5df53dc6ff281ffc0f0c2ca940c75e7163 (patch)
tree957bfc095bd19d6545720169937ab78ee8fb4d0c /www/firefox/Makefile
parent0de76b70c7360a01267eec75203d1af8ffd59161 (diff)
downloadfreebsd-ports-gnome-c3806e5df53dc6ff281ffc0f0c2ca940c75e7163.tar.gz
freebsd-ports-gnome-c3806e5df53dc6ff281ffc0f0c2ca940c75e7163.tar.zst
freebsd-ports-gnome-c3806e5df53dc6ff281ffc0f0c2ca940c75e7163.zip
www/firefox: update to 65.0
Backport a fix for WebRender on Wayland e.g., $ GDK_BACKEND=wayland MOZ_WEBRENDER=1 MOZ_ACCELERATED=1 firefox https://example.com/ Changes: https://www.mozilla.org/firefox/65.0/releasenotes/ PR: 233791 Security: b1f7d52f-fc42-48e8-8403-87d4c9d26229 MFH: 2019Q1 Differential Revision: https://reviews.freebsd.org/D18432
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r--www/firefox/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 0768459db702..cdae0eacc54e 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= firefox
-DISTVERSION= 64.0.2
-PORTREVISION= 1
+DISTVERSION= 65.0
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
@@ -14,7 +13,7 @@ MAINTAINER= gecko@FreeBSD.org
COMMENT= Web browser based on the browser portion of Mozilla
BUILD_DEPENDS= nspr>=4.19:devel/nspr \
- nss>=3.40.1:security/nss \
+ nss>=3.41:security/nss \
icu>=59.1,1:devel/icu \
libevent>=2.1.8:devel/libevent \
harfbuzz>=1.9.0:print/harfbuzz \
@@ -22,7 +21,7 @@ BUILD_DEPENDS= nspr>=4.19:devel/nspr \
png>=1.6.34:graphics/png \
libvorbis>=1.3.6,3:audio/libvorbis \
libvpx>=1.5.0:multimedia/libvpx \
- sqlite3>=3.25.1:databases/sqlite3 \
+ sqlite3>=3.25.3:databases/sqlite3 \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
v4l_compat>0:multimedia/v4l_compat \
autoconf-2.13:devel/autoconf213 \