From e896c6bcb3498afc702d5b524c8fbfb654332046 Mon Sep 17 00:00:00 2001 From: Lars Balker Rasmussen Date: Mon, 3 Sep 2007 13:40:00 +0000 Subject: [PATCH] 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 --- Mk/bsd.sites.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 #