pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/fetch Removed stale mirrors for Apache and synchron...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f36b8f7b3b55
branches:  trunk
changeset: 543444:f36b8f7b3b55
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Wed Jun 18 18:40:36 2008 +0000

description:
Removed stale mirrors for Apache and synchronized pkgsrc list with
http://www.apache.org/mirrors/. Tried to introduce some geographic
diversity (America, Europe, Asia, Australia).

diffstat:

 mk/fetch/sites.mk |  27 ++++++++++++++++++---------
 1 files changed, 18 insertions(+), 9 deletions(-)

diffs (45 lines):

diff -r dc2133847e33 -r f36b8f7b3b55 mk/fetch/sites.mk
--- a/mk/fetch/sites.mk Wed Jun 18 16:30:01 2008 +0000
+++ b/mk/fetch/sites.mk Wed Jun 18 18:40:36 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: sites.mk,v 1.42 2008/05/24 19:41:48 tnn Exp $
+# $NetBSD: sites.mk,v 1.43 2008/06/18 18:40:36 heinz Exp $
 #
 # This Makefile fragment defines read-only MASTER_SITE_* variables
 # representing some well-known master distribution sites for software.
@@ -169,18 +169,27 @@
 
 MASTER_SITE_APACHE+=    \
        http://www.apache.org/dist/ \
-       http://mirrors.ccs.neu.edu/Apache/dist/ \
-       http://apache.planetmirror.com.au/dist/ \
-       http://www.ibiblio.org/pub/mirrors/apache/ \
+       http://www.eu.apache.org/dist/ \
+       http://apache.mirror.aussiehq.net.au/ \
        http://apache.oregonstate.edu/ \
-       http://apache.secsup.org/dist/ \
-       http://apache.osuosl.org/ \
+       http://www.ibiblio.org/pub/mirrors/apache/ \
+       http://mirror.nyi.net/apache/ \
+       http://apache.mirrors.tds.net/ \
+       http://ftp.unicamp.br/pub/apache/ \
        http://www.mirrorservice.org/sites/ftp.apache.org/ \
-       ftp://ftp.ccs.neu.edu/net/mirrors/Apache/dist/ \
+       http://gd.tuwien.ac.at/infosys/servers/http/apache/dist/ \
+       http://www.meisei-u.ac.jp/mirror/apache/dist/ \
+       http://ftp.twaren.net/Unix/Web/apache/ \
+       http://ftp.cuhk.edu.hk/pub/packages/apache.org/ \
        ftp://ftp.planetmirror.com.au/pub/apache/dist/ \
+       ftp://ftp.oregonstate.edu/pub/apache/ \
        ftp://www.ibiblio.org/pub/mirrors/apache/ \
-       ftp://ftp.oregonstate.edu/pub/apache/ \
-       ftp://apache.secsup.org/pub/apache/dist/
+       ftp://mirror.nyi.net/apache/ \
+       ftp://apache.mirrors.tds.net/pub/apache.org/ \
+       ftp://ftp.mirrorservice.org/sites/ftp.apache.org/ \
+       ftp://gd.tuwien.ac.at/pub/infosys/servers/http/apache/dist/ \
+       ftp://ftp.meisei-u.ac.jp/pub/www/apache/dist/ \
+       ftp://ftp.twaren.net/Unix/Web/apache/
 
 MASTER_SITE_MYSQL+=    \
        ftp://ftp.fi.muni.cz/pub/mysql/Downloads/       \



Home | Main Index | Thread Index | Old Index