summaryrefslogtreecommitdiff
path: root/databases/p5-DBI
diff options
context:
space:
mode:
authorsno <sno>2010-05-04 11:13:30 +0000
committersno <sno>2010-05-04 11:13:30 +0000
commit2fa307dff13c45350131f20071127162d79374b2 (patch)
tree7c60d8dae82de792b01fa3c7ccf32434dc5262df /databases/p5-DBI
parent49cc223a87ce34b09dd6502da052183be21553bb (diff)
downloadpkgsrc-2fa307dff13c45350131f20071127162d79374b2.tar.gz
Updating databases/p5-DBI from 1.609 to 1.611
Upstream changes: NOTE: minimum perl version is now 5.8.1 (as announced in DBI 1.607) Fixed selectcol_arrayref MaxRows attribute to count rows not values thanks to Vernon Lyon. Fixed DBI->trace(0, *STDERR); (H.Merijn Brand) which tried to open a file named "*main::STDERR" in perl-5.10.x Fixes in DBD::DBM for use under threads (Jens Rehsack) Changed "Issuing rollback() due to DESTROY without explicit disconnect" warning to not be issued if ReadOnly set for that dbh. Added f_lock and f_encoding support to DBD::File (H.Merijn Brand) Added ChildCallbacks => { ... } to Callbacks as a way to specify Callbacks for child handles. With tests added by David E. Wheeler. Added DBI::sql_type_cast($value, $type, $flags) to cast a string value to an SQL type. e.g. SQL_INTEGER effectively does $value += 0; Has other options plus an internal interface for drivers. Documentation changes: Small fixes in the documentation of DBD::DBM (H.Merijn Brand) Documented specification of type casting behaviour for bind_col() based on DBI::sql_type_cast() and two new bind_col attributes StrictlyTyped and DiscardString. Thanks to Martin Evans. Document fetchrow_hashref() behaviour for functions, aliases and duplicate names (H.Merijn Brand) Updated DBI::Profile and DBD::File docs to fix pod nits thanks to Frank Wiegand. Corrected typos in Gopher documentation reported by Jan Krynicky. Documented the Callbacks attribute thanks to David E. Wheeler. Corrected the Timeout examples as per rt 50621 (Martin J. Evans). Removed some internal broken links in the pod (Martin J. Evans) Added Note to column_info for drivers which do not support it (Martin J. Evans) Updated dbipport.h to Devel::PPPort 3.19 (H.Merijn Brand)
Diffstat (limited to 'databases/p5-DBI')
-rw-r--r--databases/p5-DBI/Makefile6
-rw-r--r--databases/p5-DBI/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile
index e83efec42a8..8d2076b1f61 100644
--- a/databases/p5-DBI/Makefile
+++ b/databases/p5-DBI/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2009/06/14 21:03:32 sno Exp $
+# $NetBSD: Makefile,v 1.46 2010/05/04 11:13:30 sno Exp $
-DISTNAME= DBI-1.609
-PKGNAME= p5-${DISTNAME}
+DISTNAME= DBI-1.611
+PKGNAME= p5-${DISTNAME:S/_/beta/}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo
index 62acaa39412..1dbf77e7133 100644
--- a/databases/p5-DBI/distinfo
+++ b/databases/p5-DBI/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2009/06/14 21:03:32 sno Exp $
+$NetBSD: distinfo,v 1.27 2010/05/04 11:13:31 sno Exp $
-SHA1 (DBI-1.609.tar.gz) = abb8071a3451c36099846f73838cb7a6533e3bd8
-RMD160 (DBI-1.609.tar.gz) = 1f1e8ffb795168c65add2ac13d3549ab9958b934
-Size (DBI-1.609.tar.gz) = 510309 bytes
+SHA1 (DBI-1.611.tar.gz) = 40a65c62b6b9ca756b41985ae2ae357a1f5d86b6
+RMD160 (DBI-1.611.tar.gz) = 705caa900aeb1c7ec4e2c9e8ac2b63dd0f8b2306
+Size (DBI-1.611.tar.gz) = 534200 bytes