Hi, ports@:
Here is a patch for www/p5-CGI-Simple:
i) Update to 1.26
ii) Update DEPENDS
iii) Update Comments
iv) Update the version check of www/p5-Catalyst-Runtime
It build well and pass all tests on OpenBSD-current amd64 system.
Five ports depends on it, all build well and pass all tests
with this patch.
Comments ?
wen
Index: www/p5-CGI-Simple/Makefile
===================================================================
RCS file: /cvs/ports/www/p5-CGI-Simple/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- www/p5-CGI-Simple/Makefile 3 Jul 2020 21:45:56 -0000 1.23
+++ www/p5-CGI-Simple/Makefile 3 Jan 2022 06:44:31 -0000
@@ -1,17 +1,17 @@
# $OpenBSD: Makefile,v 1.23 2020/07/03 21:45:56 sthen Exp $
-COMMENT = drop-in object-oriented CGI.pm replacement
+COMMENT = simple totally OO CGI interface that is CGI.pm compliant
MODULES = cpan
PKG_ARCH = *
-DISTNAME = CGI-Simple-1.115
+DISTNAME = CGI-Simple-1.26
CATEGORIES = www
-REVISION = 0
# Perl
PERMIT_PACKAGE = Yes
-RUN_DEPENDS = devel/p5-IO-stringy
-TEST_DEPENDS = www/p5-libwww
+TEST_DEPENDS = devel/p5-Test-Exception \
+ devel/p5-Test-NoWarnings \
+ www/p5-libwww
.include <bsd.port.mk>
Index: www/p5-CGI-Simple/distinfo
===================================================================
RCS file: /cvs/ports/www/p5-CGI-Simple/distinfo,v
retrieving revision 1.12
diff -u -p -r1.12 distinfo
--- www/p5-CGI-Simple/distinfo 26 Nov 2015 14:07:31 -0000 1.12
+++ www/p5-CGI-Simple/distinfo 3 Jan 2022 06:44:31 -0000
@@ -1,2 +1,2 @@
-SHA256 (CGI-Simple-1.115.tar.gz) = T4c7ydBVr7eyE2hLW8ItMFpFb0PGUTd9PySXF2pYfto=
-SIZE (CGI-Simple-1.115.tar.gz) = 85165
+SHA256 (CGI-Simple-1.26.tar.gz) = BB50Ll1X9B7rblxa/02Pyi+NPLtXcRxmju0gc6S5iF0=
+SIZE (CGI-Simple-1.26.tar.gz) = 87554
Index: www/p5-Catalyst-Runtime/Makefile
===================================================================
RCS file: /cvs/ports/www/p5-Catalyst-Runtime/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- www/p5-Catalyst-Runtime/Makefile 28 Mar 2021 18:36:25 -0000 1.30
+++ www/p5-Catalyst-Runtime/Makefile 3 Jan 2022 06:44:31 -0000
@@ -39,7 +39,7 @@ RUN_DEPENDS= converters/p5-JSON-MaybeXS>
textproc/p5-String-RewritePrefix>=0.004 \
textproc/p5-Text-SimpleTable>=0.03 \
www/p5-CGI-Struct \
- www/p5-CGI-Simple>=1.109 \
+ www/p5-CGI-Simple>=0 \
www/p5-HTML-Parser \
www/p5-HTTP-Body>=1.22 \
www/p5-HTTP-Message>=5.814 \