From 9ecf94c097f257de8175740c46072c6f518092bf Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 12 Mar 2002 22:09:35 +0000 Subject: Add directory level "source" to MASTER_SITES. Only the newest version (now 7.2, but I'm not in a position to upgrade the whole shebang yet) is accessible directly form the top distro level. --- databases/postgresql/Makefile.common | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'databases/postgresql') diff --git a/databases/postgresql/Makefile.common b/databases/postgresql/Makefile.common index 76436599629..1d9bef42b98 100644 --- a/databases/postgresql/Makefile.common +++ b/databases/postgresql/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.24 2001/12/03 08:06:25 jlam Exp $ +# $NetBSD: Makefile.common,v 1.25 2002/03/12 22:09:35 tv Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution. @@ -11,14 +11,14 @@ DISTNAME= postgresql-${PG_DIST_VERS} CATEGORIES+= databases -MASTER_SITES= http://www.postgresql.org/ftpsite/v${PG_DIST_VERS}/ \ - ftp://ftp.PostgreSQL.org/pub/v${PG_DIST_VERS}/ \ - ftp://ftp.de.postgresql.org/pub/v${PG_DIST_VERS}/ \ - ftp://ch.postgresql.org/mirror/postgresql/v${PG_DIST_VERS}/ \ - ftp://gd.tuwien.ac.at/db/www.postgresql.org/pub/v${PG_DIST_VERS}/ \ - ftp://looking-glass.usask.ca/pub/postgresql/v${PG_DIST_VERS}/ \ - ftp://ftp.sunsite.auc.dk/mirrors/postgresql/v${PG_DIST_VERS}/ \ - ftp://ftp.jaist.ac.jp/pub/dbms/postgres95/v${PG_DIST_VERS}/ +MASTER_SITES= http://www.postgresql.org/ftpsite/source/v${PG_DIST_VERS}/ \ + ftp://ftp.PostgreSQL.org/pub/source/v${PG_DIST_VERS}/ \ + ftp://ftp.de.postgresql.org/pub/source/v${PG_DIST_VERS}/ \ + ftp://ch.postgresql.org/mirror/postgresql/source/v${PG_DIST_VERS}/ \ + ftp://gd.tuwien.ac.at/db/www.postgresql.org/pub/source/v${PG_DIST_VERS}/ \ + ftp://looking-glass.usask.ca/pub/postgresql/source/v${PG_DIST_VERS}/ \ + ftp://ftp.sunsite.auc.dk/mirrors/postgresql/source/v${PG_DIST_VERS}/ \ + ftp://ftp.jaist.ac.jp/pub/dbms/postgres95/source/v${PG_DIST_VERS}/ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.postgresql.org/ -- cgit v1.2.3