summaryrefslogtreecommitdiff
path: root/databases/pear-DB
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-06-04 12:03:39 +0000
committerobache <obache@pkgsrc.org>2012-06-04 12:03:39 +0000
commit0c879f96b8c6599befc8884b49973111994f309b (patch)
tree59dbd66637b5676e07f9eba707db69aedf06f163 /databases/pear-DB
parent3c0e23bb3c64e67ba77f6e5f46db2bf3572799dc (diff)
downloadpkgsrc-0c879f96b8c6599befc8884b49973111994f309b.tar.gz
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.
Diffstat (limited to 'databases/pear-DB')
-rw-r--r--databases/pear-DB/Makefile5
-rw-r--r--databases/pear-DB/distinfo8
2 files changed, 7 insertions, 6 deletions
diff --git a/databases/pear-DB/Makefile b/databases/pear-DB/Makefile
index c1fd5c0d799..3f718b5cb0c 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 dc522217db0..e2316f736c6 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