[Bug 284622] math/p5-Math-Random-Secure has inaccurate RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Feb 2025 18:07:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284622 Bug ID: 284622 Summary: math/p5-Math-Random-Secure has inaccurate RUN_DEPENDS Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: dave@jetcafe.org CC: dereckson@gmail.com Flags: maintainer-feedback?(dereckson@gmail.com) CC: dereckson@gmail.com Since the ports system keeps warning us that Any::Moose is deprecated, I figure this change is trivial to make to keep in line with that idea. Note that all involved modules (that I can see) use Moo instead of Moose. --- a/math/p5-Math-Random-Secure/Makefile +++ b/math/p5-Math-Random-Secure/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= p5-Test-Warn>0:devel/p5-Test-Warn BUILD_DEPENDS= p5-List-MoreUtils>0:lang/p5-List-MoreUtils -RUN_DEPENDS= p5-Any-Moose>0:devel/p5-Any-Moose \ +RUN_DEPENDS= p5-Moo>0:devel/p5-Moo \ p5-Math-Random-ISAAC>=1.0.1:math/p5-Math-Random-ISAAC \ p5-Crypt-Random-Source>=0.07:security/p5-Crypt-Random-Source -- You are receiving this mail because: You are the assignee for the bug.