From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 09:21:42 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B64BE94; Fri, 6 Feb 2015 09:21:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 1D182B6; Fri, 6 Feb 2015 09:21:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t169LfOW097595; Fri, 6 Feb 2015 09:21:41 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t169Lf1H097594; Fri, 6 Feb 2015 09:21:41 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201502060921.t169Lf1H097594@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Fri, 6 Feb 2015 09:21:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378514 - 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-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 09:21:42 -0000 Author: girgen Date: Fri Feb 6 09:21:41 2015 New Revision: 378514 URL: https://svnweb.freebsd.org/changeset/ports/378514 QAT: https://qat.redports.org/buildarchive/r378514/ Log: The PostgreSQL project has removed the mirrors, and replaced it with a DNS based load balancing mirror system. Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Fri Feb 6 09:06:16 2015 (r378513) +++ head/Mk/bsd.sites.mk Fri Feb 6 09:21:41 2015 (r378514) @@ -996,33 +996,10 @@ _PERL_CPAN_ID= ${MASTER_SITE_SUBDIR:C/^C .endif # -# PostgreSQL mirror sites -# -# For the full list, see the following: -# -# http://wwwmaster.postgresql.org/download/mirrors-ftp -# -# Before update mirror list please consult with fenner's distfiles survey. +# PostgreSQL master site # .if !defined(IGNORE_MASTER_SITE_PGSQL) MASTER_SITE_PGSQL+= \ - ftp://ftp.se.postgresql.org/pub/databases/relational/postgresql/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/db/postgresql/&,} \ - ftp://ftp2.cz.postgresql.org/pub/postgresql/%SUBDIR%/ \ - ftp://ftp.ee.postgresql.org/mirrors/postgresql/%SUBDIR%/ \ - ftp://ftp3.de.postgresql.org/pub/Mirrors/ftp.postgresql.org/%SUBDIR%/ \ - ftp://ftp.gr.postgresql.org/pub/databases/postgresql/%SUBDIR%/ \ - ftp://ftp.ie.postgresql.org/mirrors/ftp.postgresql.org/pub/%SUBDIR%/ \ - ftp://ftp2.it.postgresql.org/mirrors/postgres/%SUBDIR%/ \ - http://ftp2.jp.postgresql.org/pub/postgresql/%SUBDIR%/ \ - ftp://ftp.lv.postgresql.org/pub/postgresql/%SUBDIR%/ \ - ftp://ftp2.nl.postgresql.org/mirror/postgresql/%SUBDIR%/ \ - ftp://ftp6.pl.postgresql.org/pub/postgresql/%SUBDIR%/ \ - ftp://ftp7.pl.postgresql.org/pub/mirror/ftp.postgresql.org/%SUBDIR%/ \ - ftp://ftp6.ro.postgresql.org/pub/mirrors/ftp.postgresql.org/%SUBDIR%/ \ - ftp://ftp3.ru.postgresql.org/pub/mirror/postgresql/pub/%SUBDIR%/ \ - ftp://ftp5.es.postgresql.org/mirror/postgresql/%SUBDIR%/ \ - ftp://ftp3.tw.postgresql.org/pub/postgresql/%SUBDIR%/ \ ftp://ftp.postgresql.org/pub/%SUBDIR%/ .endif