diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-03-01 02:52:12 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-03-01 02:52:12 +0800 |
commit | 5dc29d4b9092ca56ea6fdc9b1b1ba6bb32044623 (patch) | |
tree | 933d68c93c46774512b6a845f6a2afe7e49d178e /www/firefox/Makefile | |
parent | 1e27264018741210e1f88abfa795bb53e8f44506 (diff) | |
download | freebsd-ports-gnome-5dc29d4b9092ca56ea6fdc9b1b1ba6bb32044623.tar.gz freebsd-ports-gnome-5dc29d4b9092ca56ea6fdc9b1b1ba6bb32044623.tar.zst freebsd-ports-gnome-5dc29d4b9092ca56ea6fdc9b1b1ba6bb32044623.zip |
www/firefox: update to 65.0.2
Changes: https://www.mozilla.org/firefox/65.0.2/releasenotes/
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 91a3a1e86169..c79b60f8947b 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 65.0.1 -PORTREVISION= 4 +DISTVERSION= 65.0.2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org |