Wed May 28 22:09:20 2008 UTC ()
Updated databases/p5-DBI to 1.604

Changes in DBI 1.604 (svn rev 10994) 24th March 2008

  Fixed fetchall_arrayref with $max_rows argument broken in 1.603,
    thanks to Greg Sabino Mullane.
  Fixed a few harmless compiler warnings on cygwin.

Changes in DBI 1.603

  Fixed pure-perl fetchall_arrayref with $max_rows argument
    to not error when fetching after all rows already fetched.
    (Was fixed for compiled drivers back in DBI 1.31.)
    Thanks to Mark Overmeer.
  Fixed C sprintf formats and casts, fixing compiler warnings.

  Changed dbi_profile() to accept a hash of profiles and apply to all.
  Changed gofer stream transport to improve error reporting.
  Changed gofer test timeout to avoid spurious failures on slow systems.

  Added options to t/85gofer.t so it's more useful for manual testing.

Changes in DBI 1.602 (svn rev 10706) 8th February 2008

  Fixed potential coredump if stack reallocated while calling back
    into perl from XS code. Thanks to John Gardiner Myers.
  Fixed DBI::Util::CacheMemory->new to not clear the cache.
  Fixed avg in DBI::Profile as_text() thanks to Abe Ingersoll.
  Fixed DBD::DBM bug in push_names thanks to J M Davitt.
  Fixed take_imp_data for some platforms thanks to Jeffrey Klein.
  Fixed docs tie'ing CacheKids (ie LRU cache) thanks to Peter John Edwards.

  Expanded DBI::DBD docs for driver authors thanks to Martin Evans.
  Enhanced t/80proxy.t test script.
  Enhanced t/85gofer.t test script thanks to Stig.
  Enhanced t/10examp.t test script thanks to David Cantrell.
  Documented $DBI::stderr as the default value of err for internal errors.

  Gofer changes:
    track_recent now also keeps track of N most recent errors.
    The connect method is now also counted in stats.


(abs)
diff -r1.39 -r1.40 pkgsrc/databases/p5-DBI/Makefile
diff -r1.21 -r1.22 pkgsrc/databases/p5-DBI/distinfo

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

--- pkgsrc/databases/p5-DBI/Makefile 2007/11/11 00:58:26 1.39
+++ pkgsrc/databases/p5-DBI/Makefile 2008/05/28 22:09:20 1.40
@@ -1,22 +1,24 @@ @@ -1,22 +1,24 @@
1# $NetBSD: Makefile,v 1.39 2007/11/11 00:58:26 adrianp Exp $ 1# $NetBSD: Makefile,v 1.40 2008/05/28 22:09:20 abs Exp $
2 2
3DISTNAME= DBI-1.601 3DISTNAME= DBI-1.604
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= databases perl5 5CATEGORIES= databases perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@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
11 11
12#REPLACE_PERL= goferperf.pl 12#REPLACE_PERL= goferperf.pl
13 13
14# Tests need Test::More 14# Tests need Test::More
15BUILD_DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple 15BUILD_DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
16 16
17PKG_INSTALLATION_TYPES= overwrite pkgviews 17USE_LANGUAGES= c
 18PERL5_PACKLIST= auto/DBI/.packlist
18 19
19PERL5_PACKLIST= auto/DBI/.packlist 20PKG_INSTALLATION_TYPES= overwrite pkgviews
 21PKG_DESTDIR_SUPPORT= user-destdir
20 22
21.include "../../lang/perl5/module.mk" 23.include "../../lang/perl5/module.mk"
22.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/databases/p5-DBI/distinfo 2007/11/11 00:58:26 1.21
+++ pkgsrc/databases/p5-DBI/distinfo 2008/05/28 22:09:20 1.22
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.21 2007/11/11 00:58:26 adrianp Exp $ 1$NetBSD: distinfo,v 1.22 2008/05/28 22:09:20 abs Exp $
2 2
3SHA1 (DBI-1.601.tar.gz) = 0d1d28df90927f142d51555fa27bf1b2689141c3 3SHA1 (DBI-1.604.tar.gz) = 9c5195996e9a4cc54f2894834b05f6b9eee4b6c7
4RMD160 (DBI-1.601.tar.gz) = ffdc426abe7e62c828c8ad05c96a17cd9e03b72b 4RMD160 (DBI-1.604.tar.gz) = 4e915a9e746d844a0fa668dce58a142eb49b45f6
5Size (DBI-1.601.tar.gz) = 495124 bytes 5Size (DBI-1.604.tar.gz) = 498315 bytes