summaryrefslogtreecommitdiff
path: root/databases/pear-MDB2_Driver_pgsql/Makefile
diff options
context:
space:
mode:
authortaca <taca>2010-12-22 15:22:26 +0000
committertaca <taca>2010-12-22 15:22:26 +0000
commit5c42b2f0e25b0df3795c75f742aa5f241d1420b2 (patch)
tree746953d144a78c4787fbaba66ca07f2420e9ede5 /databases/pear-MDB2_Driver_pgsql/Makefile
parent4ef52e33f447ae3cf8f3f193e2a8c6b08bb6f497 (diff)
downloadpkgsrc-5c42b2f0e25b0df3795c75f742aa5f241d1420b2.tar.gz
Update pear-MDB2_Driver_pgsql package to 1.5.0b3.
1.5.0b3 2010-08-29 12:31 UTC Changelog: - fixed bug #16281: getTableFieldDefinition() does not recognize NULL defaults with datatype [Holger Schletz] - fixed bug #16384: alterTable() does not remove NOT NULL constraints [Holger Schletz] - fixed bug #16405: Compatibility issues with escaped strings [hschletz] open todo items: - enable pg_execute() once issues with bytea column are resolved - use pg_result_error_field() to handle localized error messages (Request #7059) - add option to use unnamed prepared statements (see http://www.postgresql.org/docs/current/static/protocol-flow.html "Extended Query")
Diffstat (limited to 'databases/pear-MDB2_Driver_pgsql/Makefile')
-rw-r--r--databases/pear-MDB2_Driver_pgsql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/pear-MDB2_Driver_pgsql/Makefile b/databases/pear-MDB2_Driver_pgsql/Makefile
index 42aed76bb2a..ebfb12b38a2 100644
--- a/databases/pear-MDB2_Driver_pgsql/Makefile
+++ b/databases/pear-MDB2_Driver_pgsql/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2010/02/04 16:36:05 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2010/12/22 15:22:26 taca Exp $
-DISTNAME= MDB2_Driver_pgsql-1.5.0b2
+DISTNAME= MDB2_Driver_pgsql-1.5.0b3
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org