summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorkim <kim>2005-04-16 01:10:23 +0000
committerkim <kim>2005-04-16 01:10:23 +0000
commit119b5f9e286ab271d149c156c9d56a6ddd6afff2 (patch)
tree416eb7832d8d262e708f3f1e6630121037388dd0 /databases
parent8748698ce9d6fb18c68ca868fe3fa2ec94fdbc53 (diff)
downloadpkgsrc-119b5f9e286ab271d149c156c9d56a6ddd6afff2.tar.gz
Upgrade to 1.08:
- Support 64 bit integers (uses floating point numbers when perl is not compiled with 64 bit int support). This also fixes issues with using sqlite timestamps. - Upgrade to sqlite 3.1.3 - Fix issues of not finding rows when providing a number that perl sees as a string. - Fixes for most current bugs in RT (see http://rt.cpan.org/ to check if your favourite bug got fixed).
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBD-SQLite/Makefile4
-rw-r--r--databases/p5-DBD-SQLite/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile
index 4feece1f18a..b79fd47818f 100644
--- a/databases/p5-DBD-SQLite/Makefile
+++ b/databases/p5-DBD-SQLite/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2005/04/11 21:45:13 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/04/16 01:10:23 kim Exp $
#
-DISTNAME= DBD-SQLite-1.07
+DISTNAME= DBD-SQLite-1.08
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5dsl
CATEGORIES= databases perl5
diff --git a/databases/p5-DBD-SQLite/distinfo b/databases/p5-DBD-SQLite/distinfo
index 9f2113d6b16..0c72c41b659 100644
--- a/databases/p5-DBD-SQLite/distinfo
+++ b/databases/p5-DBD-SQLite/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 15:45:44 wiz Exp $
+$NetBSD: distinfo,v 1.4 2005/04/16 01:10:23 kim Exp $
-SHA1 (DBD-SQLite-1.07.tar.gz) = 9be4a129628c4ec54963bdd211c1235cc3e2f423
-RMD160 (DBD-SQLite-1.07.tar.gz) = 865eb2314abb57f93475a4f77ecbdc77b456bf64
-Size (DBD-SQLite-1.07.tar.gz) = 424608 bytes
+SHA1 (DBD-SQLite-1.08.tar.gz) = 37c672f00bf657e3c97bbdcfa94045c1afb07d9b
+RMD160 (DBD-SQLite-1.08.tar.gz) = 6bf9724a0344052872cb12f2fe30d586ce5b6143
+Size (DBD-SQLite-1.08.tar.gz) = 466449 bytes