Here is an update for MooseX::MethodAttributes.
What's new upstream (partial, see [1]): - Bug fixes and distribution changes - Refactoring using more appropriate modules The only change in the port, excepted *_DEPENDS ones, is setting FIX_EXTRACT_PERMISSIONS, as usual with ETHER. Testing: - 'make test' passes - There are 65 consumers [2], i've found no new failures due to that update. Comments/feedback are welcome! Charlène. [1] https://metacpan.org/changes/distribution/MooseX-MethodAttributes [2] http://0x0.st/zqgp.gz Index: Makefile =================================================================== RCS file: /cvs/ports/devel/p5-MooseX-MethodAttributes/Makefile,v retrieving revision 1.9 diff -u -p -u -p -r1.9 Makefile --- Makefile 20 Mar 2016 19:56:29 -0000 1.9 +++ Makefile 11 Feb 2019 11:12:11 -0000 @@ -4,18 +4,20 @@ COMMENT = code attribute introspection MODULES = cpan PKG_ARCH = * -DISTNAME = MooseX-MethodAttributes-0.25 +DISTNAME = MooseX-MethodAttributes-0.31 CATEGORIES = devel +FIX_EXTRACT_PERMISSIONS = Yes + # Perl PERMIT_PACKAGE_CDROM = Yes RUN_DEPENDS = devel/p5-Moose \ devel/p5-MooseX-Types \ - devel/p5-namespace-clean - -TEST_DEPENDS =devel/p5-MooseX-Role-Parameterized \ - devel/p5-Test-Exception \ devel/p5-namespace-autoclean + +TEST_DEPENDS = devel/p5-MooseX-Role-Parameterized \ + devel/p5-Test-Fatal \ + devel/p5-Test-Requires .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/devel/p5-MooseX-MethodAttributes/distinfo,v retrieving revision 1.5 diff -u -p -u -p -r1.5 distinfo --- distinfo 18 Jan 2015 03:13:30 -0000 1.5 +++ distinfo 11 Feb 2019 11:12:11 -0000 @@ -1,2 +1,2 @@ -SHA256 (MooseX-MethodAttributes-0.25.tar.gz) = nDPV2LEophaDyBUcu/urfiL0EvnYEH/IMUkfJWMGc2Y= -SIZE (MooseX-MethodAttributes-0.25.tar.gz) = 22795 +SHA256 (MooseX-MethodAttributes-0.31.tar.gz) = k2Fu44YhReliIoPoXr9Ye6fIFiD83Xek4m3UdTgIDfI= +SIZE (MooseX-MethodAttributes-0.31.tar.gz) = 39845
