Here is an update for Test::NoTabs.
Upstream changes [0]: - altered a test to not put @INC into -I options for a subprocess, to avoid too long commands - various distribution changes Port-wise it's a simple update with FIX_EXTRACT_PERMISSIONS added. Testing: - 'make test' passes - the only consumer is devel/p5-Pod-Constant and it passes as well [1]. Comments and feedback are welcome. Charlène. [0] https://metacpan.org/changes/release/ETHER/Test-NoTabs-2.02 [1] http://0x0.st/zAsD.tgz Index: Makefile =================================================================== RCS file: /cvs/ports/devel/p5-Test-NoTabs/Makefile,v retrieving revision 1.11 diff -u -p -u -p -r1.11 Makefile --- Makefile 10 May 2017 12:57:24 -0000 1.11 +++ Makefile 8 May 2019 14:47:33 -0000 @@ -4,12 +4,16 @@ COMMENT = check the presence of tabs in MODULES = cpan PKG_ARCH = * -DISTNAME = Test-NoTabs-2.00 + +DISTNAME = Test-NoTabs-2.02 + CATEGORIES = devel # Perl PERMIT_PACKAGE_CDROM = Yes MAKE_ENV += TEST_POD=1 + +FIX_EXTRACT_PERMISSIONS = Yes .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/devel/p5-Test-NoTabs/distinfo,v retrieving revision 1.4 diff -u -p -u -p -r1.4 distinfo --- distinfo 10 May 2017 12:57:24 -0000 1.4 +++ distinfo 8 May 2019 14:47:33 -0000 @@ -1,2 +1,2 @@ -SHA256 (Test-NoTabs-2.00.tar.gz) = jxkRNXq9PnmL1EM1i6XwS5q0uhCMqCiywscItQO984g= -SIZE (Test-NoTabs-2.00.tar.gz) = 28343 +SHA256 (Test-NoTabs-2.02.tar.gz) = +3XGo4ch8BaeEcHn2+UyntchaIWgsBEj80LdhtM1YDA= +SIZE (Test-NoTabs-2.02.tar.gz) = 29626
