From owner-svn-ports-all@freebsd.org Sun Mar 5 11:59:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD841CFA014; Sun, 5 Mar 2017 11:59:03 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79C341C9D; Sun, 5 Mar 2017 11:59:03 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v25Bx26P044000; Sun, 5 Mar 2017 11:59:02 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v25Bx27h043999; Sun, 5 Mar 2017 11:59:02 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201703051159.v25Bx27h043999@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 5 Mar 2017 11:59:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435472 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Mar 2017 11:59:03 -0000 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)