Wed Oct 31 11:53:24 2018 UTC ()
Update to 1.642

Upstream changes:
Changes in DBI 1.642 - 28th October 2018

Fix '.' in @INC for proxy test under parallel load
    thanks to H.Merijn Brand.
Fix driver-related croak() in DBI->connect to report the original DSN
    thanks to maxatome #67

Introduce a new statement DBI method $sth->last_insert_id()
    thanks to pali #64
Allow to call $dbh->last_insert_id() method without arguments
    thanks to pali #64
Added a new XS API function variant dbd_db_do6()
    thanks to Pali #61

Fix misprints in doc of selectall_hashref
    thanks to Perlover #69
Remove outdated links to DBI related training resources. RT#125999


(wen)
diff -r1.81 -r1.82 pkgsrc/databases/p5-DBI/Makefile
diff -r1.50 -r1.51 pkgsrc/databases/p5-DBI/distinfo

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

--- pkgsrc/databases/p5-DBI/Makefile 2018/08/22 09:42:52 1.81
+++ pkgsrc/databases/p5-DBI/Makefile 2018/10/31 11:53:24 1.82
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.81 2018/08/22 09:42:52 wiz Exp $ 1# $NetBSD: Makefile,v 1.82 2018/10/31 11:53:24 wen Exp $
2 2
3DISTNAME= DBI-1.641 3DISTNAME= DBI-1.642
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= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://dbi.perl.org/ 9HOMEPAGE= https://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
14USE_LANGUAGES= c 13USE_LANGUAGES= c
15PERL5_PACKLIST= auto/DBI/.packlist 14PERL5_PACKLIST= auto/DBI/.packlist
16REPLACE_PERL= dbixs_rev.pl 15REPLACE_PERL= dbixs_rev.pl
17 16
18.include "../../lang/perl5/module.mk" 17.include "../../lang/perl5/module.mk"

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

--- pkgsrc/databases/p5-DBI/distinfo 2018/03/21 12:33:23 1.50
+++ pkgsrc/databases/p5-DBI/distinfo 2018/10/31 11:53:24 1.51
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.50 2018/03/21 12:33:23 wiz Exp $ 1$NetBSD: distinfo,v 1.51 2018/10/31 11:53:24 wen Exp $
2 2
3SHA1 (DBI-1.641.tar.gz) = d14c34fac2dd058905b0b8237a4ca8b86eed6f5d 3SHA1 (DBI-1.642.tar.gz) = 4838da411896707eb89acf63ae2d35c88ff841c7
4RMD160 (DBI-1.641.tar.gz) = 5597220770a762a02ad6c1b6772e096a8cc3dd99 4RMD160 (DBI-1.642.tar.gz) = ee8a39a3090c204b0ef33b0e32cc242b4869765b
5SHA512 (DBI-1.641.tar.gz) = 093eb28526e8290c0599437cd624b3e670cfff0ec149c1e8ad942f9f7facdafd2a8225bbf4efdb0d40ecf5a6088093ff9faec826cd4ec88bd0abd6125812137a 5SHA512 (DBI-1.642.tar.gz) = 088161a004893a495b740c323acdfe096936812f8f1b12c0ae4b5b23a6dced01761be5589be5e2e66661bdeffd043504097213e713c0258fe1db2a60156ea079
6Size (DBI-1.641.tar.gz) = 603947 bytes 6Size (DBI-1.642.tar.gz) = 604581 bytes