summaryrefslogtreecommitdiff
path: root/databases/odbc-postgresql
diff options
context:
space:
mode:
authorobache <obache>2008-08-23 11:23:15 +0000
committerobache <obache>2008-08-23 11:23:15 +0000
commit8846a6ca183a7a3dfc030d81b5c5f3bb3adc2f96 (patch)
treea9ba90b4dd59f224bd917127238af404d3469ba2 /databases/odbc-postgresql
parent517f2279649191ba980ea3801d0e09f956bd951a (diff)
downloadpkgsrc-8846a6ca183a7a3dfc030d81b5c5f3bb3adc2f96.tar.gz
This is too old, not on mirror servers.
Set archive server to MASTER_SITES instead. Noticed outdated MASTER_SITES by Zafer Aydogan via private mail. XXX: Should be switched to individual package found in XXX: ${MASTER_SITE_PGSQL:=odbc/versions/src} ?
Diffstat (limited to 'databases/odbc-postgresql')
-rw-r--r--databases/odbc-postgresql/Makefile.common11
1 files changed, 2 insertions, 9 deletions
diff --git a/databases/odbc-postgresql/Makefile.common b/databases/odbc-postgresql/Makefile.common
index 860650abf33..2ebca828c51 100644
--- a/databases/odbc-postgresql/Makefile.common
+++ b/databases/odbc-postgresql/Makefile.common
@@ -1,15 +1,8 @@
-# $NetBSD: Makefile.common,v 1.14 2006/10/04 20:53:45 wiz Exp $
+# $NetBSD: Makefile.common,v 1.15 2008/08/23 11:23:15 obache Exp $
DISTNAME= postgresql-${DIST_VERS}
CATEGORIES= databases
-PGSQL_SITES= http://www.postgresql.org/ftpsite/ \
- ftp://ftp.postgresql.org/pub/ \
- ftp://ftp.de.postgresql.org/pub/ \
- ftp://ch.postgresql.org/mirror/postgresql/ \
- ftp://gd.tuwien.ac.at/db/www.postgresql.org/pub/ \
- ftp://looking-glass.usask.ca/pub/postgresql/ \
- ftp://ftp.sunsite.auc.dk/mirrors/postgresql/ \
- ftp://ftp.jaist.ac.jp/pub/dbms/postgres95/
+PGSQL_SITES= ftp://ftp-archives.postgresql.org/pub/
MASTER_SITES?= ${PGSQL_SITES:=source/v${DIST_VERS}/}
MAINTAINER= pkgsrc-users@NetBSD.org