From a7da2f58d38ecbb1307835910d7427378b79caa8 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Wed, 7 Jun 2006 17:45:45 +0000 Subject: [PATCH] 1. Remove ftp://bioinfo.weizmann.ac.il from CPAN, the FTP server is refusing connections. 2. Remove osdn.dl.sourceforge.net, the logs are full of failed downloads. Submitted by: fenner's distfile survey --- Mk/bsd.sites.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 691d9806630e..c1373964356b 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -756,7 +756,6 @@ MASTER_SITE_PERL_CPAN+= \ ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/%SUBDIR%/ \ ftp://mirror.hiwaay.net/CPAN/modules/by-module/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/%SUBDIR%/ \ - ftp://bioinfo.weizmann.ac.il/pub/software/perl/CPAN/modules/by-module/%SUBDIR%/ \ ftp://csociety-ftp.ecn.purdue.edu/pub/CPAN/modules/by-module/%SUBDIR%/ \ ftp://ftp.isu.net.sa/pub/CPAN/modules/by-module/%SUBDIR%/ \ ftp://ftp.ucr.ac.cr/pub/Unix/CPAN/modules/by-module/%SUBDIR%/ \ @@ -988,7 +987,7 @@ MASTER_SITE_SAVANNAH+= \ .endif .if !defined(IGNORE_MASTER_SITE_SOURCEFORGE) -.for mirror in heanet nchc kent ufpr surfnet jaist umn osdn +.for mirror in heanet nchc kent ufpr surfnet jaist umn MASTER_SITE_SOURCEFORGE+= \ http://${mirror}.dl.sourceforge.net/sourceforge/%SUBDIR%/ .endfor @@ -1006,7 +1005,7 @@ MASTER_SITE_SOURCEFORGE_EXTENDED+= \ .endif .if !defined(IGNORE_MASTER_SITE_SOURCEFORGE_JP) -.for mirror in osdn keihanna +.for mirror in keihanna MASTER_SITE_SOURCEFORGE_JP+= \ http://${mirror}.dl.sourceforge.jp/%SUBDIR%/ .endfor