diff options
author | pav <pav@FreeBSD.org> | 2008-09-05 04:36:47 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-09-05 04:36:47 +0800 |
commit | c2768a1c76f2987156ab0d0fc707e00c5dd44023 (patch) | |
tree | 733583e22367234847dcdff95446d63446d8266a /Mk/bsd.sites.mk | |
parent | 7dd331d2efa7c16269ed74e51a10fa9da3a1091d (diff) | |
download | freebsd-ports-gnome-c2768a1c76f2987156ab0d0fc707e00c5dd44023.tar.gz freebsd-ports-gnome-c2768a1c76f2987156ab0d0fc707e00c5dd44023.tar.zst freebsd-ports-gnome-c2768a1c76f2987156ab0d0fc707e00c5dd44023.zip |
- Remove first dead site from PGSQL list, and update the mirror list URL
PR: ports/126963
Submitted by: Alex Goncharov <alex-goncharov@comcast.net>
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r-- | Mk/bsd.sites.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index e7db6c615386..023936b07886 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -971,13 +971,12 @@ MASTER_SITE_PERL_CPAN+= \ # # For the full list, see the following: # -# http://www.postgresql.org/mirrors-ftp.html +# http://wwwmaster.postgresql.org/download/mirrors-ftp # # Before update mirror list please consult with fenner's distfiles survey. # .if !defined(IGNORE_MASTER_SITE_PGSQL) MASTER_SITE_PGSQL+= \ - ftp://ftp8.us.postgresql.org/postgresql/%SUBDIR%/ \ ftp://ftp9.us.postgresql.org/pub/mirrors/postgresql/%SUBDIR%/ \ ftp://ftp10.us.postgresql.org/pub/postgresql/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/db/postgresql/&,} \ |