diff options
author | obrien <obrien@FreeBSD.org> | 2002-09-08 04:53:08 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-09-08 04:53:08 +0800 |
commit | cd0b21964f7193263ee2229d0f02cc7359018089 (patch) | |
tree | 8f561649fcd41ca826b49de013cb84132a2bd32f /Mk | |
parent | d708768f34bc65542016a0108650bcb5bda24260 (diff) | |
download | freebsd-ports-gnome-cd0b21964f7193263ee2229d0f02cc7359018089.tar.gz freebsd-ports-gnome-cd0b21964f7193263ee2229d0f02cc7359018089.tar.zst freebsd-ports-gnome-cd0b21964f7193263ee2229d0f02cc7359018089.zip |
Two MASTER_SITE_SOURCEWARE fixes. The first fixes an existing problem,
the second the fact that sourceware is scheduled to go away.
Submitted by: pfeifer
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 5048fde8efc2..2283e9013db8 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -278,9 +278,9 @@ MASTER_SITE_RUBY+= \ ftp://ftp.chg.ru/pub/lang/ruby/%SUBDIR%/ MASTER_SITE_SOURCEWARE+= \ - http://mirrors.rcn.net/mirrors/sources.redhat.com/%SUBDIR%/ \ + http://mirrors.rcn.net/pub/sourceware/%SUBDIR%/ \ ftp://mirrors.rcn.net/mirrors/sources.redhat.com/%SUBDIR%/ \ - ftp://ftp.funet.fi/pub/mirrors/sourceware.cygnus.com/pub/%SUBDIR%/ \ + ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/%SUBDIR%/ \ ftp://ftp.pvv.ntnu.no/pub/cygnus/sourceware.cygnus.com/%SUBDIR%/ \ ftp://ftp1.sinica.edu.tw/pub3/CYGNUS/%SUBDIR%/ \ ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/sources.redhat.com/%SUBDIR%/ \ |