diff options
author | jfitz <jfitz@FreeBSD.org> | 1996-10-10 20:54:03 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1996-10-10 20:54:03 +0800 |
commit | 76dfb452840504411e99c077d6519aa1f292385b (patch) | |
tree | 4890638d6323692b443536a24f045e5f2b88be1f /databases/postgresql73/Makefile | |
parent | 8a24aa603b27163032825bd2cf2502534aaa141e (diff) | |
download | freebsd-ports-gnome-76dfb452840504411e99c077d6519aa1f292385b.tar.gz freebsd-ports-gnome-76dfb452840504411e99c077d6519aa1f292385b.tar.zst freebsd-ports-gnome-76dfb452840504411e99c077d6519aa1f292385b.zip |
Upgrade to v1.08
Reviewed by: jfitz@FreeBSD.ORG
Submitted by: matt@bdd.net
Diffstat (limited to 'databases/postgresql73/Makefile')
-rw-r--r-- | databases/postgresql73/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/postgresql73/Makefile b/databases/postgresql73/Makefile index 0840f88349d4..c0343bd90bf8 100644 --- a/databases/postgresql73/Makefile +++ b/databases/postgresql73/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: postgres95 -# Version required: 1.07 -# Date created: Sep 14 1996 +# Version required: 1.08 +# Date created: Oct 9 1996 # Whom: Matthew Stein <matt@bdd.net> # -# $Id: Makefile,v 1.1.1.1 1996/09/23 22:40:13 jfitz Exp $ +# $Id: Makefile,v 1.2 1996/09/26 01:40:19 jfitz Exp $ -PKGNAME= postgres95-1.07 +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/ -DISTFILES= postgres95-1.07.tar.gz \ +DISTFILES= postgres95-1.08.tar.gz \ flex-2.5.2.tgz MAINTAINER= matt@bdd.net |