1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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
This commit is contained in:
Lars Balker Rasmussen 2007-09-03 13:40:00 +00:00
parent b8e0d1c6e5
commit e896c6bcb3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198692

View File

@ -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
#