pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/fetch Reorder so cpan http mirrors are first



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32f19723eb85
branches:  trunk
changeset: 363547:32f19723eb85
user:      maya <maya%pkgsrc.org@localhost>
date:      Mon Jun 12 07:13:35 2017 +0000

description:
Reorder so cpan http mirrors are first

at least with nbftp, ftp downloads involve several slow back and forth 'cd'
commands and end up being noticeably slower for lots of little files

diffstat:

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

diffs (22 lines):

diff -r 3429fd28fba6 -r 32f19723eb85 mk/fetch/sites.mk
--- a/mk/fetch/sites.mk Mon Jun 12 07:02:24 2017 +0000
+++ b/mk/fetch/sites.mk Mon Jun 12 07:13:35 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: sites.mk,v 1.150 2017/01/28 00:23:35 maya Exp $
+# $NetBSD: sites.mk,v 1.151 2017/06/12 07:13:35 maya Exp $
 #
 # This Makefile fragment defines read-only MASTER_SITE_* variables
 # representing some well-known master distribution sites for software.
@@ -40,10 +40,10 @@
        http://osdn.dl.osdn.jp/
 
 MASTER_SITE_PERL_CPAN+= \
+       http://ftp.tuwien.ac.at/pub/CPAN/modules/by-module/ \
+       http://cpan.perl.org/CPAN/modules/by-module/ \
        ftp://cpan.pair.com/modules/by-module/ \
        ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/ \
-       http://ftp.tuwien.ac.at/pub/CPAN/modules/by-module/ \
-       http://cpan.perl.org/CPAN/modules/by-module/ \
        ftp://ftp.fi.muni.cz/pub/CPAN/modules/by-module/
 
 MASTER_SITE_R_CRAN+=    \



Home | Main Index | Thread Index | Old Index