pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/fetch Fix tuwien GNU path.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8629ae6fe92
branches:  trunk
changeset: 400059:c8629ae6fe92
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 11 08:59:39 2009 +0000

description:
Fix tuwien GNU path.

diffstat:

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

diffs (18 lines):

diff -r 214ad667d61b -r c8629ae6fe92 mk/fetch/sites.mk
--- a/mk/fetch/sites.mk Sun Oct 11 08:51:51 2009 +0000
+++ b/mk/fetch/sites.mk Sun Oct 11 08:59:39 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: sites.mk,v 1.69 2009/07/20 13:09:41 tnn Exp $
+# $NetBSD: sites.mk,v 1.70 2009/10/11 08:59:39 wiz Exp $
 #
 # This Makefile fragment defines read-only MASTER_SITE_* variables
 # representing some well-known master distribution sites for software.
@@ -19,7 +19,7 @@
        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://gd.tuwien.ac.at/gnu/gnusrc/ \
        ftp://ftp.chg.ru/pub/gnu/
 
 MASTER_SITE_GNUSTEP+=   \



Home | Main Index | Thread Index | Old Index