Hi, ports@:
Here is a patch for textproc/p5-Lingua-Stem:
i) Update to 2.31
ii) Add devel/p5-Test-Distribution to TEST_DEPENDS and
add TEST_POD_COVERAGE=1 to MAKE_ENV
It build well and pass all tests on amd64-6.8 system.
Only one port depends on it: textproc/p5-Lingua-EN-Tagger, it
build well and pass all tests with this patch.
wen
Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/p5-Lingua-Stem/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makefile 3 Jul 2020 21:45:47 -0000 1.14
+++ Makefile 2 Feb 2021 09:23:13 -0000
@@ -4,9 +4,8 @@ COMMENT= stemming of words
MODULES= cpan
PKG_ARCH= *
-DISTNAME= Lingua-Stem-0.84
+DISTNAME= Lingua-Stem-2.31
CATEGORIES= textproc
-REVISION= 0
# perl
PERMIT_PACKAGE= Yes
@@ -22,7 +21,10 @@ RUN_DEPENDS= textproc/p5-Lingua-PT-Stemm
textproc/p5-Lingua-Stem-Snowball-No \
textproc/p5-Lingua-Stem-Snowball-Se \
textproc/p5-Text-German
+TEST_DEPENDS= devel/p5-Test-Distribution
MODCPAN_EXAMPLES= Yes
+
+MAKE_ENV += TEST_POD_COVERAGE=1
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/p5-Lingua-Stem/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo 18 Jan 2015 03:15:24 -0000 1.5
+++ distinfo 2 Feb 2021 09:23:13 -0000
@@ -1,2 +1,2 @@
-SHA256 (Lingua-Stem-0.84.tar.gz) = j/VLbhOuloAEXThjanvz241D1lslZ6hrpfQwa6uAW4k=
-SIZE (Lingua-Stem-0.84.tar.gz) = 1358061
+SHA256 (Lingua-Stem-2.31.tar.gz) = qhqZMrZCflmCU+YajM0NBMxVn66dWNh3TCAncItjAmQ=
+SIZE (Lingua-Stem-2.31.tar.gz) = 1354267