Here is an update for Term::Encoding.
Upstream changes are distribution related [0], with no impact for us, with the exception of an extra test. Port-wise it's a simple update, i've just enabled Pod testing. Testing: - 'make test' passes - there is only one consumer, www/p5-Plagger, that still passes its tests [1]. Comment/feedback are welcome. Charlène. [0] https://metacpan.org/release/MIYAGAWA/Term-Encoding-0.03 [1] http://0x0.st/zAdF.tgz Index: Makefile =================================================================== RCS file: /cvs/ports/devel/p5-Term-Encoding/Makefile,v retrieving revision 1.7 diff -u -p -u -p -r1.7 Makefile --- Makefile 20 Mar 2016 19:56:35 -0000 1.7 +++ Makefile 16 May 2019 20:36:50 -0000 @@ -4,11 +4,12 @@ COMMENT= detect encoding of the current MODULES= cpan PKG_ARCH= * -DISTNAME= Term-Encoding-0.02 -REVISION= 1 +DISTNAME= Term-Encoding-0.03 CATEGORIES= devel # Perl PERMIT_PACKAGE_CDROM= Yes + +MAKE_ENV+= TEST_POD=Yes AUTHOR_TESTING=Yes .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/devel/p5-Term-Encoding/distinfo,v retrieving revision 1.3 diff -u -p -u -p -r1.3 distinfo --- distinfo 18 Jan 2015 03:13:35 -0000 1.3 +++ distinfo 16 May 2019 20:36:50 -0000 @@ -1,2 +1,2 @@ -SHA256 (Term-Encoding-0.02.tar.gz) = 8nTnI0agwM+s+1MDCsHji1dCVRL8W9xc2e91qw8mz8w= -SIZE (Term-Encoding-0.02.tar.gz) = 11373 +SHA256 (Term-Encoding-0.03.tar.gz) = lbqWh9c10lo8vmRQjXiU8AnH+ioXJsPnhuniHaIlHQs= +SIZE (Term-Encoding-0.03.tar.gz) = 10151
