diff options
author | sno <sno@pkgsrc.org> | 2009-04-24 07:31:39 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-04-24 07:31:39 +0000 |
commit | 39bb35d1b3264dd52908e5910baa7cb866f11624 (patch) | |
tree | 2e6df590e8daae871f241eaf4df6409ad8856bd2 /databases/p5-DBD-SQLite | |
parent | cc1ec434b7be977cc5f4e8d6e53dd4a2259cc564 (diff) | |
download | pkgsrc-39bb35d1b3264dd52908e5910baa7cb866f11624.tar.gz |
PkgSrc changes:
- Updating package for p5 module DBD::SQLite to 1.25 from 1.13
Upstream changes:
.25 Thu 23 Apr 2009
- Amalgamation conversion turned out to be quicker than expected.
- Changing to a production release. (ADAMK)
1.24_02 Wed 22 Apr 2009
- Merging various externally-contributed annotations from
annocpan.org (ADAMK)
- Created the beginnings of a DBD::SQLite::Cookbook (ADAMK)
1.24_01 Wed 22 Apr 2009
- Moved getsqlite.pl into util (ADAMK)
- Switching to the RT queue instead of the RT report page that
does nothing and just refers you to email (ADAMK)
- Now DBD::SQLite also uses amalgamated source recommended at sqlite.org (ISHIGAKI)
- Resolved #45166: better unicode path handling under cygwin (ISHIGAKI)
- Resolved #45171: test failure on CentOS 4.6 (ISHIGAKI)
Diffstat (limited to 'databases/p5-DBD-SQLite')
-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 4c0da3f3a3c..09a6dfd14cf 100644 --- a/databases/p5-DBD-SQLite/Makefile +++ b/databases/p5-DBD-SQLite/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2009/04/23 06:55:03 sno Exp $ +# $NetBSD: Makefile,v 1.23 2009/04/24 07:31:39 sno Exp $ # -DISTNAME= DBD-SQLite-1.23 +DISTNAME= DBD-SQLite-1.25 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5dsl CATEGORIES= databases perl5 diff --git a/databases/p5-DBD-SQLite/distinfo b/databases/p5-DBD-SQLite/distinfo index f714255bac5..b7cf90fcdef 100644 --- a/databases/p5-DBD-SQLite/distinfo +++ b/databases/p5-DBD-SQLite/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2009/04/23 06:55:03 sno Exp $ +$NetBSD: distinfo,v 1.12 2009/04/24 07:31:39 sno Exp $ -SHA1 (DBD-SQLite-1.23.tar.gz) = fa4f369db45adac720fdf952eb6c4abb678eafc3 -RMD160 (DBD-SQLite-1.23.tar.gz) = 9f21c21d0074a1fb05126108682862ef98bd8cc2 -Size (DBD-SQLite-1.23.tar.gz) = 1042328 bytes +SHA1 (DBD-SQLite-1.25.tar.gz) = 54a29d97c4d220b204817f1301fb7ce0f964e95c +RMD160 (DBD-SQLite-1.25.tar.gz) = f608d81c2765ec179468c96118c4ce463651181f +Size (DBD-SQLite-1.25.tar.gz) = 1102688 bytes |