Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2008 21:57:25 +0900 (JST)
From:      KIMURA Yasuhiro <yasu@utahime.org>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sat@FreeBSD.org
Subject:   Re: ports/119555: Mk/bsd.sites.mk: Update MASTER_SITE_APACHE
Message-ID:  <20080113.215725.257483292.yasu@utahime.org>
In-Reply-To: <200801110530.m0B5U1dB038791@freefall.freebsd.org>
References:  <20080111051538.A657321@eastasia.home.utahime.org> <200801110530.m0B5U1dB038791@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
----Next_Part(Sun_Jan_13_21_57_25_2008_001)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hello.

I updated patch to include following changes about ringserver:

- Add ring.nict.go.jp to MASTER_SITE_RINGSERVER.
  I think it is fastest and stablest among ringservers.
- FreeBSD is no more mirrored.
- Add to MASTER_SITE_XORG.

So please apply new patch instead of original one.

Regards.

----Next_Part(Sun_Jan_13_21_57_25_2008_001)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="patch-bsd.sites.mk"

Index: Mk/bsd.sites.mk
===================================================================
RCS file: /usr1/freebsd/cvsroot/ports/Mk/bsd.sites.mk,v
retrieving revision 1.433
diff -u -r1.433 bsd.sites.mk
--- Mk/bsd.sites.mk	25 Oct 2007 22:53:24 -0000	1.433
+++ Mk/bsd.sites.mk	13 Jan 2008 12:36:31 -0000
@@ -67,7 +67,7 @@
 	ftp://ftp.esat.net/mirrors/ftp.apache.org/%SUBDIR%/ \
 	ftp://ftp.heanet.ie/mirrors/www.apache.org/dist/%SUBDIR%/ \
 	ftp://ftp.rhnet.is/pub/apache/%SUBDIR%/ \
-	${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/apache/dist/&,} \
+	${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/apache/&,} \
 	ftp://ftp.sogang.ac.kr/www/apache/dist/%SUBDIR%/ \
 	ftp://ftp.task.gda.pl/pub/www/apache/dist/%SUBDIR%/ \
 	ftp://sunsite.icm.edu.pl/pub/www/apache/dist/%SUBDIR%/ \
@@ -421,8 +421,7 @@
 	ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \
 	ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \
 	ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \
-	ftp://ftp.dti.ad.jp/pub/FreeBSD/%SUBDIR%/ \
-	${MASTER_SITE_RINGSERVER:S,%SUBDIR%,FreeBSD/&,}
+	ftp://ftp.dti.ad.jp/pub/FreeBSD/%SUBDIR%/
 .endif
 
 .if !defined(IGNORE_MASTER_SITE_GCC)
@@ -1031,6 +1030,7 @@
 #
 .if !defined(IGNORE_MASTER_SITE_RINGSERVER)
 MASTER_SITE_RINGSERVER+=	\
+	http://ring.nict.go.jp/archives/%SUBDIR%/ \
 	http://ring.sakura.ad.jp/archives/%SUBDIR%/ \
 	http://ring.riken.jp/archives/%SUBDIR%/
 .endif
@@ -1388,6 +1388,7 @@
 	ftp://ftp.cs.cuhk.edu.hk/pub/X11/%SUBDIR%/ \
 	ftp://ftp.unicamp.br/pub/X11/releases/%SUBDIR%/ \
 	ftp://ftp.ntua.gr/pub/X11/X.org/%SUBDIR%/ \
+	${MASTER_SITE_RINGSERVER:S,%SUBDIR%,X/opengroup/&/,} \
 	ftp://ftp.task.gda.pl/mirror/ftp.x.org/pub/%SUBDIR%/ \
 	ftp://ftp.sunet.se/pub/X11/ftp.x.org/%SUBDIR%/ \
 	ftp://ftp.mirrorservice.org/sites/ftp.x.org/pub/%SUBDIR%/ \

----Next_Part(Sun_Jan_13_21_57_25_2008_001)----



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