pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/p5-DBI Updated databases/p5-DBI to 1.604
details: https://anonhg.NetBSD.org/pkgsrc/rev/76c35f851a2a
branches: trunk
changeset: 542840:76c35f851a2a
user: abs <abs%pkgsrc.org@localhost>
date: Wed May 28 22:09:20 2008 +0000
description:
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:
databases/p5-DBI/Makefile | 12 +++++++-----
databases/p5-DBI/distinfo | 8 ++++----
2 files changed, 11 insertions(+), 9 deletions(-)
diffs (42 lines):
diff -r d50f0ac1ee3c -r 76c35f851a2a databases/p5-DBI/Makefile
--- a/databases/p5-DBI/Makefile Wed May 28 22:07:00 2008 +0000
+++ b/databases/p5-DBI/Makefile Wed May 28 22:09:20 2008 +0000
@@ -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
+
+USE_LANGUAGES= c
+PERL5_PACKLIST= auto/DBI/.packlist
PKG_INSTALLATION_TYPES= overwrite pkgviews
-
-PERL5_PACKLIST= auto/DBI/.packlist
+PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff -r d50f0ac1ee3c -r 76c35f851a2a databases/p5-DBI/distinfo
--- a/databases/p5-DBI/distinfo Wed May 28 22:07:00 2008 +0000
+++ b/databases/p5-DBI/distinfo Wed May 28 22:09:20 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index