diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-05-15 02:01:58 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-05-15 02:01:58 +0800 |
commit | 5c0f651bf538b08529dd6ab8ada21c477dd73bad (patch) | |
tree | d8f3ffb1552127e01b1c89ebf9581a887514be19 /mail | |
parent | f1439b4ea4fd621e4eabeacfa10aa8319004bb8a (diff) | |
download | freebsd-ports-graphics-5c0f651bf538b08529dd6ab8ada21c477dd73bad.tar.gz freebsd-ports-graphics-5c0f651bf538b08529dd6ab8ada21c477dd73bad.tar.zst freebsd-ports-graphics-5c0f651bf538b08529dd6ab8ada21c477dd73bad.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 'mail')
-rw-r--r-- | mail/linux-thunderbird/Makefile | 3 | ||||
-rw-r--r-- | mail/thunderbird-i18n/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/mail/linux-thunderbird/Makefile b/mail/linux-thunderbird/Makefile index 71b37ca8803..9725cb5260d 100644 --- a/mail/linux-thunderbird/Makefile +++ b/mail/linux-thunderbird/Makefile @@ -4,7 +4,8 @@ PORTNAME= thunderbird DISTVERSION= 31.7.0 CATEGORIES= mail news net-im ipv6 -MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US +MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \ + https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/linux-i686/en-US/ MAINTAINER= gecko@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above diff --git a/mail/thunderbird-i18n/Makefile b/mail/thunderbird-i18n/Makefile index 5f470dc38d9..5802a6f5838 100644 --- a/mail/thunderbird-i18n/Makefile +++ b/mail/thunderbird-i18n/Makefile @@ -4,7 +4,8 @@ PORTNAME= thunderbird-i18n PORTVERSION= 31.7.0 CATEGORIES= mail news net-im -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/build1/linux-i686/xpi/ PKGNAMEPREFIX= DISTFILES= ${THUNDERBIRD_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} |