diff options
author | abs <abs@pkgsrc.org> | 2006-02-15 23:06:42 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2006-02-15 23:06:42 +0000 |
commit | cc587c6e8c4bc3dbf2915253fd28421791f483df (patch) | |
tree | 45da372c3d55ded2bfcfb6af1b48536ad3c8bcfa /databases | |
parent | bd8159a6dacbff7914e988d6840d21ea45ecb33e (diff) | |
download | pkgsrc-cc587c6e8c4bc3dbf2915253fd28421791f483df.tar.gz |
Update databases/DBD-SQLite to 1.11
1.11
- Make blobs work transparently (without SQLBLOB binding)
1.10
- Fix Unicode support (DOMQ)
- Support usleep on all Linux (inc. debian) (DOMQ)
- Upgrade to sqlite 3.2.7
- Document how to use BLOBS
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-SQLite/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile index ada2c65de89..c2a29907c36 100644 --- a/databases/p5-DBD-SQLite/Makefile +++ b/databases/p5-DBD-SQLite/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2005/11/24 18:53:15 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2006/02/15 23:06:42 abs Exp $ # -DISTNAME= DBD-SQLite-1.09 +DISTNAME= DBD-SQLite-1.11 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5dsl CATEGORIES= databases perl5 diff --git a/databases/p5-DBD-SQLite/distinfo b/databases/p5-DBD-SQLite/distinfo index 343b0c52151..4873e71e152 100644 --- a/databases/p5-DBD-SQLite/distinfo +++ b/databases/p5-DBD-SQLite/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2005/11/24 18:53:15 wiz Exp $ +$NetBSD: distinfo,v 1.6 2006/02/15 23:06:42 abs Exp $ -SHA1 (DBD-SQLite-1.09.tar.gz) = fb2c15eceaedd158d9c0323c9599d8b08e5e673f -RMD160 (DBD-SQLite-1.09.tar.gz) = 299f42a99eb3ad5a06a994510ce2dd1f97951fdd -Size (DBD-SQLite-1.09.tar.gz) = 474797 bytes +SHA1 (DBD-SQLite-1.11.tar.gz) = dac72b88104c9748eab1e2260f459f2cfee5cc82 +RMD160 (DBD-SQLite-1.11.tar.gz) = e3914154a65038d8fbf510f28b8dbba067f57786 +Size (DBD-SQLite-1.11.tar.gz) = 493821 bytes |