diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-23 09:17:42 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-23 09:17:42 +0000 |
commit | eafc0ab93299b15ae86194131f90d1ba0c1962fd (patch) | |
tree | e3df45b8aa8b97188c0a74663955b6b9e0c6f85b /Mk | |
parent | ca7f19c4af3a845b34a823aa52a9274131df284b (diff) |
- Remove Eazel's mirror of MASTER_SITE_GNOME - the company died quite some
time ago. RIP
- move http://prdownloads.sourceforge.net to the top of
MASTER_SITE_SOURCEFORGE - according to numerous perorts it much faster than
ftp3.sourceforge.net, which currently heads the list.
Notes
Notes:
svn path=/head/; revision=45392
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 b969ebe7dd0c..abe7ab40de60 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -60,8 +60,7 @@ MASTER_SITE_GNOME+= \ ftp://ftp.mirror.ac.uk/sites/ftp.gnome.org/pub/GNOME/%SUBDIR%/ \ ftp://ftp.chg.ru/pub/X11/gnome/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,X/gnome/&,} \ - ftp://ftp.sourceforge.net/pub/mirrors/gnome/%SUBDIR%/ \ - ftp://gnome.eazel.com/pub/GNOME/%SUBDIR%/ + ftp://ftp.sourceforge.net/pub/mirrors/gnome/%SUBDIR%/ MASTER_SITE_GNU+= \ ftp://ftp.gnu.org/gnu/%SUBDIR%/ \ @@ -218,8 +217,8 @@ MASTER_SITE_SOURCEWARE+= \ ftp://ftp.freesoftware.com/pub/sourceware/%SUBDIR%/ MASTER_SITE_SOURCEFORGE+= \ - ftp://ftp3.sourceforge.net/pub/sourceforge/%SUBDIR%/ \ 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%/ \ |