Tue May 4 11:13:31 2010 UTC ()
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)


(sno)
diff -r1.45 -r1.46 pkgsrc/databases/p5-DBI/Makefile
diff -r1.26 -r1.27 pkgsrc/databases/p5-DBI/distinfo

cvs diff -r1.45 -r1.46 pkgsrc/databases/p5-DBI/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBI/Makefile 2009/06/14 21:03:32 1.45
+++ pkgsrc/databases/p5-DBI/Makefile 2010/05/04 11:13:30 1.46
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.45 2009/06/14 21:03:32 sno Exp $ 1# $NetBSD: Makefile,v 1.46 2010/05/04 11:13:30 sno Exp $
2 2
3DISTNAME= DBI-1.609 3DISTNAME= DBI-1.611
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME:S/_/beta/}
5CATEGORIES= databases perl5 5CATEGORIES= databases perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
7 7
8MAINTAINER= rhaen@NetBSD.org 8MAINTAINER= rhaen@NetBSD.org
9HOMEPAGE= http://dbi.perl.org/ 9HOMEPAGE= http://dbi.perl.org/
10COMMENT= The database-independent Perl database access API 10COMMENT= The database-independent Perl database access API
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13REPLACE_PERL= dbixs_rev.pl 13REPLACE_PERL= dbixs_rev.pl
14 14
15USE_LANGUAGES= c 15USE_LANGUAGES= c
16PERL5_PACKLIST= auto/DBI/.packlist 16PERL5_PACKLIST= auto/DBI/.packlist
17 17

cvs diff -r1.26 -r1.27 pkgsrc/databases/p5-DBI/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBI/distinfo 2009/06/14 21:03:32 1.26
+++ pkgsrc/databases/p5-DBI/distinfo 2010/05/04 11:13:31 1.27
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.26 2009/06/14 21:03:32 sno Exp $ 1$NetBSD: distinfo,v 1.27 2010/05/04 11:13:31 sno Exp $
2 2
3SHA1 (DBI-1.609.tar.gz) = abb8071a3451c36099846f73838cb7a6533e3bd8 3SHA1 (DBI-1.611.tar.gz) = 40a65c62b6b9ca756b41985ae2ae357a1f5d86b6
4RMD160 (DBI-1.609.tar.gz) = 1f1e8ffb795168c65add2ac13d3549ab9958b934 4RMD160 (DBI-1.611.tar.gz) = 705caa900aeb1c7ec4e2c9e8ac2b63dd0f8b2306
5Size (DBI-1.609.tar.gz) = 510309 bytes 5Size (DBI-1.611.tar.gz) = 534200 bytes