diff options
author | darcy <darcy@pkgsrc.org> | 1999-12-02 01:47:04 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 1999-12-02 01:47:04 +0000 |
commit | dfeeb73218b22d158443ecaa03661b16e8a951a1 (patch) | |
tree | b37cc0ee59c88f4752c4478ceec3ffe60242e89d /databases/postgresql | |
parent | c69cbf39777f6596939870f45369c6ef0540e96d (diff) | |
download | pkgsrc-dfeeb73218b22d158443ecaa03661b16e8a951a1.tar.gz |
upgraded PostgreSQL to 6.5.3 and updated the dependent Makefiles
Diffstat (limited to 'databases/postgresql')
-rw-r--r-- | databases/postgresql/Makefile | 9 | ||||
-rw-r--r-- | databases/postgresql/files/md5 | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/databases/postgresql/Makefile b/databases/postgresql/Makefile index 7527c38363f..bc5010e0aae 100644 --- a/databases/postgresql/Makefile +++ b/databases/postgresql/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.42 1999/09/20 23:38:45 jlam Exp $ +# $NetBSD: Makefile,v 1.43 1999/12/02 01:47:05 darcy Exp $ # FreeBSD Id: Makefile,v 1.22 1997/12/24 01:21:37 alex Exp # -DISTNAME= postgresql-6.5.2 +DISTNAME= postgresql-6.5.3 WRKSRC= ${WRKDIR}/${DISTNAME}/src CATEGORIES= databases MASTER_SITES= ftp://ftp.PostgreSQL.org/pub/ \ @@ -12,9 +12,10 @@ MASTER_SITES= ftp://ftp.PostgreSQL.org/pub/ \ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.PostgreSQL.ORG/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/bison:../../devel/bison DEPENDS+= addnerd-1.6:../../sysutils/addnerd +BUILD_DEPENDS+= ${LOCALBASE}/bin/bison:../../devel/bison + # Evil stuff follows: I haven't figured out how to add flags to configure to # nicely disable the ncurses and readline checks in the configure script, yet. .if exists(${LOCALBASE}/include/ncurses.h) @@ -120,7 +121,7 @@ post-build: @${ECHO} "Dump existing databases, before installing new db version !!" @${ECHO} "Detailed instructions, see INSTALL file under ${WRKDIR}... " @${ECHO} "------------------------------------------------------------" - + pre-install: ${RM} -rf ${PGPREFIX} ${MKDIR} ${PGPREFIX} diff --git a/databases/postgresql/files/md5 b/databases/postgresql/files/md5 index a86f5db6673..20df663ac1b 100644 --- a/databases/postgresql/files/md5 +++ b/databases/postgresql/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.6 1999/09/20 23:38:47 jlam Exp $ +$NetBSD: md5,v 1.7 1999/12/02 01:47:06 darcy Exp $ -MD5 (postgresql-6.5.2.tar.gz) = 36546d54b2ec7da1eec967522089e4ab +MD5 (postgresql-6.5.3.tar.gz) = 098d1ee4316500a2d033ced3ebd5b831 |