Date: Wed, 17 Apr 2013 14:31:09 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1241 - in trunk/www: firefox firefox-i18n seamonkey seamonkey-i18n Message-ID: <201304171431.r3HEV9eO053907@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304171431.r3HEV9eO053907>