From c592adf7f6659a91ea6c25c80bf89aeb44f383de Mon Sep 17 00:00:00 2001 From: scrappy Date: Wed, 2 Apr 1997 09:15:26 +0000 Subject: This port was *way* out of date, by 2 versions and represents a bad version to boot. Have updated the Master Sites listing to reflect where the current port actually resides, as well as added a few of the mirrors. Will work on bringing the port up to date as I figure out how ports work :( This should at least allow this port to be compiled using v1.08 now --- databases/postgresql92-server/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'databases/postgresql92-server') diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile index 358c405782c..a08737918d1 100644 --- a/databases/postgresql92-server/Makefile +++ b/databases/postgresql92-server/Makefile @@ -3,14 +3,16 @@ # Date created: Oct 9 1996 # Whom: Matthew Stein # -# $Id: Makefile,v 1.5 1996/11/19 14:16:51 asami Exp $ +# $Id: Makefile,v 1.6 1996/12/07 12:49:35 asami Exp $ PKGNAME= postgres95-1.08 CATEGORIES= databases -MASTER_SITES= ftp://ftp.ki.net/pub/postgres95/ \ - ftp://ftp.luga.or.at/pub/postgres95/ \ - ftp://ftp.jaist.ac.jp/pub/dbms/postgres95/ \ - ftp://cal011111.student.utwente.nl/pub/postgres95/ +MASTER_SITES= ftp://ftp.PostgreSQL.org/pub/oldstuff/ \ + ftp://ftp.jaist.ac.jp/pub/dbms/postgres95/oldstuff/ \ + ftp://postgres95.vnet.net:/pub/postgres95/oldstuff/ \ + ftp://ftp.itm.tu-clausthal.de/pub/mirrors/postgres95/oldstuff/ \ + ftp://rocker.sch.bme.hu/pub/mirrors/postgreSQL/oldstuff/ \ + ftp://ftp.luga.or.at/pub/postgres95/ DISTFILES= postgres95-1.08.tar.gz \ flex-2.5.2.tgz -- cgit