diff options
author | taca <taca> | 2010-12-22 15:23:25 +0000 |
---|---|---|
committer | taca <taca> | 2010-12-22 15:23:25 +0000 |
commit | 5d2b25535074dac45a6a6ec74a18b490e6600ec7 (patch) | |
tree | 51f0d253c68fd89e52bb035b0f3235f779f37ec0 /databases/pear-MDB2_Driver_sqlite | |
parent | 64a2f6a65ad8f6439a92a7b82c7d208af673042c (diff) | |
download | pkgsrc-5d2b25535074dac45a6a6ec74a18b490e6600ec7.tar.gz |
Update pear-MDB2_Driver_sqlite package to 1.5.0b3.
1.5.0b3 2010-08-29 12:31 UTC
Changelog:
- fixed bug #16275: split() is deprecated in PHP 5.3
note:
open todo items:
- fix pattern escaping using GLOB instead of LIKE or create and register own
implementation of LIKE
Diffstat (limited to 'databases/pear-MDB2_Driver_sqlite')
-rw-r--r-- | databases/pear-MDB2_Driver_sqlite/Makefile | 4 | ||||
-rw-r--r-- | databases/pear-MDB2_Driver_sqlite/distinfo | 10 | ||||
-rw-r--r-- | databases/pear-MDB2_Driver_sqlite/patches/patch-aa | 14 |
3 files changed, 7 insertions, 21 deletions
diff --git a/databases/pear-MDB2_Driver_sqlite/Makefile b/databases/pear-MDB2_Driver_sqlite/Makefile index 020735af6a8..dff80073299 100644 --- a/databases/pear-MDB2_Driver_sqlite/Makefile +++ b/databases/pear-MDB2_Driver_sqlite/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2010/03/15 16:45:59 taca Exp $ +# $NetBSD: Makefile,v 1.7 2010/12/22 15:23:25 taca Exp $ -DISTNAME= MDB2_Driver_sqlite-1.5.0b2 +DISTNAME= MDB2_Driver_sqlite-1.5.0b3 CATEGORIES= databases MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/databases/pear-MDB2_Driver_sqlite/distinfo b/databases/pear-MDB2_Driver_sqlite/distinfo index b3292e52036..60ff002e2ca 100644 --- a/databases/pear-MDB2_Driver_sqlite/distinfo +++ b/databases/pear-MDB2_Driver_sqlite/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2009/01/19 20:14:16 abs Exp $ +$NetBSD: distinfo,v 1.3 2010/12/22 15:23:25 taca Exp $ -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 +SHA1 (pear/MDB2_Driver_sqlite-1.5.0b3.tgz) = 94d0cb59d5ad816d22abd43c4cf795f733b0bf0b +RMD160 (pear/MDB2_Driver_sqlite-1.5.0b3.tgz) = e439306b776c943c174277b2d9eecc0a7d6a1149 +Size (pear/MDB2_Driver_sqlite-1.5.0b3.tgz) = 36441 bytes +SHA1 (patch-ab) = 740b4ca7f7a43b3869897fa924da996a55365fe3 diff --git a/databases/pear-MDB2_Driver_sqlite/patches/patch-aa b/databases/pear-MDB2_Driver_sqlite/patches/patch-aa deleted file mode 100644 index 7fa4016fd81..00000000000 --- a/databases/pear-MDB2_Driver_sqlite/patches/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ -$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.5.0b2</min> - </package> -- <extension> -- <name>sqlite</name> -- </extension> - </required> - </dependencies> - <phprelease /> |