Here is a quick update for Term::Size.
Upstream changes are distribution only [0] (promotion to stable release). What's new in the port: - enable Pod testing - update-plist(1) removed rightfully autosplit.ix, as there are no more AutoLoader files Testing: - 'make test' passes - There are 7 consumers that i've still tested despite the lack of changes, and i've found nothing wrong [1]. Comments/feedback are welcome! Charlène. [0] https://metacpan.org/diff/file?target=FERREIRA/Term-Size-0.209/Size.pm&source=FERREIRA%2FTerm-Size-0.208-TRIAL%2FSize.pm [1] http://0x0.st/zmbw.tgz Index: Makefile =================================================================== RCS file: /cvs/ports/devel/p5-Term-Size/Makefile,v retrieving revision 1.6 diff -u -p -u -p -r1.6 Makefile --- Makefile 20 Mar 2016 19:56:36 -0000 1.6 +++ Makefile 19 May 2019 01:20:28 -0000 @@ -3,13 +3,14 @@ COMMENT= module to fetch the size of the terminal MODULES= cpan -DISTNAME= Term-Size-0.207 -REVISION= 2 +DISTNAME= Term-Size-0.209 CATEGORIES= devel # Perl -PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_CDROM= Yes WANTLIB += c perl + +MAKE_ENV+= TEST_POD=Yes AUTHOR_TESTING=Yes .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/devel/p5-Term-Size/distinfo,v retrieving revision 1.2 diff -u -p -u -p -r1.2 distinfo --- distinfo 18 Jan 2015 03:13:35 -0000 1.2 +++ distinfo 19 May 2019 01:20:28 -0000 @@ -1,2 +1,2 @@ -SHA256 (Term-Size-0.207.tar.gz) = sEoUtWY7g6SeJRZTi14TNAnrOPhK4Ve2sgDtpZX8ohw= -SIZE (Term-Size-0.207.tar.gz) = 4744 +SHA256 (Term-Size-0.209.tar.gz) = igrmGf0qAE+Roo7uhSPOg57VDfHo9+Ukqkl+7/WeNqg= +SIZE (Term-Size-0.209.tar.gz) = 4945 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/devel/p5-Term-Size/pkg/PLIST,v retrieving revision 1.3 diff -u -p -u -p -r1.3 PLIST --- pkg/PLIST 16 Jul 2015 23:57:24 -0000 1.3 +++ pkg/PLIST 19 May 2019 01:20:28 -0000 @@ -6,5 +6,4 @@ ${P5ARCH}/auto/ ${P5ARCH}/auto/Term/ ${P5ARCH}/auto/Term/Size/ ${P5ARCH}/auto/Term/Size/Size.so -${P5ARCH}/auto/Term/Size/autosplit.ix @man man/man3p/Term::Size.3p
