diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-11-06 16:13:47 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-11-06 16:13:47 +0800 |
commit | d1241071d2098d752e91839bee731f8d7c41333a (patch) | |
tree | e49850aac1d708d1a9c2c795f686bacce4b2f1c0 /www/firefox-i18n | |
parent | 9a70f9849ef45a5c856387ea4e223dceb7018a74 (diff) | |
download | freebsd-ports-gnome-d1241071d2098d752e91839bee731f8d7c41333a.tar.gz freebsd-ports-gnome-d1241071d2098d752e91839bee731f8d7c41333a.tar.zst freebsd-ports-gnome-d1241071d2098d752e91839bee731f8d7c41333a.zip |
www/firefox: update to 50.0 (rc2)
Changes: https://www.mozilla.org/firefox/50.0/releasenotes/
Changes: https://hg.mozilla.org/releases/mozilla-release/pushloghtml?startdate=2016-11-01&enddate=2016-11-06
Security: d1853110-07f4-4645-895b-6fd462ad0589
MFH: 2016Q4 (piling up)
Diffstat (limited to 'www/firefox-i18n')
-rw-r--r-- | www/firefox-i18n/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox-i18n/Makefile b/www/firefox-i18n/Makefile index d14d76d20f96..d248f8d4bfa2 100644 --- a/www/firefox-i18n/Makefile +++ b/www/firefox-i18n/Makefile @@ -5,7 +5,7 @@ PORTNAME= firefox-i18n PORTVERSION= 50.0 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build2/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} |