diff options
author | dougb <dougb@FreeBSD.org> | 2006-06-08 01:45:45 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2006-06-08 01:45:45 +0800 |
commit | 273a1c924b0f77f0cdf00491ac92e8cabc28b427 (patch) | |
tree | 4ee8e6368e4ae8bcefb11b0dcdad1b2289d3835b /Mk | |
parent | 183a1e8cf49c2657313d2e35875378198a26f085 (diff) | |
download | freebsd-ports-gnome-273a1c924b0f77f0cdf00491ac92e8cabc28b427.tar.gz freebsd-ports-gnome-273a1c924b0f77f0cdf00491ac92e8cabc28b427.tar.zst freebsd-ports-gnome-273a1c924b0f77f0cdf00491ac92e8cabc28b427.zip |
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
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 5 |
1 files 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 |