pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/fetch Remove ftp.informatik.hu-berlin.de from MASTE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92d281e24ffd
branches:  trunk
changeset: 538262:92d281e24ffd
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Feb 03 22:23:30 2008 +0000

description:
Remove ftp.informatik.hu-berlin.de from MASTER_SITES_GNU since it doesn't
seem to support passive mode. From Alver on #pkgsrc
In it's place, add mirrors.kernel.org and ftp.sunet.se instead.

diffstat:

 mk/fetch/sites.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 3bfa8ff3a179 -r 92d281e24ffd mk/fetch/sites.mk
--- a/mk/fetch/sites.mk Sun Feb 03 21:20:46 2008 +0000
+++ b/mk/fetch/sites.mk Sun Feb 03 22:23:30 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: sites.mk,v 1.38 2008/01/21 02:15:45 obache Exp $
+# $NetBSD: sites.mk,v 1.39 2008/02/03 22:23:30 tnn Exp $
 #
 # This Makefile fragment defines read-only MASTER_SITE_* variables
 # representing some well-known master distribution sites for software.
@@ -17,7 +17,8 @@
        ftp://ftp.funet.fi/pub/gnu/prep/ \
        ftp://ftp.kddlabs.co.jp/pub/gnu/gnu/ \
        ftp://ftp.dti.ad.jp/pub/GNU/ \
-       ftp://ftp.informatik.hu-berlin.de/pub/gnu/ \
+       ftp://mirrors.kernel.org/gnu/ \
+       ftp://ftp.sunet.se/pub/gnu/ \
        ftp://ftp.lip6.fr/pub/gnu/ \
        ftp://ftp.tuwien.ac.at/linux/gnu/gnusrc/ \
        ftp://ftp.chg.ru/pub/gnu/



Home | Main Index | Thread Index | Old Index