diff options
author | scrappy <scrappy@FreeBSD.org> | 1997-04-02 09:15:26 +0000 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1997-04-02 09:15:26 +0000 |
commit | c592adf7f6659a91ea6c25c80bf89aeb44f383de (patch) | |
tree | 7a2b189323756f606b1ceeb168a4238ad378744a /databases/postgresql7 | |
parent | dc52929802c09ddb81ce74b92bc0b3df5d3864d6 (diff) | |
download | FreeBSD-ports-c592adf7f6659a91ea6c25c80bf89aeb44f383de.zip FreeBSD-ports-c592adf7f6659a91ea6c25c80bf89aeb44f383de.tar.gz |
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
Diffstat (limited to 'databases/postgresql7')
-rw-r--r-- | databases/postgresql7/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/databases/postgresql7/Makefile b/databases/postgresql7/Makefile index 358c405..a087379 100644 --- a/databases/postgresql7/Makefile +++ b/databases/postgresql7/Makefile @@ -3,14 +3,16 @@ # Date created: Oct 9 1996 # Whom: Matthew Stein <matt@bdd.net> # -# $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 |