From owner-svn-ports-all@FreeBSD.ORG Thu May 14 18:02:01 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 62669BF5; Thu, 14 May 2015 18:02:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 418AE1D8F; Thu, 14 May 2015 18:02:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4EI21eN062957; Thu, 14 May 2015 18:02:01 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4EI1wj1062938; Thu, 14 May 2015 18:01:58 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201505141801.t4EI1wj1062938@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 14 May 2015 18:01:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386349 - in head: 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/seamonkey-i18n X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 May 2015 18:02:01 -0000 Author: jbeich Date: Thu May 14 18:01:58 2015 New Revision: 386349 URL: https://svnweb.freebsd.org/changeset/ports/386349 Log: 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 Modified: head/mail/linux-thunderbird/Makefile head/mail/thunderbird-i18n/Makefile head/www/firefox-esr-i18n/Makefile head/www/firefox-esr/Makefile head/www/firefox-i18n/Makefile head/www/libxul/Makefile head/www/linux-firefox/Makefile head/www/linux-seamonkey/Makefile head/www/seamonkey-i18n/Makefile Modified: head/mail/linux-thunderbird/Makefile ============================================================================== --- head/mail/linux-thunderbird/Makefile Thu May 14 17:31:29 2015 (r386348) +++ head/mail/linux-thunderbird/Makefile Thu May 14 18:01:58 2015 (r386349) @@ -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 Modified: head/mail/thunderbird-i18n/Makefile ============================================================================== --- head/mail/thunderbird-i18n/Makefile Thu May 14 17:31:29 2015 (r386348) +++ head/mail/thunderbird-i18n/Makefile Thu May 14 18:01:58 2015 (r386349) @@ -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: head/www/firefox-esr-i18n/Makefile ============================================================================== --- head/www/firefox-esr-i18n/Makefile Thu May 14 17:31:29 2015 (r386348) +++ head/www/firefox-esr-i18n/Makefile Thu May 14 18:01:58 2015 (r386349) @@ -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: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Thu May 14 17:31:29 2015 (r386348) +++ head/www/firefox-esr/Makefile Thu May 14 18:01:58 2015 (r386349) @@ -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@FreeBSD.org Modified: head/www/firefox-i18n/Makefile ============================================================================== --- head/www/firefox-i18n/Makefile Thu May 14 17:31:29 2015 (r386348) +++ head/www/firefox-i18n/Makefile Thu May 14 18:01:58 2015 (r386349) @@ -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: head/www/libxul/Makefile ============================================================================== --- head/www/libxul/Makefile Thu May 14 17:31:29 2015 (r386348) +++ head/www/libxul/Makefile Thu May 14 18:01:58 2015 (r386349) @@ -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@FreeBSD.org Modified: head/www/linux-firefox/Makefile ============================================================================== --- head/www/linux-firefox/Makefile Thu May 14 17:31:29 2015 (r386348) +++ head/www/linux-firefox/Makefile Thu May 14 18:01:58 2015 (r386349) @@ -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@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla Modified: head/www/linux-seamonkey/Makefile ============================================================================== --- head/www/linux-seamonkey/Makefile Thu May 14 17:31:29 2015 (r386348) +++ head/www/linux-seamonkey/Makefile Thu May 14 18:01:58 2015 (r386349) @@ -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@FreeBSD.org COMMENT= The open source, standards compliant web browser Modified: head/www/seamonkey-i18n/Makefile ============================================================================== --- head/www/seamonkey-i18n/Makefile Thu May 14 17:31:29 2015 (r386348) +++ head/www/seamonkey-i18n/Makefile Thu May 14 18:01:58 2015 (r386349) @@ -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}