Hi, ports@:

    Here is a patch for devel/p5-Log-Dispatch:
    i) Update to 2.71
    ii) Add missing DEPENDS
    
    It build well and pass all tests on amd64-current system.

    10 ports depend on devel/p5-Log-Dispatch, 9 ports 
build well and pass tests with this patch. But I did not test www/rt.


Regards,
wen
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-Log-Dispatch/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- Makefile    11 Mar 2022 18:51:40 -0000      1.22
+++ Makefile    28 Nov 2023 02:42:06 -0000
@@ -2,18 +2,22 @@ COMMENT =     dispatches messages to one or 
 
 MODULES =      cpan
 PKG_ARCH =     *
-DISTNAME =     Log-Dispatch-2.51
+DISTNAME =     Log-Dispatch-2.71
 CATEGORIES =   devel
-REVISION =     0
 
 # perl
 PERMIT_PACKAGE =       Yes
 
 RUN_DEPENDS =  devel/p5-Module-Runtime \
+               devel/p5-Devel-GlobalDestruction \
                devel/p5-Dist-CheckConflicts \
-               devel/p5-Params-Validate
+               devel/p5-Params-Validate \
+               devel/p5-Specio>=0.32 \
+               devel/p5-Try-Tiny \
+               devel/p5-namespace-autoclean
 
 TEST_DEPENDS = devel/p5-File-Find-Rule \
+               devel/p5-Test-Needs \
                devel/p5-Test-Requires \
                devel/p5-Test-Fatal
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-Log-Dispatch/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo    21 Sep 2015 06:43:26 -0000      1.9
+++ distinfo    28 Nov 2023 02:42:06 -0000
@@ -1,2 +1,2 @@
-SHA256 (Log-Dispatch-2.51.tar.gz) = 
x9rYzbfyQvVmP9Se6EjENF3TX8YJ7ZiiwAx10jym+sg=
-SIZE (Log-Dispatch-2.51.tar.gz) = 56576
+SHA256 (Log-Dispatch-2.71.tar.gz) = 
nWDZZIw1zidUcx603rfwWAns4b1jO3TXR5Wu2exzJXA=
+SIZE (Log-Dispatch-2.71.tar.gz) = 72470
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/p5-Log-Dispatch/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- pkg/PLIST   11 Mar 2022 18:51:40 -0000      1.5
+++ pkg/PLIST   28 Nov 2023 02:42:06 -0000
@@ -19,6 +19,8 @@ ${P5SITE}/Log/Dispatch/Null.pm
 ${P5SITE}/Log/Dispatch/Output.pm
 ${P5SITE}/Log/Dispatch/Screen.pm
 ${P5SITE}/Log/Dispatch/Syslog.pm
+${P5SITE}/Log/Dispatch/Types.pm
+${P5SITE}/Log/Dispatch/Vars.pm
 @man man/man3p/Log::Dispatch.3p
 @man man/man3p/Log::Dispatch::ApacheLog.3p
 @man man/man3p/Log::Dispatch::Base.3p
@@ -35,3 +37,5 @@ ${P5SITE}/Log/Dispatch/Syslog.pm
 @man man/man3p/Log::Dispatch::Output.3p
 @man man/man3p/Log::Dispatch::Screen.3p
 @man man/man3p/Log::Dispatch::Syslog.3p
+@man man/man3p/Log::Dispatch::Types.3p
+@man man/man3p/Log::Dispatch::Vars.3p

Reply via email to