diff options
author | wiz <wiz@pkgsrc.org> | 2003-05-22 07:17:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-05-22 07:17:06 +0000 |
commit | b155494173daeb7df5f0670ccbac70ae1f12f449 (patch) | |
tree | 500debacc8c81c134ed7dd9e755dced6bfa301c4 | |
parent | 9374eebc30862ecc544bce0b7657ffcafdc54770 (diff) | |
download | pkgsrc-b155494173daeb7df5f0670ccbac70ae1f12f449.tar.gz |
Update MASTER_SITES, from Ben Collver in PR 21640.
-rw-r--r-- | databases/postgresql/Makefile.common | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/postgresql/Makefile.common b/databases/postgresql/Makefile.common index f77b19d3ddc..d26f857ade4 100644 --- a/databases/postgresql/Makefile.common +++ b/databases/postgresql/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.33 2003/02/21 16:09:51 mycroft Exp $ +# $NetBSD: Makefile.common,v 1.34 2003/05/22 07:17:06 wiz Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -13,10 +13,8 @@ DISTNAME?= postgresql-${DIST_VERS} CATEGORIES+= databases MASTER_SITES?= http://www.postgresql.org/ftpsite/source/v${DIST_VERS}/ \ ftp://ftp.postgresql.org/pub/source/v${DIST_VERS}/ \ - ftp://ftp.de.postgresql.org/pub/source/v${DIST_VERS}/ \ - ftp://ch.postgresql.org/mirror/postgresql/source/v${DIST_VERS}/ \ + ftp://ftp.de.postgresql.org/mirror/postgresql/source/v${DIST_VERS}/ \ ftp://gd.tuwien.ac.at/db/www.postgresql.org/pub/source/v${DIST_VERS}/ \ - ftp://looking-glass.usask.ca/pub/postgresql/source/v${DIST_VERS}/ \ ftp://ftp.sunsite.auc.dk/mirrors/postgresql/source/v${DIST_VERS}/ \ ftp://ftp.jaist.ac.jp/pub/dbms/postgres95/source/v${DIST_VERS}/ |