aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.sites.mk
diff options
context:
space:
mode:
authorlbr <lbr@FreeBSD.org>2007-09-03 21:40:00 +0800
committerlbr <lbr@FreeBSD.org>2007-09-03 21:40:00 +0800
commitb68854c3718fb6425bb108e1475a7820505eba70 (patch)
tree2b26b5be0d37d1f6a3519e5f9007346937043579 /Mk/bsd.sites.mk
parent1078bbab53a2455b50eaf1efaf99ddfb7482b7f8 (diff)
downloadfreebsd-ports-gnome-b68854c3718fb6425bb108e1475a7820505eba70.tar.gz
freebsd-ports-gnome-b68854c3718fb6425bb108e1475a7820505eba70.tar.zst
freebsd-ports-gnome-b68854c3718fb6425bb108e1475a7820505eba70.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
Diffstat (limited to 'Mk/bsd.sites.mk')
-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
#