From owner-freebsd-gecko@FreeBSD.ORG Wed Apr 17 14:31:16 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6109AB7F for ; Wed, 17 Apr 2013 14:31:16 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id E2A4ACBE for ; Wed, 17 Apr 2013 14:31:15 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r3HEVF8O054786 for ; Wed, 17 Apr 2013 14:31:15 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r3HEV9eO053907 for freebsd-gecko@freebsd.org; Wed, 17 Apr 2013 14:31:09 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Wed, 17 Apr 2013 14:31:09 GMT Message-Id: <201304171431.r3HEV9eO053907@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1241 - in trunk/www: firefox firefox-i18n seamonkey seamonkey-i18n MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2013 14:31:16 -0000 Author: jbeich Date: Wed Apr 17 14:31:09 2013 New Revision: 1241 Log: add build1 mirrors for common offenders Modified: trunk/www/firefox-i18n/Makefile trunk/www/firefox/Makefile trunk/www/seamonkey-i18n/Makefile trunk/www/seamonkey/Makefile Modified: trunk/www/firefox-i18n/Makefile ============================================================================== --- trunk/www/firefox-i18n/Makefile Wed Apr 17 14:31:00 2013 (r1240) +++ trunk/www/firefox-i18n/Makefile Wed Apr 17 14:31:09 2013 (r1241) @@ -4,7 +4,8 @@ PORTNAME= firefox-i18n PORTVERSION= 20.0 CATEGORIES= www -MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi +MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi \ + https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi/ PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Wed Apr 17 14:31:00 2013 (r1240) +++ trunk/www/firefox/Makefile Wed Apr 17 14:31:09 2013 (r1241) @@ -5,7 +5,8 @@ DISTVERSION= 21.0b1 PORTEPOCH= 1 CATEGORIES= www ipv6 -MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source +MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ + https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/ DISTNAME= ${PORTNAME}-${DISTVERSION}.source MAINTAINER= gecko@FreeBSD.org Modified: trunk/www/seamonkey-i18n/Makefile ============================================================================== --- trunk/www/seamonkey-i18n/Makefile Wed Apr 17 14:31:00 2013 (r1240) +++ trunk/www/seamonkey-i18n/Makefile Wed Apr 17 14:31:09 2013 (r1241) @@ -4,7 +4,8 @@ PORTNAME= seamonkey-i18n PORTVERSION= 2.17 CATEGORIES= www -MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/langpack +MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/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} Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Wed Apr 17 14:31:00 2013 (r1240) +++ trunk/www/seamonkey/Makefile Wed Apr 17 14:31:09 2013 (r1241) @@ -4,7 +4,8 @@ PORTNAME= seamonkey DISTVERSION= 2.18b1 CATEGORIES?= www ipv6 -MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source +MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ + https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/ DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX}