Hi, ports@:

    Here is a patch for www/p5-Catalyst-Plugin-Session-PerUser :
    1) Fix the test by adding missing TEST_DEPENDS 
www/p5-Catalyst-Plugin-Session-PerUser
    2) sort RUN_DEPENDS
    3) I am not sure whether or REVISION shoube bumped, since only TEST_DEPENDS 
changed.
    4) I did not add POD_TEST to MAKE_ENV, because pod tests failed.  I think 
no need to fix it.

    It build well and now passed all tests on my amd64-head system.

Comments? OK?

wen
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/p5-Catalyst-Plugin-Session-PerUser/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile    12 Jul 2019 20:50:51 -0000      1.12
+++ Makefile    17 Jul 2019 08:10:08 -0000
@@ -10,15 +10,16 @@ CATEGORIES= www
 # Artistic + GPL
 PERMIT_PACKAGE=        Yes
 
-RUN_DEPENDS=   www/p5-Catalyst-Plugin-Session \
-               security/p5-Catalyst-Plugin-Authentication \
-               devel/p5-Hash-Merge \
+RUN_DEPENDS=   devel/p5-Hash-Merge \
                devel/p5-Moose \
                devel/p5-MRO-Compat \
+               devel/p5-Object-Signature \
                devel/p5-namespace-autoclean \
-               devel/p5-Object-Signature
+               security/p5-Catalyst-Plugin-Authentication \
+               www/p5-Catalyst-Plugin-Session
 
-TEST_DEPENDS=devel/p5-Test-WWW-Mechanize-Catalyst
+TEST_DEPENDS=  devel/p5-Test-WWW-Mechanize-Catalyst \
+               www/p5-Catalyst-Plugin-Session-State-Cookie
 
 CONFIGURE_STYLE =      modinst
 

Reply via email to