svn commit: r386374 - in branches/2015Q2: mail/linux-thunderbird mail/thunderbird-i18n www/firefox-esr www/firefox-esr-i18n www/firefox-i18n www/libxul www/linux-firefox www/linux-seamonkey www/sea...
Jan Beich
jbeich at FreeBSD.org
Fri May 15 00:48:34 UTC 2015
Author: jbeich
Date: Fri May 15 00:48:31 2015
New Revision: 386374
URL: https://svnweb.freebsd.org/changeset/ports/386374
Log:
MFH: r386349
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
Approved by: ports-secteam (delphij)
Modified:
branches/2015Q2/mail/linux-thunderbird/Makefile
branches/2015Q2/mail/thunderbird-i18n/Makefile
branches/2015Q2/www/firefox-esr-i18n/Makefile
branches/2015Q2/www/firefox-esr/Makefile
branches/2015Q2/www/firefox-i18n/Makefile
branches/2015Q2/www/libxul/Makefile
branches/2015Q2/www/linux-firefox/Makefile
branches/2015Q2/www/linux-seamonkey/Makefile
branches/2015Q2/www/seamonkey-i18n/Makefile
Directory Properties:
branches/2015Q2/ (props changed)
Modified: branches/2015Q2/mail/linux-thunderbird/Makefile
==============================================================================
--- branches/2015Q2/mail/linux-thunderbird/Makefile Fri May 15 00:45:17 2015 (r386373)
+++ branches/2015Q2/mail/linux-thunderbird/Makefile Fri May 15 00:48:31 2015 (r386374)
@@ -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 at FreeBSD.org
COMMENT= Mozilla Thunderbird is standalone mail and news that stands above
Modified: branches/2015Q2/mail/thunderbird-i18n/Makefile
==============================================================================
--- branches/2015Q2/mail/thunderbird-i18n/Makefile Fri May 15 00:45:17 2015 (r386373)
+++ branches/2015Q2/mail/thunderbird-i18n/Makefile Fri May 15 00:48:31 2015 (r386374)
@@ -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}
Modified: branches/2015Q2/www/firefox-esr-i18n/Makefile
==============================================================================
--- branches/2015Q2/www/firefox-esr-i18n/Makefile Fri May 15 00:45:17 2015 (r386373)
+++ branches/2015Q2/www/firefox-esr-i18n/Makefile Fri May 15 00:48:31 2015 (r386374)
@@ -4,7 +4,8 @@
PORTNAME= firefox
PORTVERSION= 31.7.0
CATEGORIES= www
-MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}esr/linux-i686/xpi
+MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}esr/linux-i686/xpi \
+ https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build2/linux-i686/xpi/
PKGNAMEPREFIX=
PKGNAMESUFFIX= -esr-i18n
DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/}
Modified: branches/2015Q2/www/firefox-esr/Makefile
==============================================================================
--- branches/2015Q2/www/firefox-esr/Makefile Fri May 15 00:45:17 2015 (r386373)
+++ branches/2015Q2/www/firefox-esr/Makefile Fri May 15 00:48:31 2015 (r386374)
@@ -6,7 +6,8 @@ DISTVERSION= 31.7.0
DISTVERSIONSUFFIX=esr.source
PORTEPOCH= 1
CATEGORIES= www ipv6
-MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source
+MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \
+ https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build2/source/
PKGNAMESUFFIX= -esr
MAINTAINER= gecko at FreeBSD.org
Modified: branches/2015Q2/www/firefox-i18n/Makefile
==============================================================================
--- branches/2015Q2/www/firefox-i18n/Makefile Fri May 15 00:45:17 2015 (r386373)
+++ branches/2015Q2/www/firefox-i18n/Makefile Fri May 15 00:48:31 2015 (r386374)
@@ -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}
Modified: branches/2015Q2/www/libxul/Makefile
==============================================================================
--- branches/2015Q2/www/libxul/Makefile Fri May 15 00:45:17 2015 (r386373)
+++ branches/2015Q2/www/libxul/Makefile Fri May 15 00:48:31 2015 (r386374)
@@ -4,7 +4,8 @@
PORTNAME= libxul
DISTVERSION= 31.7.0
CATEGORIES?= www devel
-MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source
+MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \
+ https://ftp.mozilla.org/pub/mozilla.org/firefox/candidates/${DISTVERSION}esr-candidates/build2/source/
DISTNAME= firefox-${DISTVERSION}esr.source
MAINTAINER?= gecko at FreeBSD.org
Modified: branches/2015Q2/www/linux-firefox/Makefile
==============================================================================
--- branches/2015Q2/www/linux-firefox/Makefile Fri May 15 00:45:17 2015 (r386373)
+++ branches/2015Q2/www/linux-firefox/Makefile Fri May 15 00:48:31 2015 (r386374)
@@ -5,7 +5,8 @@ PORTNAME= firefox
DISTVERSION= 38.0
PORTEPOCH= 1
CATEGORIES= www 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/build3/linux-i686/en-US/
MAINTAINER= gecko at FreeBSD.org
COMMENT= Web browser based on the browser portion of Mozilla
Modified: branches/2015Q2/www/linux-seamonkey/Makefile
==============================================================================
--- branches/2015Q2/www/linux-seamonkey/Makefile Fri May 15 00:45:17 2015 (r386373)
+++ branches/2015Q2/www/linux-seamonkey/Makefile Fri May 15 00:48:31 2015 (r386374)
@@ -4,7 +4,8 @@
PORTNAME= seamonkey
DISTVERSION= 2.33.1
CATEGORIES= www mail news editors irc 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 at FreeBSD.org
COMMENT= The open source, standards compliant web browser
Modified: branches/2015Q2/www/seamonkey-i18n/Makefile
==============================================================================
--- branches/2015Q2/www/seamonkey-i18n/Makefile Fri May 15 00:45:17 2015 (r386373)
+++ branches/2015Q2/www/seamonkey-i18n/Makefile Fri May 15 00:48:31 2015 (r386374)
@@ -4,7 +4,8 @@
PORTNAME= seamonkey-i18n
PORTVERSION= 2.33.1
CATEGORIES= www mail news editors irc
-MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/langpack
+MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/langpack \
+ https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/langpack/
PKGNAMEPREFIX=
DISTFILES= ${SEAMONKEY_I18N_:S/$/.langpack.xpi/:S/^/seamonkey-${PORTVERSION}./}
DIST_SUBDIR= xpi/${DISTNAME}
More information about the svn-ports-all
mailing list