diff options
author | billf <billf@FreeBSD.org> | 1999-06-18 21:27:38 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-06-18 21:27:38 +0000 |
commit | 8c2297dc647432decb653a619cb13519be5341bc (patch) | |
tree | 91aca93ddca24aadc38d1db1838e349459bc3b2b /databases/postgresql73 | |
parent | d62ce02ada1a35c4e5c6bb338cea3c4057f0b7f8 (diff) | |
download | FreeBSD-ports-8c2297dc647432decb653a619cb13519be5341bc.zip FreeBSD-ports-8c2297dc647432decb653a619cb13519be5341bc.tar.gz |
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?
Diffstat (limited to 'databases/postgresql73')
-rw-r--r-- | databases/postgresql73/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/databases/postgresql73/Makefile b/databases/postgresql73/Makefile index 49f1a02..b37629d 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 |