diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-08-16 17:23:01 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-08-16 17:23:01 +0800 |
commit | 2261f4b36e799cdb5da18bc717ec9983af141d48 (patch) | |
tree | 926b00278af8783dcae9bb7585a1ddf50fbfa50d /www/firefox/Makefile | |
parent | 7830659e9664e2c4ddce930c36732f1d41cc4454 (diff) | |
download | freebsd-ports-gnome-2261f4b36e799cdb5da18bc717ec9983af141d48.tar.gz freebsd-ports-gnome-2261f4b36e799cdb5da18bc717ec9983af141d48.tar.zst freebsd-ports-gnome-2261f4b36e799cdb5da18bc717ec9983af141d48.zip |
www/firefox: update to 55.0.2
Changes: https://www.mozilla.org/firefox/55.0.2/releasenotes/
MFH: 2017Q3
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 27c89d77faaa..c612cb8d30b4 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 55.0.1 +DISTVERSION= 55.0.2 DISTVERSIONSUFFIX=.source 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 MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla |