svn commit: r435472 - head/Mk

Gerald Pfeifer gerald at FreeBSD.org
Sun Mar 5 11:59:03 UTC 2017


Author: gerald
Date: Sun Mar  5 11:59:02 2017
New Revision: 435472
URL: https://svnweb.freebsd.org/changeset/ports/435472

Log:
  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.

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Sun Mar  5 11:17:57 2017	(r435471)
+++ head/Mk/bsd.sites.mk	Sun Mar  5 11:59:02 2017	(r435472)
@@ -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)


More information about the svn-ports-all mailing list