From 0c879f96b8c6599befc8884b49973111994f309b Mon Sep 17 00:00:00 2001 From: obache Date: Mon, 4 Jun 2012 12:03:39 +0000 Subject: [PATCH] Update pear-DB to 1.7.14. PR 46534 by Wen Heping. While here, set LICENSE=php. Changes since 1.7.13: All drivers: * Made the definition of DB_common::raiseError() compatible with PEAR::raiseError() by adding dummy parameters. Request 11581. * Fixed SKIP block in the 20locale.phpt test. * Fixed non-persistent connections to really be non-persistent when unserialising. Bug 15115. ibase: * Changed the order of regular expressions applied when mapping errors so that constraint violations in PHP 4.4 are actually reported as constraint violations and not table not found errors. * Fixed a test that should have been skipped in PHP 4.4. ifx: * Use PCRE rather than ereg. Bug 17722, patch by Olle Jonsson. mssql: * Fix escaping of string values with lines ending in a backslash character. Bug 16117. oci8: * Fix for last_query reconstruction with lots of placeholders. Bug 12418, patch by Nicholas Evans. * Fix replacement of values in last_query for :bind's numbered over 10. Bug 14603. * Unset $_prepared_queries in freePrepared(). Bug 14271. pgsql: * Added special-case to handle SAVEPOINT queries as manip queries. Bug 12260. * Implement rudimentary support for WITH...SELECT queries. Bug 17136. sqlite: * Added support for another error message in the SQLite driver. Bug 12105, patch by Adam Ashley. * Implement auto_increment support in tableInfo(). Request 13193. --- databases/pear-DB/Makefile | 5 +++-- databases/pear-DB/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/databases/pear-DB/Makefile b/databases/pear-DB/Makefile index c1fd5c0d7990..3f718b5cb0c4 100644 --- a/databases/pear-DB/Makefile +++ b/databases/pear-DB/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2010/02/06 15:48:16 taca Exp $ +# $NetBSD: Makefile,v 1.9 2012/06/04 12:03:39 obache Exp $ -DISTNAME= DB-1.7.13 +DISTNAME= DB-1.7.14 CATEGORIES= databases CONFLICTS= php-pear-DB-[0-9]* @@ -8,6 +8,7 @@ CONFLICTS= php-pear-DB-[0-9]* MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pear.php.net/package/DB COMMENT= PHP Database Abstraction Layer +LICENSE= php PKG_DESTDIR_SUPPORT= user-destdir diff --git a/databases/pear-DB/distinfo b/databases/pear-DB/distinfo index dc522217db0f..e2316f736c61 100644 --- a/databases/pear-DB/distinfo +++ b/databases/pear-DB/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/02/06 15:48:17 taca Exp $ +$NetBSD: distinfo,v 1.3 2012/06/04 12:03:39 obache Exp $ -SHA1 (pear/DB-1.7.13.tgz) = 86f2735e97e113d315c1912e76120c1825b8c63f -RMD160 (pear/DB-1.7.13.tgz) = d3fea93dadaefc84043e7f0546996a7933dc4f86 -Size (pear/DB-1.7.13.tgz) = 132246 bytes +SHA1 (pear/DB-1.7.14.tgz) = b82a49cafcf1b87fd3075be5e1f2855c54447d1e +RMD160 (pear/DB-1.7.14.tgz) = 4d6cdc4703c9b6cb9b4a536613373ba59322c69e +Size (pear/DB-1.7.14.tgz) = 133103 bytes