pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-DBI Update to 1.601



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a3a607a28f7
branches:  trunk
changeset: 535200:5a3a607a28f7
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Nov 11 00:58:26 2007 +0000

description:
Update to 1.601
Added support for !Time and !Time~N to DBI::Profile Path. See docs.
Added extra trace info to connect_cached thanks to Walery Studennikov.
Added non-random (deterministic) mode to DBI_GOFER_RANDOM mechanism.
Added DBIXS_REVISION macro that drivers can use.
Added more docs for private_attribute_info() method.
Fixed DBI::ProfileData to not clobber $_, thanks to Alexey Tourbin.
Fixed DBI::SQL::Nano to not clobber $_, thanks to Alexey Tourbin.
Fixed DBI::PurePerl to return undef for ChildHandles if weaken not available.
Fixed DBD::Proxy disconnect error thanks to Philip Dye.
Fixed DBD::Gofer::Transport::Base bug (typo) in timeout code.
Fixed DBD::Proxy rows method thanks to Philip Dye.
Fixed dbiprof compile errors, thanks to Alexey Tourbin.
Fixed t/03handle.t to skip some tests if ChildHandles not available.CV

See http://search.cpan.org/~timb/DBI/Changes for all the details

diffstat:

 databases/p5-DBI/Makefile |  8 +++-----
 databases/p5-DBI/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 9 deletions(-)

diffs (37 lines):

diff -r f4bd6a453cbc -r 5a3a607a28f7 databases/p5-DBI/Makefile
--- a/databases/p5-DBI/Makefile Sat Nov 10 23:44:01 2007 +0000
+++ b/databases/p5-DBI/Makefile Sun Nov 11 00:58:26 2007 +0000
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2007/07/29 16:39:43 joerg Exp $
+# $NetBSD: Makefile,v 1.39 2007/11/11 00:58:26 adrianp Exp $
 
-DISTNAME=      DBI-1.56
+DISTNAME=      DBI-1.601
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
-SVR4_PKGNAME=  p5dbi
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DBD/}
 
@@ -11,7 +9,7 @@
 HOMEPAGE=      http://dbi.perl.org/
 COMMENT=       The database-independent Perl database access API
 
-REPLACE_PERL=  goferperf.pl
+#REPLACE_PERL= goferperf.pl
 
 # Tests need Test::More
 BUILD_DEPENDS+=                p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
diff -r f4bd6a453cbc -r 5a3a607a28f7 databases/p5-DBI/distinfo
--- a/databases/p5-DBI/distinfo Sat Nov 10 23:44:01 2007 +0000
+++ b/databases/p5-DBI/distinfo Sun Nov 11 00:58:26 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2007/06/09 23:23:07 abs Exp $
+$NetBSD: distinfo,v 1.21 2007/11/11 00:58:26 adrianp Exp $
 
-SHA1 (DBI-1.56.tar.gz) = 95a59a11a67dcd142d4382def1ebc8babaa14e0c
-RMD160 (DBI-1.56.tar.gz) = 0c54b651d52eec5fab48fca6dcd8abf73c1d1eb8
-Size (DBI-1.56.tar.gz) = 482563 bytes
+SHA1 (DBI-1.601.tar.gz) = 0d1d28df90927f142d51555fa27bf1b2689141c3
+RMD160 (DBI-1.601.tar.gz) = ffdc426abe7e62c828c8ad05c96a17cd9e03b72b
+Size (DBI-1.601.tar.gz) = 495124 bytes



Home | Main Index | Thread Index | Old Index