diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-05-15 02:01:58 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-05-15 02:01:58 +0800 |
commit | f97303b770b034342c234c76a918ebfcb299b183 (patch) | |
tree | d8f3ffb1552127e01b1c89ebf9581a887514be19 /www/firefox-i18n | |
parent | a52808038371d9408e0a5643fd87ebb0370459ae (diff) | |
download | freebsd-ports-gnome-f97303b770b034342c234c76a918ebfcb299b183.tar.gz freebsd-ports-gnome-f97303b770b034342c234c76a918ebfcb299b183.tar.zst freebsd-ports-gnome-f97303b770b034342c234c76a918ebfcb299b183.zip |
Consistently add buildN candidate URL to gecko@ ports
Thunderbird 31.7.0 wasn't actually released yet despite
THUNDERBIRD_31_7_0_RELEASE tag in comm-esr31 hg repo 1 week old.
Based on #releng IRC logs it seems there was an issue with automation.
Hopefully, upstream doesn't abandon 31.7.0 in favor of 38.0.
To avoid in future testing patience (BROKEN vs. PORTEPOCH) due to
discrepancy with release announcments let's fall back to candidates.
Reported by: pkg-fallout
MFH: 2015Q2
X-MFH-With: r386162
Diffstat (limited to 'www/firefox-i18n')
-rw-r--r-- | www/firefox-i18n/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox-i18n/Makefile b/www/firefox-i18n/Makefile index 960664fa31a2..0bcd4ef8af98 100644 --- a/www/firefox-i18n/Makefile +++ b/www/firefox-i18n/Makefile @@ -4,7 +4,8 @@ PORTNAME= firefox-i18n PORTVERSION= 38.0 CATEGORIES= www -MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi +MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ + https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build3/linux-i686/xpi/ PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} |