On Fri, 9 Oct 2020 01:21:02 +0000 wen heping wrote: > Hi, ports@: > > Here is a patch to for databases/p5-DBI-Shell: > i) Update to 11.97 > ii) Add some missing DEPENDS > It build well and pass all tests on amd64-current system, > no other ports depends on it. > > > Cheers ! > wen
(note to reviewers, this require the new devel/p5-IO-Interactive proposed just before this one) OK cwen@, i tweaked the diff so the run depends are properly ordered. Index: Makefile =================================================================== RCS file: /cvs/ports/databases/p5-DBI-Shell/Makefile,v retrieving revision 1.11 diff -u -p -u -p -r1.11 Makefile --- Makefile 6 Jul 2020 11:15:18 -0000 1.11 +++ Makefile 9 Oct 2020 21:53:57 -0000 @@ -4,14 +4,17 @@ COMMENT= interactive command shell for t MODULES= cpan PKG_ARCH= * -DISTNAME= DBI-Shell-11.96 +DISTNAME= DBI-Shell-11.97 CATEGORIES= databases # perl PERMIT_PACKAGE= Yes RUN_DEPENDS= databases/p5-DBI \ + devel/p5-File-HomeDir \ + devel/p5-IO-Interactive \ devel/p5-IO-Tee \ + textproc/p5-Text-CSV_XS \ textproc/p5-Text-Reform .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/databases/p5-DBI-Shell/distinfo,v retrieving revision 1.4 diff -u -p -u -p -r1.4 distinfo --- distinfo 6 Jul 2020 11:15:18 -0000 1.4 +++ distinfo 9 Oct 2020 21:53:57 -0000 @@ -1,2 +1,2 @@ -SHA256 (DBI-Shell-11.96.tar.gz) = Q3LG1gLFc3emnoKnL1NYK8b4k89Xg18jYZCg4xpNM14= -SIZE (DBI-Shell-11.96.tar.gz) = 55409 +SHA256 (DBI-Shell-11.97.tar.gz) = 6f7OS2kbuNCWpcvrP3DHLfOucJmRJcpR+wkXUJXl5o0= +SIZE (DBI-Shell-11.97.tar.gz) = 57123