Hi, ports@: Here is a patch for devel/p5-MooseX-Clone to update its RUN_DEPENDS. Currently devel/p5-MooseX-Clone test fail, with this patch the tests success.
Cheers ! wen
Index: Makefile =================================================================== RCS file: /cvs/ports/devel/p5-MooseX-Clone/Makefile,v retrieving revision 1.12 diff -u -p -r1.12 Makefile --- Makefile 3 Jul 2020 21:45:01 -0000 1.12 +++ Makefile 25 Jul 2020 03:08:26 -0000 @@ -6,7 +6,7 @@ MODULES = cpan PKG_ARCH = * DISTNAME = MooseX-Clone-0.06 CATEGORIES = devel -REVISION = 0 +REVISION = 1 # Perl PERMIT_PACKAGE = Yes @@ -14,7 +14,7 @@ PERMIT_PACKAGE = Yes RUN_DEPENDS = devel/p5-Data-Visitor>=0.24 \ devel/p5-Hash-Util-FieldHash-Compat \ devel/p5-Moose>=0.74 \ - devel/p5-namespace-clean + devel/p5-namespace-autoclean BUILD_DEPENDS = ${RUN_DEPENDS} .include <bsd.port.mk>