Revised patch:
   i) Update to 2.004004
   ii)Remove p5-Module-Runtime from DEPENDS as per upstream change.

wen
________________________________
发件人: wen heping <[email protected]>
发送时间: 2020年4月10日 11:19
收件人: [email protected] <[email protected]>
主题: [Update] devel/p5-Moo : Update to 2.004000

Hi, ports@:

    Here is a patch for devel/p5-Moo:
     i) Update to 2.004000
     ii) Update RUN_DEPENDS
     iii) Remove  devel/p5-strictures from TEST_DEPENDS since
it is RUN_DEPENDS

    It build well and pass all tests on amd64-current system.

    Many ports (32) depends on p5-Moo, I tested some of them:
     www/p5-Dancer2
     devel/p5-File-ChangeNotify
     mail/p5-Email-Sender
     devel/p5-Specio
     devel/p5-namespace-autoclean
   all build well and pass all tests.

     databases/p5-DBIx-Class
     build well , 2 in all 308 tests failed, not caused this patch.

Cheers !
wen
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-Moo/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- Makefile    3 Jul 2020 21:45:01 -0000       1.9
+++ Makefile    11 Jan 2021 13:09:20 -0000
@@ -5,9 +5,8 @@ COMMENT =       Minimalist Object Orientation 
 
 MODULES =      cpan
 PKG_ARCH =     *
-DISTNAME =     Moo-2.003004
+DISTNAME =     Moo-2.004004
 CATEGORIES =   devel
-REVISION =     1
 
 CPAN_AUTHOR =  HAARG
 
@@ -15,19 +14,14 @@ CPAN_AUTHOR =       HAARG
 PERMIT_PACKAGE =       Yes
 
 
-RUN_DEPENDS =  devel/p5-Class-Method-Modifiers>=1.1 \
+RUN_DEPENDS =  devel/p5-Class-Method-Modifiers>=1.10 \
                devel/p5-Devel-GlobalDestruction>=0.11 \
-               devel/p5-Module-Runtime>=0.014 \
-               devel/p5-Role-Tiny>=2.000004 \
-               devel/p5-Sub-Quote>=2.003001
-
-# p5-strictures in RUN_DEPENDS because although not required
-# it will be less confusing.
-RUN_DEPENDS += devel/p5-strictures>=2
+               devel/p5-Role-Tiny>=2.001004 \
+               devel/p5-Sub-Quote>=2.006006 \
+               devel/p5-strictures>=2
 
 TEST_DEPENDS = devel/p5-Class-XSAccessor>=1.18 \
                devel/p5-Sub-Name>=0.08 \
-               devel/p5-Test-Fatal>=0.003 \
-               devel/p5-strictures>=2
+               devel/p5-Test-Fatal>=0.003
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-Moo/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo    28 Oct 2018 03:11:58 -0000      1.5
+++ distinfo    11 Jan 2021 13:09:20 -0000
@@ -1,2 +1,2 @@
-SHA256 (Moo-2.003004.tar.gz) = +Lu2JfjpY+q+Bc/5BI/dcr3SZ3dAT/LEC8aQ9Vi+keE=
-SIZE (Moo-2.003004.tar.gz) = 96141
+SHA256 (Moo-2.004004.tar.gz) = cUt3sRV4hwjG2KtvGO6hc/gQnTl67NNOMsxxoP/PIkY=
+SIZE (Moo-2.004004.tar.gz) = 108386

Reply via email to