I've been slacking for the last two weeks...

Attached patch does the following:

-removes these hosts not on the mirrors page
-note all but 'it' fail to resolve
ftp.br.horde.org
ftp.it.horde.org
ftp.my.horde.org
ftp.pt.horde.org
ftp.uk.horde.org

-corrects pathing to dist files
ftp.nl.horde.org

-adds new hosts per the mirrors page:
ftp.at.horde.org
ftp.de.horde.org
ftp.es.horde.org

-leaves ftp.au.horde.org out as it currently times out
-sorted mirrors alphabetically (is there another preferred sort?)

Feedback?  Questions?

Jim
Index: network.conf.template
===================================================================
RCS file: /cvs/ports/infrastructure/templates/network.conf.template,v
retrieving revision 1.92
diff -u -r1.92 network.conf.template
--- network.conf.template       2006/04/05 04:42:58     1.92
+++ network.conf.template       2006/04/20 20:05:59
@@ -226,12 +226,10 @@
 
 MASTER_SITE_HORDE+=            \
        ftp://ftp.horde.org/pub/ \
-       ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/ \
-       ftp://ftp.nl.horde.org/sites/ftp.horde.org/pub/ \
-       ftp://ftp.it.horde.org/pub/mirror/horde.org/pub/ \
-       ftp://ftp.pt.horde.org/pub/horde-ftp/pub/ \
-       ftp://ftp.br.horde.org/pub/mirrors/ftp.horde.org/pub/ \
-       ftp://ftp.my.horde.org/ftp.horde.org/pub/
+       ftp://ftp.at.horde.org/mirror/horde/ \
+       ftp://ftp.de.horde.org/horde.org/ \
+       ftp://ftp.es.horde.org/pub/ \
+       ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/
 
 MASTER_SITE_APACHE+= \
        http://apache.sunsite.ualberta.ca/ \

Reply via email to