summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Balker Rasmussen <lbr@FreeBSD.org>2007-09-03 13:40:00 +0000
committerLars Balker Rasmussen <lbr@FreeBSD.org>2007-09-03 13:40:00 +0000
commite896c6bcb3498afc702d5b524c8fbfb654332046 (patch)
treeef4db4cb33a06f1035a6b40947f6f2d59e57c8fa
parentb8e0d1c6e5b0bfe35dc91fac20c95ac6c2cf5191 (diff)
downloadfreebsd-ports-e896c6bcb3498afc702d5b524c8fbfb654332046.zip
Add backpan.cpan.org as a last resort mirror, to remove the often seen
failure case where the package a port relies on is moved from cpan to cold storage (backpan). On my system, it takes 70 seconds to fall through the mirrors before hitting backpan, which is enough to be annoying (so you press C-c and file a PR), but not enough to ruin the normal use-case (make install elsewhere and go fetch coffee). A current port where this is an issue is archivers/p5-IO-Zlib
-rw-r--r--Mk/bsd.sites.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index 024cfcf2f26e..64312be50cc3 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -867,7 +867,8 @@ MASTER_SITE_PERL_CPAN+= \
ftp://cpan.pop-mg.com.br/pub/CPAN/modules/by-module/%SUBDIR%/ \
http://at.cpan.org/modules/by-module/%SUBDIR%/ \
ftp://ftp.chg.ru/pub/lang/perl/CPAN/modules/by-module/%SUBDIR%/ \
- ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/%SUBDIR%/
+ ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/%SUBDIR%/ \
+ http://backpan.cpan.org/modules/by-module/%SUBDIR%/
.endif
#