Hi,

   Here is a patch for www/p5-Plack:
    i) Update to 1.0047
    ii) Update RUN_DEPENDS

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

   15 ports depends on p5-Plack, 13 build well and passed regression tests.
   www/p5-Catalyst-Runtime and www/p5-Dancer2 had 2 or 3 tests failed,
but it was not caused by the update of p5-Plack.

Comments? OK?
wen
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/p5-Plack/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile    12 Jul 2019 20:50:57 -0000      1.11
+++ Makefile    29 Aug 2019 16:01:22 -0000
@@ -4,7 +4,7 @@ COMMENT =               interface between perl web fr
 
 MODULES =              cpan
 PKG_ARCH =             *
-DISTNAME =             Plack-1.0039
+DISTNAME =             Plack-1.0047
 CATEGORIES =           www
 MAINTAINER =           Abel Abraham Camarillo Ojeda <acam...@verlet.org>
 
@@ -19,11 +19,12 @@ RUN_DEPENDS =       devel/p5-Devel-StackTrace>
                devel/p5-Hash-MultiValue>=0.05 \
                devel/p5-Stream-Buffered>=0.02 \
                devel/p5-Try-Tiny>=0 \
-               net/p5-Test-TCP>=2.00 \
+               net/p5-Test-TCP>=2.15 \
                sysutils/p5-Filesys-Notify-Simple>=0 \
-               www/p5-Apache-LogFormat-Compiler>=0.12 \
-               www/p5-Cookie-Baker>=0.05 \
+               www/p5-Apache-LogFormat-Compiler>=0.33 \
+               www/p5-Cookie-Baker>=0.07 \
                www/p5-HTTP-Body>=1.06 \
+               www/p5-HTTP-Entity-Parser>=0.17 \
                www/p5-HTTP-Headers-Fast>=0.18 \
                www/p5-HTTP-Message>=5.814 \
                www/p5-URI>=1.59
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/p5-Plack/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo    18 Jan 2016 22:48:06 -0000      1.5
+++ distinfo    29 Aug 2019 16:01:22 -0000
@@ -1,2 +1,2 @@
-SHA256 (Plack-1.0039.tar.gz) = 0kpXLohkTH05x+b/GvAFtyjeyUqHjPBtkCerfRov0Kk=
-SIZE (Plack-1.0039.tar.gz) = 176711
+SHA256 (Plack-1.0047.tar.gz) = MiyT9azAoPDhH9SnYYj5eL3BQzip8d865TUicBcEZWE=
+SIZE (Plack-1.0047.tar.gz) = 180792
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/p5-Plack/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- pkg/PLIST   18 Jan 2016 22:48:06 -0000      1.4
+++ pkg/PLIST   29 Aug 2019 16:01:22 -0000
@@ -1,6 +1,5 @@
 @comment $OpenBSD: PLIST,v 1.4 2016/01/18 22:48:06 nigel Exp $
 bin/plackup
-${P5SITE}/HTTP/
 ${P5SITE}/HTTP/Message/
 ${P5SITE}/HTTP/Message/PSGI.pm
 ${P5SITE}/HTTP/Server/
@@ -87,11 +86,7 @@ ${P5SITE}/Plack/Test/Suite.pm
 ${P5SITE}/Plack/Util/
 ${P5SITE}/Plack/Util.pm
 ${P5SITE}/Plack/Util/Accessor.pm
-${P5SITE}/auto/
-${P5SITE}/auto/share/
-${P5SITE}/auto/share/dist/
 ${P5SITE}/auto/share/dist/Plack/
-${P5SITE}/auto/share/dist/Plack/#foo
 ${P5SITE}/auto/share/dist/Plack/baybridge.jpg
 ${P5SITE}/auto/share/dist/Plack/face.jpg
 @man man/man1/plackup.1

Reply via email to