summaryrefslogtreecommitdiff
path: root/databases/p5-DBI
diff options
context:
space:
mode:
authorsno <sno>2010-07-17 08:07:17 +0000
committersno <sno>2010-07-17 08:07:17 +0000
commit56b303c45385e29cef5c35d3606416d0a0b45b48 (patch)
treec2602c24f64d1d87bb78d5d686cd53d9bd273767 /databases/p5-DBI
parent5bbeafe56c38f006bfb8b5ad9bfd9a3bd2037940 (diff)
downloadpkgsrc-56b303c45385e29cef5c35d3606416d0a0b45b48.tar.gz
Updating databases/p5-DBI from 1.611 to 1.612
pkgsrc changes: - bumping required API version to 1.612 (Meta-DBD API has changed) Upstream changes: Changes in DBI 1.612 (svn r14254) 14th July 2010 NOTE: This is a minor release for the DBI core but a major release for DBD::File and drivers that depend on it, like DBD::DBM and DBD::CSV. This is also the first release where the bulk of the development work has been done by other people. I'd like to thank (in no particular order) Jens Rehsack, Martin J. Evans, and H.Merijn Brand for all their contributions. Fixed DBD::File's {ChopBlank} handling (it stripped \s instead of space only as documented in DBI) (H.Merijn Brand) Fixed DBD::DBM breakage with SQL::Statement (Jens Rehsack, fixes RT#56561) Fixed DBD::File file handle leak (Jens Rehsack) Fixed problems in 50dbm.t when running tests with multiple dbms (Martin J. Evans) Fixed DBD::DBM bugs found during tests (Jens Rehsack) Fixed DBD::File doesn't find files without extensions under some circumstances (Jens Rehsack, H.Merijn Brand, fixes RT#59038) Changed Makefile.PL to modernize with CONFLICTS, recommended dependencies and resources (Jens Rehsack) Changed DBI::ProfileDumper to rename any existing profile file by appending .prev, instead of overwriting it. Changed DBI::ProfileDumper::Apache to work in more configurations including vhosts using PerlOptions +Parent. Add driver_prefix method to DBI (Jens Rehsack) Added more tests to 50dbm_simple.t to prove optimizations in DBI::SQL::Nano and SQL::Statement (Jens Rehsack) Updated tests to cover optional installed SQL::Statement (Jens Rehsack) Synchronize API between SQL::Statement and DBI::SQL::Nano (Jens Rehsack) Merged some optimizations from SQL::Statement into DBI::SQL::Nano (Jens Rehsack) Added basic test for DBD::File (H.Merijn Brand, Jens Rehsack) Extract dealing with Perl SQL engines from DBD::File into DBI::DBD::SqlEngine for better subclassing of 3rd party non-db DBDs (Jens Rehsack) Updated and clarified documentation for finish method (Tim Bunce). Changes to DBD::File for better English and hopefully better explanation (Martin J. Evans) Update documentation of DBD::DBM to cover current implementation, tried to explain some things better and changes most examples to preferred style of Merijn and myself (Jens Rehsack) Added developer documentation (including a roadmap of future plans) for DBD::File
Diffstat (limited to 'databases/p5-DBI')
-rw-r--r--databases/p5-DBI/Makefile6
-rw-r--r--databases/p5-DBI/buildlink3.mk4
-rw-r--r--databases/p5-DBI/distinfo8
3 files changed, 9 insertions, 9 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile
index 8d2076b1f61..ae240b35fc1 100644
--- a/databases/p5-DBI/Makefile
+++ b/databases/p5-DBI/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2010/05/04 11:13:30 sno Exp $
+# $NetBSD: Makefile,v 1.47 2010/07/17 08:07:17 sno Exp $
-DISTNAME= DBI-1.611
-PKGNAME= p5-${DISTNAME:S/_/beta/}
+DISTNAME= DBI-1.612
+PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
diff --git a/databases/p5-DBI/buildlink3.mk b/databases/p5-DBI/buildlink3.mk
index 05a8b00b917..c993112d025 100644
--- a/databases/p5-DBI/buildlink3.mk
+++ b/databases/p5-DBI/buildlink3.mk
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.15 2010/01/16 15:42:12 sno Exp $
+# $NetBSD: buildlink3.mk,v 1.16 2010/07/17 08:07:17 sno Exp $
BUILDLINK_TREE+= p5-DBI
.if !defined(P5_DBI_BUILDLINK3_MK)
P5_DBI_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.520
+BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.612
BUILDLINK_PKGSRCDIR.p5-DBI?= ../../databases/p5-DBI
BUILDLINK_INCDIRS.p5-DBI?= ${PERL5_SUB_INSTALLVENDORARCH}/auto/DBI
diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo
index 1dbf77e7133..91e2f73baaa 100644
--- a/databases/p5-DBI/distinfo
+++ b/databases/p5-DBI/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2010/05/04 11:13:31 sno Exp $
+$NetBSD: distinfo,v 1.28 2010/07/17 08:07:17 sno Exp $
-SHA1 (DBI-1.611.tar.gz) = 40a65c62b6b9ca756b41985ae2ae357a1f5d86b6
-RMD160 (DBI-1.611.tar.gz) = 705caa900aeb1c7ec4e2c9e8ac2b63dd0f8b2306
-Size (DBI-1.611.tar.gz) = 534200 bytes
+SHA1 (DBI-1.612.tar.gz) = c017b59d10abaf3af0bd5be643754f9f75a462f5
+RMD160 (DBI-1.612.tar.gz) = 7d1d571444afa2ee7426a22891afb01a3065c02c
+Size (DBI-1.612.tar.gz) = 566429 bytes