diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-06-30 12:21:49 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-06-30 12:21:49 +0000 |
commit | 6add301a7a6fa1237bef6d3783e4d9d939d89420 (patch) | |
tree | 31ccb3bd96cafd7ee568095ddb00e6904158053d /Mk | |
parent | 42a63591c0ed5dc103a6b8bae3eb610ee5e003df (diff) | |
download | ports-6add301a7a6fa1237bef6d3783e4d9d939d89420.tar.gz ports-6add301a7a6fa1237bef6d3783e4d9d939d89420.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 1bab368edd2f..e6518295ede7 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -175,6 +175,7 @@ MASTER_SITE_EXIM+= \ ftp://ftp.freenet.de/pub/ftp.csx.cam.ac.uk/pub/software/email/exim/%SUBDIR%/ \ ftp://ftp.esat.net/pub/networking/mail/mta/exim/%SUBDIR%/ \ ftp://exim.stupendous.net/mirror/exim/%SUBDIR%/ \ + http://washitake.com/mail/exim/mirror/%SUBDIR%/ \ http://exim.psshee.com/ftp/%SUBDIR%/ \ ftp://ftp.nl.uu.net/pub/unix/mail/exim/%SUBDIR%/ \ ftp://ftp.demon.nl/pub/mirrors/exim/%SUBDIR%/ \ @@ -748,15 +749,14 @@ 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 umn +.for mirror in heanet aleron umn belnet MASTER_SITE_SOURCEFORGE+= \ 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 +.for mirror in easynews cesnet switch voxel optusnet keihanna twtelecom MASTER_SITE_SOURCEFORGE_EXTENDED+= \ http://${mirror}.dl.sourceforge.net/sourceforge/%SUBDIR%/ .endfor |