Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Mar 2017 11:59:02 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r435472 - head/Mk
Message-ID:  <201703051159.v25Bx27h043999@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703051159.v25Bx27h043999>