aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql73
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-06-18 21:27:38 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-06-18 21:27:38 +0000
commit86faaeaabf60f3053d992d234ec1eaae816052ab (patch)
tree368650fdeed44848a0660ffcfa2998aed6cf3b0e /databases/postgresql73
parenta27b2987bee7c4e63d96353ee7a14278c8dc3d26 (diff)
downloadports-86faaeaabf60f3053d992d234ec1eaae816052ab.tar.gz
ports-86faaeaabf60f3053d992d234ec1eaae816052ab.zip
Add some more MASTER_SITES which does absolutly nothing until someone
upgrades this to the allegedly fantastic 6.5. However, it's the thought that counts, right?
Notes
Notes: svn path=/head/; revision=19550
Diffstat (limited to 'databases/postgresql73')
-rw-r--r--databases/postgresql73/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/databases/postgresql73/Makefile b/databases/postgresql73/Makefile
index 49f1a02e4757..b37629dfec0a 100644
--- a/databases/postgresql73/Makefile
+++ b/databases/postgresql73/Makefile
@@ -1,16 +1,19 @@
# New ports collection makefile for: PostgreSQL
-# Version required: 6.4
+# Version required: 6.4.2
# Date created: November 13, 1998
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.38 1999/04/20 20:32:53 mharo Exp $
+# $Id: Makefile,v 1.39 1999/06/05 19:55:19 mharo Exp $
#
DISTNAME= postgresql-6.4.2
CATEGORIES= databases
MASTER_SITES= ftp://ftp.postgresql.org/pub/ \
- ftp://ftp.iodynamics.com/pub/mirror/postgresql/
-
+ ftp://ftp.iodynamics.com/pub/mirror/postgresql/ \
+ ftp://ftp.de.postgresql.org/ \
+ ftp://ftp.digex.net/pub/packages/database/postgresql/ \
+ ftp://ftp.incoma.ru/pub/unix/postgresql/ \
+ ftp://ftp.sunet.se/pub/unix/databases/relational/postgresql/
MAINTAINER= andreas@FreeBSD.ORG