From owner-svn-ports-all@FreeBSD.ORG Fri May 15 00:48:34 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 B4A7A5C3; Fri, 15 May 2015 00:48:34 +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 955DD1A77; Fri, 15 May 2015 00:48:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4F0mYDE063999; Fri, 15 May 2015 00:48:34 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4F0mWAA063990; Fri, 15 May 2015 00:48:32 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201505150048.t4F0mWAA063990@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 15 May 2015 00:48:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: 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... X-SVN-Group: ports-branches 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: Fri, 15 May 2015 00:48:34 -0000 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@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@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@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@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@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}