pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/fetch



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jun 12 07:13:35 UTC 2017

Modified Files:
        pkgsrc/mk/fetch: sites.mk

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.150 -r1.151 pkgsrc/mk/fetch/sites.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/fetch/sites.mk
diff -u pkgsrc/mk/fetch/sites.mk:1.150 pkgsrc/mk/fetch/sites.mk:1.151
--- pkgsrc/mk/fetch/sites.mk:1.150      Sat Jan 28 00:23:35 2017
+++ pkgsrc/mk/fetch/sites.mk    Mon Jun 12 07:13:35 2017
@@ -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 @@ MASTER_SITE_OSDN+=  \
        http://osdn.dl.osdn.jp/
 
 MASTER_SITE_PERL_CPAN+= \
-       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://cpan.pair.com/modules/by-module/ \
+       ftp://ftp.funet.fi/pub/languages/perl/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