aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.sites.mk
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2015-02-06 09:21:41 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2015-02-06 09:21:41 +0000
commitc1a185f592885fc63902ae2116de65f004fb0ffb (patch)
tree6f809ec8ed4683c6c094c09e70bdaa6e95f34530 /Mk/bsd.sites.mk
parent56b4794223f7c54f0b0574847c915623a57fb9da (diff)
downloadports-c1a185f592885fc63902ae2116de65f004fb0ffb.tar.gz
ports-c1a185f592885fc63902ae2116de65f004fb0ffb.zip
Notes
Diffstat (limited to 'Mk/bsd.sites.mk')
-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