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

cvs diff -r1.21 -r1.22 pkgsrc/databases/p5-DBI/distinfo (expand / switch to context 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 @@
-$NetBSD: distinfo,v 1.21 2007/11/11 00:58:26 adrianp Exp $
+$NetBSD: distinfo,v 1.22 2008/05/28 22:09:20 abs Exp $
 
-SHA1 (DBI-1.601.tar.gz) = 0d1d28df90927f142d51555fa27bf1b2689141c3
+SHA1 (DBI-1.604.tar.gz) = 9c5195996e9a4cc54f2894834b05f6b9eee4b6c7
-RMD160 (DBI-1.601.tar.gz) = ffdc426abe7e62c828c8ad05c96a17cd9e03b72b
+RMD160 (DBI-1.604.tar.gz) = 4e915a9e746d844a0fa668dce58a142eb49b45f6
-Size (DBI-1.601.tar.gz) = 495124 bytes
+Size (DBI-1.604.tar.gz) = 498315 bytes