diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-11-11 00:58:26 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-11-11 00:58:26 +0000 |
commit | f49222c65d40755e6c2120ae1e55cc85c17582c6 (patch) | |
tree | 895ae5b79a47df7371091bf85e14055a958c79c3 | |
parent | 5a9d93ed0ec4e6bf1f4bcdf864f85fac9e0275de (diff) | |
download | pkgsrc-f49222c65d40755e6c2120ae1e55cc85c17582c6.tar.gz |
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
-rw-r--r-- | databases/p5-DBI/Makefile | 8 | ||||
-rw-r--r-- | databases/p5-DBI/distinfo | 8 |
2 files changed, 7 insertions, 9 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index d18980ae794..743e587c48d 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org 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 --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo index 24587e94330..9b5abd674c8 100644 --- a/databases/p5-DBI/distinfo +++ b/databases/p5-DBI/distinfo @@ -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 |