diff options
author | darcy <darcy> | 1999-12-02 01:47:04 +0000 |
---|---|---|
committer | darcy <darcy> | 1999-12-02 01:47:04 +0000 |
commit | 12ff15aa2369bebc3163584daa73fd040459e9b7 (patch) | |
tree | b37cc0ee59c88f4752c4478ceec3ffe60242e89d /databases | |
parent | 0d95fab10b2a854b1f9d88394ed371529f4e0343 (diff) | |
download | pkgsrc-12ff15aa2369bebc3163584daa73fd040459e9b7.tar.gz |
upgraded PostgreSQL to 6.5.3 and updated the dependent Makefiles
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gtksql/Makefile | 4 | ||||
-rw-r--r-- | databases/gtranscript/Makefile | 4 | ||||
-rw-r--r-- | databases/pgaccess/Makefile | 4 | ||||
-rw-r--r-- | databases/postgresql/Makefile | 9 | ||||
-rw-r--r-- | databases/postgresql/files/md5 | 4 | ||||
-rw-r--r-- | databases/py-postgresql/Makefile | 4 |
6 files changed, 15 insertions, 14 deletions
diff --git a/databases/gtksql/Makefile b/databases/gtksql/Makefile index 198b89c50da..f566edb53ac 100644 --- a/databases/gtksql/Makefile +++ b/databases/gtksql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/10/22 23:55:47 tron Exp $ +# $NetBSD: Makefile,v 1.11 1999/12/02 01:47:04 darcy Exp $ # DISTNAME= gtksql-0.3 @@ -12,7 +12,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.multimania.com/bbrox/GtkSQL/ DEPENDS+= gtk+-1.2.*:../../x11/gtk -DEPENDS+= postgresql-6.5.2:../../databases/postgresql +DEPENDS+= postgresql-6.5.3:../../databases/postgresql USE_X11BASE= diff --git a/databases/gtranscript/Makefile b/databases/gtranscript/Makefile index 4fa9f86d066..bd9099ba124 100644 --- a/databases/gtranscript/Makefile +++ b/databases/gtranscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/10/23 11:08:54 tron Exp $ +# $NetBSD: Makefile,v 1.6 1999/12/02 01:47:05 darcy Exp $ # DISTNAME= gtranscript-0.0.1 @@ -17,7 +17,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://gtranscript.linuxbox.com/ DEPENDS+= gnome-core-*:../../x11/gnome-core -DEPENDS+= postgresql-6.5.2:../../databases/postgresql +DEPENDS+= postgresql-6.5.3:../../databases/postgresql GNU_CONFIGURE= YES USE_X11BASE= YES diff --git a/databases/pgaccess/Makefile b/databases/pgaccess/Makefile index 96e8772e8c4..491e89f6850 100644 --- a/databases/pgaccess/Makefile +++ b/databases/pgaccess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/09/21 19:12:52 jlam Exp $ +# $NetBSD: Makefile,v 1.2 1999/12/02 01:47:05 darcy Exp $ # DISTNAME= pgaccess-0.98 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.flex.ro/pub/pgaccess/ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.flex.ro/pgaccess/ -DEPENDS+= postgresql-6.5.2:../../databases/postgresql +DEPENDS+= postgresql-6.5.3:../../databases/postgresql NO_BUILD= yes 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 diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile index 0575a940d21..d9fbc0f1ba9 100644 --- a/databases/py-postgresql/Makefile +++ b/databases/py-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/10/04 17:36:48 jlam Exp $ +# $NetBSD: Makefile,v 1.2 1999/12/02 01:47:06 darcy Exp $ DISTNAME= PyGreSQL-2.4 PKGNAME= py-postgresql-2.4 @@ -10,7 +10,7 @@ MAINTAINER= darcy@NetBSD.org HOMEPAGE= http://www.druid.net/pygresql/ DEPENDS+= python-1.5.2:../../lang/python -DEPENDS+= postgresql-6.5.2:../../databases/postgresql +DEPENDS+= postgresql-6.5.3:../../databases/postgresql ALL_TARGET= default |