diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-10-19 11:12:21 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-10-19 11:12:21 +0800 |
commit | ac408ab033ca22ecdfa780409bd99b735b892eb4 (patch) | |
tree | 236426299854728c95d1bd4e5ca117f67e59356f /www/firefox/Makefile | |
parent | 9a2360cdf499ae5deeacfe1c6ce3d8c305680a4f (diff) | |
download | freebsd-ports-gnome-ac408ab033ca22ecdfa780409bd99b735b892eb4.tar.gz freebsd-ports-gnome-ac408ab033ca22ecdfa780409bd99b735b892eb4.tar.zst freebsd-ports-gnome-ac408ab033ca22ecdfa780409bd99b735b892eb4.zip |
www/firefox: switch to rc2
Changes: https://hg.mozilla.org/releases/mozilla-release/pushloghtml?startdate=2018-10-16&enddate=2018-10-19
PR: 229893
Security: 7c3a02b9-3273-4426-a0ba-f90fad2ff72e
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index f369c6f258a8..ca6eb67a8107 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -3,10 +3,11 @@ PORTNAME= firefox DISTVERSION= 63.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org |