diff options
author | gerald <gerald@FreeBSD.org> | 2017-03-05 19:59:02 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2017-03-05 19:59:02 +0800 |
commit | 57f514beeebc230335db7f6935770746ea3429ec (patch) | |
tree | 30a9ec81dd2d8523da9d8012ef6a9c1efc31110b /Mk | |
parent | 7103837b4ad8c508f34a5c15144833972bfbf031 (diff) | |
download | freebsd-ports-gnome-57f514beeebc230335db7f6935770746ea3429ec.tar.gz freebsd-ports-gnome-57f514beeebc230335db7f6935770746ea3429ec.tar.zst freebsd-ports-gnome-57f514beeebc230335db7f6935770746ea3429ec.zip |
Replace ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com by
ftp://ftp.funet.fi/pub/mirrors/sourceware.org in MASTER_SITE_GCC and
MASTER_SITE_SOURCEWARE, sourceware.org having replaced sources.redhat.com
as the standard name of that host years ago.
This should not bring any practical change for now; it's really the same.
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 1a7d5223bab9..600f755507f4 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -312,7 +312,7 @@ MASTER_SITE_GCC+= \ http://robotlab.itk.ppke.hu/gcc/%SUBDIR%/ \ http://gcc.fyxm.net/%SUBDIR%/ \ http://ftp-stud.fht-esslingen.de/pub/Mirrors/sourceware.org/gcc/%SUBDIR%/ \ - ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/gcc/%SUBDIR%/ \ + ftp://ftp.funet.fi/pub/mirrors/sourceware.org/pub/gcc/%SUBDIR%/ \ ftp://gcc.gnu.org/pub/gcc/%SUBDIR%/ \ ftp://ftp.lip6.fr/pub/gcc/%SUBDIR%/ \ ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/%SUBDIR%/ \ @@ -1055,7 +1055,7 @@ MASTER_SITE_SOURCEFORGE_JP+= \ MASTER_SITE_SOURCEWARE+= \ http://mirrors.kernel.org/sources.redhat.com/%SUBDIR%/ \ http://gd.tuwien.ac.at/gnu/sourceware/%SUBDIR%/ \ - ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/%SUBDIR%/ + ftp://ftp.funet.fi/pub/mirrors/sourceware.org/pub/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_SUDO) |