Wednesday, October 30, 2019

Re: [Update] www/p5-HTTP-Async : Update to 0.33

On Tue, Oct 15, 2019 at 07:53:35AM +0000, wen heping wrote:
> Hi, ports@:
>
> Here is a patch for www/p5-HTTP-Async:
> i) Update to 0.33
> ii) Add TEST_POD=yes to MAKE_ENV
>
> It build well and pass all tests on amd64-current system.
> No other ports depend on it.
>
> Comments? OK?
> wen

This needs devel/p5-Test-Fatal and net/p5-Test-TCP as TEST_DEPENDS.

Updated patch included.

With that, OK afresh1@

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/p5-HTTP-Async/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile 12 Jul 2019 21:02:28 -0000 1.10
+++ Makefile 31 Oct 2019 03:05:35 -0000
@@ -4,8 +4,7 @@ COMMENT= process multiple HTTP requests

MODULES= cpan
PKG_ARCH= *
-DISTNAME= HTTP-Async-0.09
-REVISION= 1
+DISTNAME= HTTP-Async-0.33
CATEGORIES= www

# Perl
@@ -13,6 +12,10 @@ PERMIT_PACKAGE= Yes

RUN_DEPENDS= www/p5-libwww

-TEST_DEPENDS=www/p5-Test-HTTP-Server-Simple
+TEST_DEPENDS= devel/p5-Test-Fatal \
+ net/p5-Test-TCP \
+ www/p5-Test-HTTP-Server-Simple
+
+MAKE_ENV= TEST_POD=yes

.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/p5-HTTP-Async/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo 18 Jan 2015 03:15:45 -0000 1.3
+++ distinfo 31 Oct 2019 03:05:35 -0000
@@ -1,2 +1,2 @@
-SHA256 (HTTP-Async-0.09.tar.gz) = 3DG7nBr6bBKHqA/09ynO+ZLEWrcjDYnPYtNNpwArTZ4=
-SIZE (HTTP-Async-0.09.tar.gz) = 16902
+SHA256 (HTTP-Async-0.33.tar.gz) = XtuhViZF+sw23earAgE7nQqVkyMkMOyYFlzXKk0RltQ=
+SIZE (HTTP-Async-0.33.tar.gz) = 24441

No comments:

Post a Comment