diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-03-06 16:28:30 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-03-06 16:28:30 +0000 |
commit | d79f7649862187a39c466878f5e1884b2f1d35d3 (patch) | |
tree | 09af5f95202b2436b7d67875113fc97966a7adee /Mk | |
parent | f6e1c6e7b13cd206a0d2c8f0f04a75f21feb5fcf (diff) | |
download | ports-d79f7649862187a39c466878f5e1884b2f1d35d3.tar.gz ports-d79f7649862187a39c466878f5e1884b2f1d35d3.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 26 |
1 files changed, 17 insertions, 9 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%/ \ |