Thu Aug 15 11:41:02 2013 UTC ()
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]


(wen)
diff -r1.60 -r1.61 pkgsrc/databases/p5-DBI/Makefile
diff -r1.37 -r1.38 pkgsrc/databases/p5-DBI/distinfo

cvs diff -r1.60 -r1.61 pkgsrc/databases/p5-DBI/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBI/Makefile 2013/05/31 12:39:50 1.60
+++ pkgsrc/databases/p5-DBI/Makefile 2013/08/15 11:41:02 1.61
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.60 2013/05/31 12:39:50 wiz Exp $ 1# $NetBSD: Makefile,v 1.61 2013/08/15 11:41:02 wen Exp $
2 2
3DISTNAME= DBI-1.627 3DISTNAME= DBI-1.628
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= databases perl5 5CATEGORIES= databases perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBI/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBI/}
8 7
9MAINTAINER= rhaen@NetBSD.org 8MAINTAINER= rhaen@NetBSD.org
10HOMEPAGE= http://dbi.perl.org/ 9HOMEPAGE= http://dbi.perl.org/
11COMMENT= The database-independent Perl database access API 10COMMENT= The database-independent Perl database access API
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14PKG_INSTALLATION_TYPES= overwrite pkgviews 13PKG_INSTALLATION_TYPES= overwrite pkgviews
15 14
16USE_LANGUAGES= c 15USE_LANGUAGES= c
17PERL5_PACKLIST= auto/DBI/.packlist 16PERL5_PACKLIST= auto/DBI/.packlist
18REPLACE_PERL= dbixs_rev.pl 17REPLACE_PERL= dbixs_rev.pl

cvs diff -r1.37 -r1.38 pkgsrc/databases/p5-DBI/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBI/distinfo 2013/05/20 15:09:33 1.37
+++ pkgsrc/databases/p5-DBI/distinfo 2013/08/15 11:41:02 1.38
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.37 2013/05/20 15:09:33 wen Exp $ 1$NetBSD: distinfo,v 1.38 2013/08/15 11:41:02 wen Exp $
2 2
3SHA1 (DBI-1.627.tar.gz) = f00851bb32c1a89fbc072b9eff3486991e28558e 3SHA1 (DBI-1.628.tar.gz) = 705ae39aa565e20c9eb9f66a8eb31ec2d5660134
4RMD160 (DBI-1.627.tar.gz) = ae8f99981678444a63a04e89a0c663c7c14a1493 4RMD160 (DBI-1.628.tar.gz) = 98b6bd0159fd7daeb4f73d703d54ea7463d28cf6
5Size (DBI-1.627.tar.gz) = 585833 bytes 5Size (DBI-1.628.tar.gz) = 586733 bytes