Here is a quick update for Text::Table.
Upstream changes are minimal [0], just a few typo/grammar fixes in the documentation and distribution changes. What's new in the port: - it uses Module::Build, so set it accordingly - added TEST_DEPENDS, documented that some tests can't be run due to some dependencies missing in the ports tree. - versions in pre-requisites have been dropped upstream for p5-Text-Aligner. Testing: - 'make test' passes - there are no consumers Comments/feedback are welcome! Charlène. [0] https://metacpan.org/source/SHLOMIF/Text-Table-1.133/Changes Index: Makefile =================================================================== RCS file: /cvs/ports/textproc/p5-Text-Table/Makefile,v retrieving revision 1.15 diff -u -p -u -p -r1.15 Makefile --- Makefile 30 Apr 2017 15:56:29 -0000 1.15 +++ Makefile 16 May 2019 17:26:08 -0000 @@ -4,12 +4,19 @@ COMMENT= organize data in tables MODULES= cpan PKG_ARCH= * -DISTNAME = Text-Table-1.132 +DISTNAME= Text-Table-1.133 CATEGORIES= textproc # Perl PERMIT_PACKAGE_CDROM= Yes -RUN_DEPENDS= textproc/p5-Text-Aligner>=0.05 +RUN_DEPENDS= textproc/p5-Text-Aligner + +TEST_DEPENDS= devel/p5-Test-TrailingSpace + +# let empty, it would require a port for Pod::Coverage::TrustPod +MAKE_ENV+= TEST_POD= AUTHOR_TESTING= + +CONFIGURE_STYLE= modbuild .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/textproc/p5-Text-Table/distinfo,v retrieving revision 1.7 diff -u -p -u -p -r1.7 distinfo --- distinfo 30 Apr 2017 15:56:29 -0000 1.7 +++ distinfo 16 May 2019 17:26:08 -0000 @@ -1,2 +1,2 @@ -SHA256 (Text-Table-1.132.tar.gz) = zWAXQu5SapxUuf4KTAUeGwmiO3XiyX3hQwUhgRarpRY= -SIZE (Text-Table-1.132.tar.gz) = 27238 +SHA256 (Text-Table-1.133.tar.gz) = zZ7gSGDQmhmp1r0iVKS/MUSsFKY8CPFaHihgG0svcBI= +SIZE (Text-Table-1.133.tar.gz) = 27178
