From d79f7649862187a39c466878f5e1884b2f1d35d3 Mon Sep 17 00:00:00 2001 From: Oliver Eikemeier Date: Sat, 6 Mar 2004 16:28:30 +0000 Subject: [PATCH] - bring sourceforge mirrors in line with http://prdownloads.sourceforge.net/PROJECT/ - remove belnet from the list until the distfiles are fixed rationale: - separately listed mirrors make the distfile survey more reliable, and we can remove sites with problems, even though it is bad for automatic sorting try the following sh scripts: for m in heanet aleron unc belnet umn twtelecom switch easynews keihanna cesnet; \ do echo -n $m ": "; fetch -o - -q -A http://$m.dl.sourceforge.net/sourceforge/balance/balance-3.11.tar.gz | md5; done for m in heanet aleron unc belnet umn twtelecom switch easynews keihanna cesnet; \ do echo -n $m ": "; fetch -o - -q -A http://$m.dl.sourceforge.net/sourceforge/gaim/gaim-0.75.tar.bz2 | md5; done --- Mk/bsd.sites.mk | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 09d0b800b6c5..3fffe1a51947 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -727,17 +727,25 @@ MASTER_SITE_SAVANNAH+= \ http://savannah.nongnu.org/download/%SUBDIR%/ \ ftp://ftp.gnu.org/pub/savannah/files/%SUBDIR%/ +# currently belnet has corrupted distfiles, add when the problems have gone away +.for mirror in heanet aleron unc umn MASTER_SITE_SOURCEFORGE+= \ - http://eu.dl.sourceforge.net/%SUBDIR%/ \ - http://us.dl.sourceforge.net/%SUBDIR%/ \ - ftp://ftp.kddlabs.co.jp/sourceforge/%SUBDIR%/ \ - ftp://ftp.chg.ru/pub/sourceforge/%SUBDIR%/ \ - ftp://us.dl.sourceforge.net/pub/sourceforge/%SUBDIR%/ + http://${mirror}.dl.sourceforge.net/sourceforge/%SUBDIR%/ +.endfor +# official sf.net mirrors that don't mirror all projects, check +# http://prdownloads.sourceforge.net/%SUBDIR%/ +.for mirror in easynews cesnet switch keihanna twtelecom +MASTER_SITE_SOURCEFORGE_EXTENDED+= \ + http://${mirror}.dl.sourceforge.net/sourceforge/%SUBDIR%/ +.endfor +MASTER_SITE_SOURCEFORGE_EXTENDED+= \ + ${MASTER_SITE_SOURCEFORGE} + +.for mirror in osdn kyushu-u keihanna MASTER_SITE_SOURCEFORGE_JP+= \ - http://osdn.dl.sourceforge.jp/%SUBDIR%/ \ - http://kyushu-u.dl.sourceforge.jp/%SUBDIR%/ \ - http://keihanna.dl.sourceforge.jp/%SUBDIR%/ + http://${mirror}.dl.sourceforge.jp/%SUBDIR%/ +.endfor MASTER_SITE_SOURCEWARE+= \ http://mirrors.rcn.net/pub/sourceware/%SUBDIR%/ \