diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-10-16 08:01:22 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-10-16 08:01:22 +0800 |
commit | f241de46f3850a3d90cf33f2de56bc2aa13bdaff (patch) | |
tree | c61242153bc0204d7757f45b823371f218fdf357 /www/firefox/Makefile | |
parent | f47f5bc7d34393ba33cd6dc0a0561413860959e1 (diff) | |
download | freebsd-ports-gnome-f241de46f3850a3d90cf33f2de56bc2aa13bdaff.tar.gz freebsd-ports-gnome-f241de46f3850a3d90cf33f2de56bc2aa13bdaff.tar.zst freebsd-ports-gnome-f241de46f3850a3d90cf33f2de56bc2aa13bdaff.zip |
www/firefox: update to 63.0
Changes: https://www.mozilla.org/firefox/63.0/releasenotes/
PR: 229893
Security: 7c3a02b9-3273-4426-a0ba-f90fad2ff72e
MFH: 2018Q4
Differential Revision: https://reviews.freebsd.org/D16356
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 3f20b8eb8897..f369c6f258a8 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 62.0.3 -PORTREVISION= 1 +DISTVERSION= 63.0 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ @@ -14,11 +13,11 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.19:devel/nspr \ - nss>=3.38:security/nss \ + nss>=3.39:security/nss \ icu>=59.1,1:devel/icu \ libevent>=2.1.8:devel/libevent \ - harfbuzz>=1.7.6:print/harfbuzz \ - graphite2>=1.3.11:graphics/graphite2 \ + harfbuzz>=1.8.8:print/harfbuzz \ + graphite2>=1.3.12:graphics/graphite2 \ png>=1.6.34:graphics/png \ libvorbis>=1.3.6,3:audio/libvorbis \ libvpx>=1.5.0:multimedia/libvpx \ |