aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgirgen <girgen@FreeBSD.org>2015-02-06 17:21:41 +0800
committergirgen <girgen@FreeBSD.org>2015-02-06 17:21:41 +0800
commit2d5748591b249212714e22bd46a449dd21664bd7 (patch)
tree6f809ec8ed4683c6c094c09e70bdaa6e95f34530
parent0d0809e10ab9f59e49638bf21164c114379d8e79 (diff)
downloadfreebsd-ports-gnome-2d5748591b249212714e22bd46a449dd21664bd7.tar.gz
freebsd-ports-gnome-2d5748591b249212714e22bd46a449dd21664bd7.tar.zst
freebsd-ports-gnome-2d5748591b249212714e22bd46a449dd21664bd7.zip
The PostgreSQL project has removed the mirrors, and replaced
it with a DNS based load balancing mirror system.
-rw-r--r--Mk/bsd.sites.mk25
1 files changed, 1 insertions, 24 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index d3dac86a583d..e8e203325beb 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -996,33 +996,10 @@ _PERL_CPAN_ID= ${MASTER_SITE_SUBDIR:C/^CPAN:(.)(.)(.*)$/\1\/\1\2\/\1\2\3/}
.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