diff options
author | wen <wen@pkgsrc.org> | 2013-08-15 11:41:02 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-08-15 11:41:02 +0000 |
commit | 99683d92218fb17299891cf8138525046527edb3 (patch) | |
tree | 14d2526f83244949f54adf0f53aa77464ff34b55 /databases/p5-DBI | |
parent | 1d2ddf4181fd54f91ed4de81083cedbb3cd3f254 (diff) | |
download | pkgsrc-99683d92218fb17299891cf8138525046527edb3.tar.gz |
Update to 1.628
Upstream changes:
Changes in DBI 1.628 - 22nd July 2013
Fixed missing fields on partial insert via DBI::DBD::SqlEngine
engines (DBD::CSV, DBD::DBM etc.) [H.Merijn Brand, Jens Rehsack]
Fixed stack corruption on callbacks RT#85562 RT#84974 [Aaron Schweiger]
Fixed DBI::SQL::Nano_::Statement handling of "0" [Jens Rehsack]
Fixed exit op precedence in test RT#87029 [Reni Urban]
Added support for finding tables in multiple directories
via new DBD::File f_dir_search attribute [H.Merijn Brand]
Enable compiling by C++ RT#84285 [Kurt Jaeger]
Typo fixes in pod and comment [David Steinbrunner]
Change DBI's docs to refer to git not svn [H.Merijn Brand]
Clarify bind_col TYPE attribute is sticky [Martin J. Evans]
Fixed reference to $sth in selectall_arrayref docs RT#84873
Spelling fixes [Ville Skyttä]
Changed $VERSIONs to hardcoded strings [H.Merijn Brand]
Diffstat (limited to 'databases/p5-DBI')
-rw-r--r-- | databases/p5-DBI/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-DBI/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index 418bac7341a..e5bee1e4997 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.60 2013/05/31 12:39:50 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2013/08/15 11:41:02 wen Exp $ -DISTNAME= DBI-1.627 +DISTNAME= DBI-1.628 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBI/} diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo index 25119134a2c..fe8fde08a7e 100644 --- a/databases/p5-DBI/distinfo +++ b/databases/p5-DBI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.37 2013/05/20 15:09:33 wen Exp $ +$NetBSD: distinfo,v 1.38 2013/08/15 11:41:02 wen Exp $ -SHA1 (DBI-1.627.tar.gz) = f00851bb32c1a89fbc072b9eff3486991e28558e -RMD160 (DBI-1.627.tar.gz) = ae8f99981678444a63a04e89a0c663c7c14a1493 -Size (DBI-1.627.tar.gz) = 585833 bytes +SHA1 (DBI-1.628.tar.gz) = 705ae39aa565e20c9eb9f66a8eb31ec2d5660134 +RMD160 (DBI-1.628.tar.gz) = 98b6bd0159fd7daeb4f73d703d54ea7463d28cf6 +Size (DBI-1.628.tar.gz) = 586733 bytes |