diff options
author | taca <taca@pkgsrc.org> | 2013-03-16 03:38:39 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-03-16 03:38:39 +0000 |
commit | ba88bce2a0711cfe488310239a0f8b8ed3601c7e (patch) | |
tree | cf5529aa7d6cb9b1a153d7cc711d249aa720e354 /databases/pear-MDB2_Driver_pgsql | |
parent | 380aa63f9da9b0503045be4f6fb4c571fb81bb9e (diff) | |
download | pkgsrc-ba88bce2a0711cfe488310239a0f8b8ed3601c7e.tar.gz |
Update pear-MDB2_Driver_pgsql to 1.5.0b4 and add LICENSE.
Changelog:
- Remove assignment by reference, Bug #19585.
- PEAR::isError() -> MDB2::isError(), Bug #19491.
- PEAR::loadExtension() -> extension_loaded(), Bug #19583.
- Fixed boolean type conversion for non-boolean types
- Fix Bug #19262. Updates conditional stagements to use logical operators to
include MDB2_FETCHMODE_OBJECT where appropriate. Was broken in r321197.
- Request #12931 Add cascading to dropTable?
- Have truncateTable() return MDB2_OK on success, as documented (bug 19201)
- Have vacuum() return MDB2_OK on success, as documented (bug 19196)
- Have dropConstraint() return MDB2_OK on success, as documented (bug 19194)
- Have createSequence() return MDB2_OK on success, as documented (bug 19192)
- Have dropSequence() return MDB2_OK on success, as documented (bug 19191).
- Make setOption('result_wrap_class') actually useful by changing the default
value of $result_wrap_class parameters from false to true.
- Have pgsql only read LOB from file if lob_allow_url_include (bringing it in
line with other drivers).
- FETCHMODE constants are NOT bitwise.
- fixed bug #18203: Type introspection breaks with associative arrays if names
are identical (patch by Peter Bex)
- fixed bug #17890: Improper use of array_search in prepare function
[fletcherj]
- fixed bug #17890: Improper use of array_search in prepare function
[fletcherj]
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/Makefile | 5 | ||||
-rw-r--r-- | databases/pear-MDB2_Driver_pgsql/distinfo | 10 | ||||
-rw-r--r-- | databases/pear-MDB2_Driver_pgsql/patches/patch-aa | 10 |
3 files changed, 13 insertions, 12 deletions
diff --git a/databases/pear-MDB2_Driver_pgsql/Makefile b/databases/pear-MDB2_Driver_pgsql/Makefile index 9315d9078a3..ea1c5fd094a 100644 --- a/databases/pear-MDB2_Driver_pgsql/Makefile +++ b/databases/pear-MDB2_Driver_pgsql/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.7 2012/10/02 21:25:37 asau Exp $ +# $NetBSD: Makefile,v 1.8 2013/03/16 03:38:39 taca Exp $ -DISTNAME= MDB2_Driver_pgsql-1.5.0b3 +DISTNAME= MDB2_Driver_pgsql-1.5.0b4 CATEGORIES= databases MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pear.php.net/package/MDB2_Driver_pgsql COMMENT= Pgsql MDB2 driver +LICENSE= modified-bsd DEPENDS+= ${PHP_PKG_PREFIX}-pgsql-[0-9]*:../../databases/php-pgsql DEPENDS+= ${PHP_PKG_PREFIX}-pear-MDB2>=2.5:../../databases/pear-MDB2 diff --git a/databases/pear-MDB2_Driver_pgsql/distinfo b/databases/pear-MDB2_Driver_pgsql/distinfo index a38a9aca78f..4df3b5cf6c5 100644 --- a/databases/pear-MDB2_Driver_pgsql/distinfo +++ b/databases/pear-MDB2_Driver_pgsql/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2010/12/22 15:22:26 taca Exp $ +$NetBSD: distinfo,v 1.6 2013/03/16 03:38:39 taca Exp $ -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 +SHA1 (pear/MDB2_Driver_pgsql-1.5.0b4.tgz) = b284f0789171c2153d78f054e9736c52624d6742 +RMD160 (pear/MDB2_Driver_pgsql-1.5.0b4.tgz) = 09287eedd00db2e25813fdf73d333d4982be20d6 +Size (pear/MDB2_Driver_pgsql-1.5.0b4.tgz) = 42404 bytes +SHA1 (patch-aa) = 7ecb40830cafce739080c44c19d5bba290d2d45a diff --git a/databases/pear-MDB2_Driver_pgsql/patches/patch-aa b/databases/pear-MDB2_Driver_pgsql/patches/patch-aa index 6ff6d0e93e5..39934ded42e 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.4 2010/12/22 15:22:26 taca Exp $ +$NetBSD: patch-aa,v 1.5 2013/03/16 03:38:39 taca Exp $ ---- ../package.xml.orig 2010-08-29 12:16:21.000000000 +0000 -+++ ../package.xml -@@ -88,9 +88,6 @@ open todo items: +--- ../package.xml.orig 2012-10-24 03:12:26.000000000 +0900 ++++ ../package.xml 2012-11-15 14:08:27.000000000 +0900 +@@ -101,9 +101,6 @@ <channel>pear.php.net</channel> - <min>2.5.0b3</min> + <min>2.5.0b4</min> </package> - <extension> - <name>pgsql</name> |