pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk fix perl modules path in cpan.pair.com URL.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54dc507f26c0
branches:  trunk
changeset: 485499:54dc507f26c0
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Dec 14 10:06:16 2004 +0000

description:
fix perl modules path in cpan.pair.com URL.

diffstat:

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

diffs (18 lines):

diff -r 04e716d1d373 -r 54dc507f26c0 mk/bsd.sites.mk
--- a/mk/bsd.sites.mk   Tue Dec 14 09:08:37 2004 +0000
+++ b/mk/bsd.sites.mk   Tue Dec 14 10:06:16 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.sites.mk,v 1.24 2004/12/08 16:21:00 wiz Exp $
+# $NetBSD: bsd.sites.mk,v 1.25 2004/12/14 10:06:16 grant Exp $
 #
 # Default MASTER_SITES
 
@@ -49,7 +49,7 @@
        http://ftp.easynet.nl/mirror/GNUstep/
 
 MASTER_SITE_PERL_CPAN+= \
-       ftp://cpan.pair.com/pub/CPAN/modules/by-module/ \
+       ftp://cpan.pair.com/modules/by-module/ \
        ftp://mirrors.cloud9.net/mirrors/CPAN/modules/by-module/ \
        ftp://ftp.uvsq.fr/pub/perl/CPAN/modules/by-module/ \
        ftp://ftp.gmd.de/mirrors/CPAN/modules/by-module/ \



Home | Main Index | Thread Index | Old Index