On Wed, Feb 10, 2021 at 07:19:50AM +0000, wen heping wrote:
> Hi, ports@:
>
> Here is a patch to update 5 p5-Catalyst-* ports:
> www/p5-Catalyst-Devel: Update to 1.42
> www/p5-Catalyst-Plugin-PageCache: Update to 0.32
> www/p5-Catalyst-Plugin-Session-State-Cookie: Update to 0.18
> www/p5-Catalyst-Plugin-Singleton : Update to 0.2
I committed the rest of these, but I think I'd rather delete
Catalyst::Plugin::Singleton, it's not actually used by the modules that
claim to want it (AFAICT) and the author has marked it as "please don't
use!"
> www/p5-Catalyst-Runtime: Update to 5.90128
> All build well and pass tests on amd64-6.8 system.
Tests pass for both these modules that were the two that claimed to need
the Singleton module. I don't actually use either of these myself so
it's hard to say for sure whether they require it, but a quick
inspection of their source seems to indicate that they do not.
Comments, OK?
With this we could then remove the above mentioned
www/p5-Catalyst-Plugin-Singleton.
Index: textproc/p5-Catalyst-View-TT-ForceUTF8/Makefile
===================================================================
RCS file: /cvs/ports/textproc/p5-Catalyst-View-TT-ForceUTF8/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- textproc/p5-Catalyst-View-TT-ForceUTF8/Makefile 3 Jul 2020 21:45:45 -0000 1.14
+++ textproc/p5-Catalyst-View-TT-ForceUTF8/Makefile 28 Mar 2021 21:05:53 -0000
@@ -6,13 +6,12 @@ MODULES= cpan
PKG_ARCH= *
DISTNAME= Catalyst-View-TT-ForceUTF8-0.13
CATEGORIES= textproc devel
-REVISION= 0
+REVISION= 1
# Artistic + GPL
PERMIT_PACKAGE= Yes
RUN_DEPENDS= textproc/p5-Catalyst-View-TT \
- www/p5-Catalyst-Plugin-Singleton \
textproc/p5-Template-Provider-Encoding
MAKE_ENV= TEST_POD=Yes
Index: textproc/p5-Catalyst-View-TT-FunctionGenerator/Makefile
===================================================================
RCS file: /cvs/ports/textproc/p5-Catalyst-View-TT-FunctionGenerator/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- textproc/p5-Catalyst-View-TT-FunctionGenerator/Makefile 3 Jul 2020 21:45:45 -0000 1.13
+++ textproc/p5-Catalyst-View-TT-FunctionGenerator/Makefile 28 Mar 2021 21:05:53 -0000
@@ -6,13 +6,12 @@ MODULES= cpan
PKG_ARCH= *
DISTNAME= Catalyst-View-TT-FunctionGenerator-0.02
CATEGORIES= textproc devel
-REVISION= 0
+REVISION= 1
# Artistic + GPL
PERMIT_PACKAGE= Yes
RUN_DEPENDS= textproc/p5-Catalyst-View-TT \
- www/p5-Catalyst-Plugin-Singleton \
devel/p5-MRO-Compat
post-build:
No comments:
Post a Comment