Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 2014 13:04:41 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369722 - head/Mk
Message-ID:  <201410011304.s91D4f7d078695@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Wed Oct  1 13:04:41 2014
New Revision: 369722
URL: https://svnweb.freebsd.org/changeset/ports/369722
QAT: https://qat.redports.org/buildarchive/r369722/

Log:
  - Add ftpmirror.gnu.org to GNU master sites (redirects to a nearby mirror)
  - Update GNU alpha sites
  - Set default GNU alpha subdirectory

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Wed Oct  1 12:41:17 2014	(r369721)
+++ head/Mk/bsd.sites.mk	Wed Oct  1 13:04:41 2014	(r369722)
@@ -579,6 +579,7 @@ MASTER_SITE_GNOME+= \
 
 .if !defined(IGNORE_MASTER_SITE_GNU)
 MASTER_SITE_GNU+= \
+	http://ftpmirror.gnu.org/%SUBDIR%/ \
 	http://ftp.gnu.org/gnu/%SUBDIR%/ \
 	ftp://ftp.gnu.org/gnu/%SUBDIR%/ \
 	http://www.gtlib.gatech.edu/pub/gnu/gnu/%SUBDIR%/ \
@@ -623,10 +624,18 @@ MASTER_SITE_GNUSTEP_CH+= \
 
 .if !defined(IGNORE_MASTER_SITE_GNU_ALPHA)
 MASTER_SITE_GNU_ALPHA+= \
-	ftp://alpha.gnu.org/pub/gnu/%SUBDIR%/ \
-	ftp://ftp.lublin.pl/mirror/alpha.gnu.org/gnu/%SUBDIR%/ \
-	ftp://ftp.ps.pl/mirrors/alpha.gnu.org/pub/gnu/%SUBDIR%/ \
-	ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/%SUBDIR%/
+	http://alpha.gnu.org/gnu/%SUBDIR%/ \
+	ftp://spinellicreations.com/alpha/gnu/%SUBDIR%/ \
+	http://www.nic.funet.fi/pub/gnu/alpha/gnu/%SUBDIR%/ \
+	http://mirror.thecodefactory.org/gnualpha/%SUBDIR%/ \
+	http://www.mirrorservice.org/sites/alpha.gnu.org/gnu/%SUBDIR%/ \
+	http://gnu.c3sl.ufpr.br/alpha/%SUBDIR%/ \
+	http://mirror.cedia.org.ec/gnualpha/%SUBDIR%/ \
+	http://gnu-alpha.mirrors.hostinginnederland.nl/%SUBDIR%/ \
+	http://gnualpha.uib.no/%SUBDIR%/ \
+	http://mirrors.fe.up.pt/pub/gnu-alpha/%SUBDIR%/ \
+	http://mirror.lihnidos.org/GNU/alpha/gnu/%SUBDIR%/ \
+	http://alpha-gnu-org.ip-connect.vn.ua/%SUBDIR%/
 .endif
 
 .if !defined(IGNORE_MASTER_SITE_GOOGLE_CODE)
@@ -1508,6 +1517,7 @@ MASTER_SITES_SUBDIRS=	APACHE_JAKARTA:${P
 			GITHUB_CLOUD:${GH_ACCOUNT}/${GH_PROJECT}/ \
 			GNOME:sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \
 			GNU:${PORTNAME} \
+			GNU_ALPHA:${PORTNAME} \
 			HORDE:${PORTNAME} \
 			LOGILAB:${PORTNAME} \
 			MATE:${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410011304.s91D4f7d078695>