pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/pear-MDB2_Driver_sqlite Updated databases/pe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/581c41025848
branches:  trunk
changeset: 553353:581c41025848
user:      abs <abs%pkgsrc.org@localhost>
date:      Mon Jan 19 20:14:16 2009 +0000

description:
Updated databases/pear-MDB2_Driver_sqlite to 1.5.0b2

1.5.0b2

- fixed bug #12117: disconnect() does not work as documented
- fixed bug #13815: incomplete regexp in the Reverse module
- fixed bug #13928: Invalid triggers created for 'ON UPDATE'
- fixed bug #14302: Connection errors were not always returned

1.5.0b1

- request #12731: added truncateTable() in the Manager module
- request #12732: added vacuum() in the Manager module for OPTIMIZE/VACUUM TABLE abstraction
- fixed bug #12924: correctly handle internal expected errors even with custom error handling
- added standaloneQuery() and databaseExists()
- request #13106: added unixtimestamp() in the Function module
- fixed bug #13201: better regexp in errorInfo()
- fixed bug #13283: replace() doesn't respect quote_identifiers option
- fixed bug #13303: PRIMARY keys are not always returned in listTableConstraints()
and in getTableConstraintDefinition()

1.5.0a2

- fixed bug #12105: new error message in the SQLite driver (patch by Adam Ashley)
- fixed bug #12145: missing optional spaces in regexp in _getTableColumns() in the
Reverse module
- request #12012: added charset support in createDatabase() and collation support
in createTable() for table fields

1.5.0a1

- initial support for FOREIGN KEY and CHECK constraints in the Reverse and Manager modules
(on FK creation, some triggers are automatically created to enforce the FK constraint)
- in listTableConstraints() in the Reverse module, also search in table definition
for PRIMARY KEYs and FOREIGN KEYs
- fixed bug #11428: propagate quote() errors with invalid data types
- fixed bug #11790: avoid array_diff() because it has a memory leak in PHP 5.1.x
- fixed bug #12083: createTable() in the Manager module now returns MDB2_OK on success,
as documented
- fixed bug #12146: wrong regex in _getTableColumns($sql) in the Reverse module
- fixed bug #12269: tableInfo() in the Reverse module detect 'clob' data type
as first option

diffstat:

 databases/pear-MDB2_Driver_sqlite/Makefile         |   8 +++++---
 databases/pear-MDB2_Driver_sqlite/distinfo         |  10 +++++-----
 databases/pear-MDB2_Driver_sqlite/patches/patch-aa |   4 ++--
 3 files changed, 12 insertions(+), 10 deletions(-)

diffs (54 lines):

diff -r bbcdba5e4144 -r 581c41025848 databases/pear-MDB2_Driver_sqlite/Makefile
--- a/databases/pear-MDB2_Driver_sqlite/Makefile        Mon Jan 19 20:14:00 2009 +0000
+++ b/databases/pear-MDB2_Driver_sqlite/Makefile        Mon Jan 19 20:14:16 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/04/30 21:07:17 adrianp Exp $
+# $NetBSD: Makefile,v 1.2 2009/01/19 20:14:16 abs Exp $
 
-DISTNAME=      MDB2_Driver_sqlite-1.4.1
+DISTNAME=      MDB2_Driver_sqlite-1.5.0b2
 CATEGORIES=    databases
 
 MAINTAINER=    adrianp%NetBSD.org@localhost
@@ -8,7 +8,9 @@
 COMMENT=       Sqlite MDB2 driver
 
 DEPENDS+=       ${PHP_PKG_PREFIX}-sqlite-[0-9]*:../../databases/php-sqlite
-DEPENDS+=      ${PHP_PKG_PREFIX}-pear-MDB2-[0-9]*:../../databases/pear-MDB2
+DEPENDS+=      ${PHP_PKG_PREFIX}-pear-MDB2>=2.5:../../databases/pear-MDB2
+
+PEAR_DIRRM_EXCLUDE=    lib/php/MDB2
 
 .include "../../lang/php/pear.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r bbcdba5e4144 -r 581c41025848 databases/pear-MDB2_Driver_sqlite/distinfo
--- a/databases/pear-MDB2_Driver_sqlite/distinfo        Mon Jan 19 20:14:00 2009 +0000
+++ b/databases/pear-MDB2_Driver_sqlite/distinfo        Mon Jan 19 20:14:16 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/04/30 21:07:17 adrianp Exp $
+$NetBSD: distinfo,v 1.2 2009/01/19 20:14:16 abs Exp $
 
-SHA1 (pear/MDB2_Driver_sqlite-1.4.1.tgz) = 133cec7e8d0fb781c3f5272c146418db968a2817
-RMD160 (pear/MDB2_Driver_sqlite-1.4.1.tgz) = d910df9be2063ba47bea4235d25fb033cbe878e5
-Size (pear/MDB2_Driver_sqlite-1.4.1.tgz) = 30921 bytes
-SHA1 (patch-aa) = 713b1257c66533ef1ec49024c640cbb0bed1ba00
+SHA1 (pear/MDB2_Driver_sqlite-1.5.0b2.tgz) = b2a1f8b57986e5980f6600673b4608d793160c66
+RMD160 (pear/MDB2_Driver_sqlite-1.5.0b2.tgz) = ea3f7b524f43ab26798c26efcfb2ccab90b8437d
+Size (pear/MDB2_Driver_sqlite-1.5.0b2.tgz) = 36186 bytes
+SHA1 (patch-aa) = 7612b6d08e897749b8da8ef80eeab995fedf62ee
diff -r bbcdba5e4144 -r 581c41025848 databases/pear-MDB2_Driver_sqlite/patches/patch-aa
--- a/databases/pear-MDB2_Driver_sqlite/patches/patch-aa        Mon Jan 19 20:14:00 2009 +0000
+++ b/databases/pear-MDB2_Driver_sqlite/patches/patch-aa        Mon Jan 19 20:14:16 2009 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.1.1.1 2008/04/30 21:07:17 adrianp Exp $
+$NetBSD: patch-aa,v 1.2 2009/01/19 20:14:16 abs Exp $
 
 --- package.xml.orig   2007-05-03 20:08:22.000000000 +0100
 +++ package.xml
 @@ -72,9 +72,6 @@ open todo items:
      <channel>pear.php.net</channel>
-     <min>2.4.1</min>
+     <min>2.5.0b2</min>
     </package>
 -   <extension>
 -    <name>sqlite</name>



Home | Main Index | Thread Index | Old Index