Hi, ports@:
Here is a patch for devel/p5-Algorithm-Dependency :
i) Update to 1.112
ii) Remove the line BUILD_DEPENDS= ${RUN_DEPENDS}
iii) Change devel/p5-Test-ClassAPI from RUN_DEPENDS to TEST_DEPENDS
It build well and pass all tests on amd64-current system.
Only one ports depends on it: devel/p5-Test-ClassAPI, it build well
and pass all tests with this patch.
Regards,
wen
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-Algorithm-Dependency/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- Makefile 5 Feb 2020 08:52:18 -0000 1.15
+++ Makefile 28 Apr 2020 08:14:56 -0000
@@ -5,14 +5,14 @@ COMMENT= base class for implementing var
MODULES= cpan
PKG_ARCH= *
-DISTNAME= Algorithm-Dependency-1.111
+DISTNAME= Algorithm-Dependency-1.112
CATEGORIES= devel
# perl
PERMIT_PACKAGE= Yes
-RUN_DEPENDS= devel/p5-Test-ClassAPI \
- devel/p5-Params-Util
-BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= devel/p5-Params-Util>=0.31
+
+TEST_DEPENDS= devel/p5-Test-ClassAPI>=0.6
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-Algorithm-Dependency/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo 5 Feb 2020 08:52:18 -0000 1.5
+++ distinfo 28 Apr 2020 08:14:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (Algorithm-Dependency-1.111.tar.gz) =
oGztxgQRqdBxJ/lGFll6z6GJWQjIV3AjX3cYWx81nr4=
-SIZE (Algorithm-Dependency-1.111.tar.gz) = 41536
+SHA256 (Algorithm-Dependency-1.112.tar.gz) =
fg+3w59WotzPnQKVyC8wMe4RboB/ahKkOPpN1BsOwYc=
+SIZE (Algorithm-Dependency-1.112.tar.gz) = 43014