Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-DBI-Shell p5-DBI-Shell: update to 11.97.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9edf56326841
branches:  trunk
changeset: 438226:9edf56326841
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 06 20:55:55 2020 +0000

description:
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.

diffstat:

 databases/p5-DBI-Shell/Makefile |  12 +++++++-----
 databases/p5-DBI-Shell/distinfo |  10 +++++-----
 2 files changed, 12 insertions(+), 10 deletions(-)

diffs (49 lines):

diff -r 3f53f9746a95 -r 9edf56326841 databases/p5-DBI-Shell/Makefile
--- a/databases/p5-DBI-Shell/Makefile   Sun Sep 06 20:48:06 2020 +0000
+++ b/databases/p5-DBI-Shell/Makefile   Sun Sep 06 20:55:55 2020 +0000
@@ -1,23 +1,25 @@
-# $NetBSD: Makefile,v 1.27 2020/08/31 18:07:00 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2020/09/06 20:55:55 wiz Exp $
 
-DISTNAME=      DBI-Shell-11.95
+DISTNAME=      DBI-Shell-11.97
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   12
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DBI/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://metacpan.org/release/DBI-Shell
 COMMENT=       Interactive command Shell for the Perl DBI
+LICENSE=       ${PERL5_LICENSE}
 
 DEPENDS+=      p5-IO-Tee>=0.64:../../devel/p5-IO-Tee
 DEPENDS+=      p5-Text-Reform>=1.11:../../textproc/p5-Text-Reform
+DEPENDS+=      p5-Text-CSV_XS-[0-9]*:../../textproc/p5-Text-CSV_XS
+DEPENDS+=      p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
+DEPENDS+=      p5-IO-Interactive-[0-9]*:../../devel/p5-IO-Interactive
 
 PERL5_PACKLIST=                auto/DBI/Shell/.packlist
 
-BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.37
-
 REPLACE_PERL+= lib/DBI/Shell/SQLMinus.pm
+REPLACE_PERL+= bin/dbish
 
 .include "../../databases/p5-DBI/buildlink3.mk"
 .include "../../lang/perl5/module.mk"
diff -r 3f53f9746a95 -r 9edf56326841 databases/p5-DBI-Shell/distinfo
--- a/databases/p5-DBI-Shell/distinfo   Sun Sep 06 20:48:06 2020 +0000
+++ b/databases/p5-DBI-Shell/distinfo   Sun Sep 06 20:55:55 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/11/03 01:56:18 agc Exp $
+$NetBSD: distinfo,v 1.6 2020/09/06 20:55:55 wiz Exp $
 
-SHA1 (DBI-Shell-11.95.tar.gz) = 2f32afb2df7c63f36d81ff0f4eddb7d6b3c2d9ff
-RMD160 (DBI-Shell-11.95.tar.gz) = edbd341fea49cf9faab7e4ccb9c5faa7b260cd28
-SHA512 (DBI-Shell-11.95.tar.gz) = a19fa2573dc20cb6844a523653f588da1eca56b4e8138b789cd7aa5c50b255ee4b374eda9baae588b5bdcd42183c9384f1fb8234d11022e02cb7f81dc0bd6c84
-Size (DBI-Shell-11.95.tar.gz) = 51147 bytes
+SHA1 (DBI-Shell-11.97.tar.gz) = 2055482bc79aca8f43f55bfb6ce3021269c7e577
+RMD160 (DBI-Shell-11.97.tar.gz) = a9644092a16be80aed24f56a8aefc31471c55b77
+SHA512 (DBI-Shell-11.97.tar.gz) = 74bf7244691b8dee967bae4076b59b912d66ac08f48f8468531d003db6d85d43d836116f8314961602a002b58fc9f6d3bea88076e1d7e2783d430137dec68f4b
+Size (DBI-Shell-11.97.tar.gz) = 57123 bytes



Home | Main Index | Thread Index | Old Index