diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-10-31 20:18:48 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-10-31 20:18:48 +0800 |
commit | 40970be17ace3a6019ab2d47368631a83629c2eb (patch) | |
tree | fa3164da7e770ba9c58f9976cf584bef0fc7cc53 /www/firefox/Makefile | |
parent | 960cd11dfdef3ef32a307c175e503f6229435a00 (diff) | |
download | freebsd-ports-gnome-40970be17ace3a6019ab2d47368631a83629c2eb.tar.gz freebsd-ports-gnome-40970be17ace3a6019ab2d47368631a83629c2eb.tar.zst freebsd-ports-gnome-40970be17ace3a6019ab2d47368631a83629c2eb.zip |
www/firefox: update to 63.0.1
Changes: https://www.mozilla.org/firefox/63.0.1/releasenotes/
PR: 229893
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index f3787f0f1ca5..266b3814bb8f 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 63.0 -PORTREVISION= 3 +DISTVERSION= 63.0.1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build4/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org |