Sun Sep 6 20:55:55 2020 UTC ()
p5-DBI-Shell: update to 11.97.

11.97
   - Add missing dependencies.
   - Document some awkward behaviour. RT#21200

11.96_03
   - Add options for handling of booleans. RT#53311 (Mike Pomraning)

11.96_02
   - Add missing versions to this file. RT#39187
   - Be more helpful if DBI::Shell::Spool is missing. RT#24538
   - Give every .pm a version identifier.

11.96_01
   - Suppress warning in DBI::Format::SQLMinus. RT#123216 (Kent Fredric)

11.96
   - Automatically save command history.
   - Remove warning message.
   - Correct links in POD to work in metacpan.
   - Tidy up metadata.

11.95_03
   - Correct sense of interactivity check.

11.95_02
   - Use IO::Interactive.

11.95_01
   - Resolved RT#123215, warning from File::Find.
   - Added RT#65253, permit empty passwords.
   - Resolved RT#121136, testing without "." in @INC.
   - Resolved RT#73873, warning fix.
   - Possibly resolved RT#12167, missing dependency on DBI.
   - Switch build to Dist::Zilla.


(wiz)
diff -r1.27 -r1.28 pkgsrc/databases/p5-DBI-Shell/Makefile
diff -r1.5 -r1.6 pkgsrc/databases/p5-DBI-Shell/distinfo

cvs diff -r1.27 -r1.28 pkgsrc/databases/p5-DBI-Shell/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBI-Shell/Makefile 2020/08/31 18:07:00 1.27
+++ pkgsrc/databases/p5-DBI-Shell/Makefile 2020/09/06 20:55:55 1.28
@@ -1,24 +1,26 @@ @@ -1,24 +1,26 @@
1# $NetBSD: Makefile,v 1.27 2020/08/31 18:07:00 wiz Exp $ 1# $NetBSD: Makefile,v 1.28 2020/09/06 20:55:55 wiz Exp $
2 2
3DISTNAME= DBI-Shell-11.95 3DISTNAME= DBI-Shell-11.97
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 12 
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://metacpan.org/release/DBI-Shell 9HOMEPAGE= https://metacpan.org/release/DBI-Shell
11COMMENT= Interactive command Shell for the Perl DBI 10COMMENT= Interactive command Shell for the Perl DBI
 11LICENSE= ${PERL5_LICENSE}
12 12
13DEPENDS+= p5-IO-Tee>=0.64:../../devel/p5-IO-Tee 13DEPENDS+= p5-IO-Tee>=0.64:../../devel/p5-IO-Tee
14DEPENDS+= p5-Text-Reform>=1.11:../../textproc/p5-Text-Reform 14DEPENDS+= p5-Text-Reform>=1.11:../../textproc/p5-Text-Reform
 15DEPENDS+= p5-Text-CSV_XS-[0-9]*:../../textproc/p5-Text-CSV_XS
 16DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
 17DEPENDS+= p5-IO-Interactive-[0-9]*:../../devel/p5-IO-Interactive
15 18
16PERL5_PACKLIST= auto/DBI/Shell/.packlist 19PERL5_PACKLIST= auto/DBI/Shell/.packlist
17 20
18BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.37 
19 
20REPLACE_PERL+= lib/DBI/Shell/SQLMinus.pm 21REPLACE_PERL+= lib/DBI/Shell/SQLMinus.pm
 22REPLACE_PERL+= bin/dbish
21 23
22.include "../../databases/p5-DBI/buildlink3.mk" 24.include "../../databases/p5-DBI/buildlink3.mk"
23.include "../../lang/perl5/module.mk" 25.include "../../lang/perl5/module.mk"
24.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/databases/p5-DBI-Shell/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBI-Shell/distinfo 2015/11/03 01:56:18 1.5
+++ pkgsrc/databases/p5-DBI-Shell/distinfo 2020/09/06 20:55:55 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2015/11/03 01:56:18 agc Exp $ 1$NetBSD: distinfo,v 1.6 2020/09/06 20:55:55 wiz Exp $
2 2
3SHA1 (DBI-Shell-11.95.tar.gz) = 2f32afb2df7c63f36d81ff0f4eddb7d6b3c2d9ff 3SHA1 (DBI-Shell-11.97.tar.gz) = 2055482bc79aca8f43f55bfb6ce3021269c7e577
4RMD160 (DBI-Shell-11.95.tar.gz) = edbd341fea49cf9faab7e4ccb9c5faa7b260cd28 4RMD160 (DBI-Shell-11.97.tar.gz) = a9644092a16be80aed24f56a8aefc31471c55b77
5SHA512 (DBI-Shell-11.95.tar.gz) = a19fa2573dc20cb6844a523653f588da1eca56b4e8138b789cd7aa5c50b255ee4b374eda9baae588b5bdcd42183c9384f1fb8234d11022e02cb7f81dc0bd6c84 5SHA512 (DBI-Shell-11.97.tar.gz) = 74bf7244691b8dee967bae4076b59b912d66ac08f48f8468531d003db6d85d43d836116f8314961602a002b58fc9f6d3bea88076e1d7e2783d430137dec68f4b
6Size (DBI-Shell-11.95.tar.gz) = 51147 bytes 6Size (DBI-Shell-11.97.tar.gz) = 57123 bytes