From 348732c48fbfff0e842f1152b8799ca314ad73bc Mon Sep 17 00:00:00 2001 From: Daniel Baker Date: Tue, 7 May 2002 00:31:08 +0000 Subject: [PATCH] The master site list for sourceforge didn't use the round-robins that sourceforge has made available. Additionally, the first site listed (prdownloads) now gives a HTML selection page when you try to download a file which causes md5 mismatch and is generally an ugly mess. Update MASTER_SITE_SOUREFORGE with handful of approved roundrobin HTTP and FTP sites Submitted by: Sean Kelly --- Mk/bsd.sites.mk | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index b38684e262be..94d086bb0583 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -228,15 +228,11 @@ MASTER_SITE_SOURCEWARE+= \ ftp://sunsite.org.uk/Mirrors/sourceware.cygnus.com/pub/%SUBDIR%/ MASTER_SITE_SOURCEFORGE+= \ - http://prdownloads.sourceforge.net/%SUBDIR%/ \ - ftp://ftp3.sourceforge.net/pub/sourceforge/%SUBDIR%/ \ - http://ftp3.sourceforge.net/%SUBDIR%/ \ - ftp://ftp1.sourceforge.net/pub/sourceforge/%SUBDIR%/ \ - http://ftp1.sourceforge.net/%SUBDIR%/ \ - ftp://ftp2.sourceforge.net/pub/sourceforge/%SUBDIR%/ \ - http://ftp2.sourceforge.net/%SUBDIR%/ \ + http://us.dl.sourceforge.net/%SUBDIR%/ \ + http://eu.dl.sourceforge.net/%SUBDIR%/ \ + ftp://us.dl.sourceforge.net/%SUBDIR%/ \ + ftp://eu.dl.sourceforge.net/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/sourceforge/%SUBDIR%/ \ - http://telia.dl.sourceforge.net/%SUBDIR%/ \ ftp://ftp.chg.ru/pub/sourceforge/%SUBDIR%/ MASTER_SITE_SUNSITE+= \