summaryrefslogtreecommitdiff
path: root/databases/pear-MDB2_Driver_pgsql/Makefile
diff options
context:
space:
mode:
authortaca <taca>2013-03-16 03:38:39 +0000
committertaca <taca>2013-03-16 03:38:39 +0000
commitbad1501a9252960753be495f916b55d82b88939c (patch)
treecf5529aa7d6cb9b1a153d7cc711d249aa720e354 /databases/pear-MDB2_Driver_pgsql/Makefile
parent6f6e279f076e6d2df158b0c347acc967c2985fa1 (diff)
downloadpkgsrc-bad1501a9252960753be495f916b55d82b88939c.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/Makefile')
-rw-r--r--databases/pear-MDB2_Driver_pgsql/Makefile5
1 files changed, 3 insertions, 2 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