summaryrefslogtreecommitdiff
path: root/databases/pear-MDB2_Driver_pgsql
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
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')
-rw-r--r--databases/pear-MDB2_Driver_pgsql/Makefile4
-rw-r--r--databases/pear-MDB2_Driver_pgsql/distinfo10
-rw-r--r--databases/pear-MDB2_Driver_pgsql/patches/patch-aa8
3 files changed, 11 insertions, 11 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
diff --git a/databases/pear-MDB2_Driver_pgsql/distinfo b/databases/pear-MDB2_Driver_pgsql/distinfo
index 747b13151db..a38a9aca78f 100644
--- a/databases/pear-MDB2_Driver_pgsql/distinfo
+++ b/databases/pear-MDB2_Driver_pgsql/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2009/01/19 20:14:00 abs Exp $
+$NetBSD: distinfo,v 1.5 2010/12/22 15:22:26 taca Exp $
-SHA1 (pear/MDB2_Driver_pgsql-1.5.0b2.tgz) = 712f64c96d6524a255927ae6bd6bd09269b6194d
-RMD160 (pear/MDB2_Driver_pgsql-1.5.0b2.tgz) = 19aa2f77a24fcc17f418f480ecab035e1ff4c5f1
-Size (pear/MDB2_Driver_pgsql-1.5.0b2.tgz) = 41046 bytes
-SHA1 (patch-aa) = f22b73962e5831b34501d9932f53413cfbda919d
+SHA1 (pear/MDB2_Driver_pgsql-1.5.0b3.tgz) = a8191376efe21246b1bace21d0d19eb4bbfaab3d
+RMD160 (pear/MDB2_Driver_pgsql-1.5.0b3.tgz) = 5b219703cccae801d6bf77fbbb4209c82a691a6c
+Size (pear/MDB2_Driver_pgsql-1.5.0b3.tgz) = 41214 bytes
+SHA1 (patch-aa) = 3b7bc7547e060c5cfdbce77b0edf634f2b70e981
diff --git a/databases/pear-MDB2_Driver_pgsql/patches/patch-aa b/databases/pear-MDB2_Driver_pgsql/patches/patch-aa
index 1c8bb5871ba..6ff6d0e93e5 100644
--- a/databases/pear-MDB2_Driver_pgsql/patches/patch-aa
+++ b/databases/pear-MDB2_Driver_pgsql/patches/patch-aa
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.3 2009/01/19 20:14:00 abs Exp $
+$NetBSD: patch-aa,v 1.4 2010/12/22 15:22:26 taca Exp $
---- ../package.xml.orig 2007-05-03 21:07:38.000000000 +0200
+--- ../package.xml.orig 2010-08-29 12:16:21.000000000 +0000
+++ ../package.xml
-@@ -83,9 +83,6 @@ open todo items:
+@@ -88,9 +88,6 @@ open todo items:
<channel>pear.php.net</channel>
- <min>2.5.0b2</min>
+ <min>2.5.0b3</min>
</package>
- <extension>
- <name>pgsql</name>