Here is another quick update for Text::WordDiff.
Upstream changes [0] are related to distribution and typos fixes. What's new in the port: - make use of TEST_POD instead of pulling dependencies - remove trailing whitespaces in DESCR and Makefile, and other cleanups Testing: - 'make test' passes - there are no consumers Comments/feedback are welcome! Charlène. [0] https://metacpan.org/source/TIMK/Text-WordDiff-0.09/Changes Index: Makefile =================================================================== RCS file: /cvs/ports/textproc/p5-Text-WordDiff/Makefile,v retrieving revision 1.12 diff -u -p -u -p -r1.12 Makefile --- Makefile 20 Mar 2016 19:57:10 -0000 1.12 +++ Makefile 16 May 2019 18:58:00 -0000 @@ -4,16 +4,17 @@ COMMENT= module to diff based on word, MODULES= cpan PKG_ARCH= * -DISTNAME = Text-WordDiff-0.08 +DISTNAME= Text-WordDiff-0.09 CATEGORIES= textproc -# perl -PERMIT_PACKAGE_CDROM= Yes +# Perl +PERMIT_PACKAGE_CDROM= Yes CONFIGURE_STYLE= modbuild -RUN_DEPENDS= devel/p5-Algorithm-Diff \ +RUN_DEPENDS= devel/p5-Algorithm-Diff>=1.19 \ www/p5-HTML-Parser -TEST_DEPENDS= devel/p5-Test-Pod -.include <bsd.port.mk> +MAKE_ENV+= TEST_POD=Yes + +.include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/textproc/p5-Text-WordDiff/distinfo,v retrieving revision 1.6 diff -u -p -u -p -r1.6 distinfo --- distinfo 5 Dec 2014 07:23:40 -0000 1.6 +++ distinfo 16 May 2019 18:58:00 -0000 @@ -1,2 +1,2 @@ -SHA256 (Text-WordDiff-0.08.tar.gz) = S5Pp48/+x+53/l5FYW8WJ9NW7ojauiYBQ4tc3+sWwsw= -SIZE (Text-WordDiff-0.08.tar.gz) = 16756 +SHA256 (Text-WordDiff-0.09.tar.gz) = /uaZynY63KL04Y9KioNv0hArwoIK9wj460M1bVrg1Q4= +SIZE (Text-WordDiff-0.09.tar.gz) = 26020 Index: pkg/DESCR =================================================================== RCS file: /cvs/ports/textproc/p5-Text-WordDiff/pkg/DESCR,v retrieving revision 1.1.1.1 diff -u -p -u -p -r1.1.1.1 DESCR --- pkg/DESCR 18 Apr 2006 18:02:25 -0000 1.1.1.1 +++ pkg/DESCR 16 May 2019 18:58:00 -0000 @@ -1,3 +1,3 @@ This module is a variation on the lovely Text::Diff module. Rather than generating traditional line-oriented diffs, however, it generates -word-oriented diffs. +word-oriented diffs.
