diff options
author | abs <abs> | 2008-05-28 22:09:20 +0000 |
---|---|---|
committer | abs <abs> | 2008-05-28 22:09:20 +0000 |
commit | 846e9bfab77c270140c71c33c34197e4953b9426 (patch) | |
tree | 33635e93980c79708e6a3b1b4f7d4a10cf26dba1 /databases | |
parent | ba41db3afc89f61731583fc13d76a00a1a8173f6 (diff) | |
download | pkgsrc-846e9bfab77c270140c71c33c34197e4953b9426.tar.gz |
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.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBI/Makefile | 12 | ||||
-rw-r--r-- | databases/p5-DBI/distinfo | 8 |
2 files changed, 11 insertions, 9 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index 743e587c48d..6cc1e03ab6b 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -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 @@ COMMENT= The database-independent Perl database access API #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" diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo index 9b5abd674c8..acc8b348234 100644 --- a/databases/p5-DBI/distinfo +++ b/databases/p5-DBI/distinfo @@ -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 -RMD160 (DBI-1.601.tar.gz) = ffdc426abe7e62c828c8ad05c96a17cd9e03b72b -Size (DBI-1.601.tar.gz) = 495124 bytes +SHA1 (DBI-1.604.tar.gz) = 9c5195996e9a4cc54f2894834b05f6b9eee4b6c7 +RMD160 (DBI-1.604.tar.gz) = 4e915a9e746d844a0fa668dce58a142eb49b45f6 +Size (DBI-1.604.tar.gz) = 498315 bytes |