diff options
author | wiz <wiz> | 2003-05-22 07:17:06 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-05-22 07:17:06 +0000 |
commit | cad35e261b2894d587580983c6a8d70ad71156a8 (patch) | |
tree | 500debacc8c81c134ed7dd9e755dced6bfa301c4 /databases/postgresql | |
parent | da9bc7094566d9e0f90fd41c7ac33d9c7e65299c (diff) | |
download | pkgsrc-cad35e261b2894d587580983c6a8d70ad71156a8.tar.gz |
Update MASTER_SITES, from Ben Collver in PR 21640.
Diffstat (limited to 'databases/postgresql')
-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}/ |