hi

this updates p5-Starman to latest release
now all test pass - but with the following 'warning'

Could not finalize SSL connection with client handle (SSL accept
attempt failed because of handshake problems)

- wich was also present previously, when adding :

TEST_DEPENDS += www/p5-LWP-Protocol-https>=6

but, in 0.4011 we also had the following error:

2 test failed with:

#   Failed test at t/chunked_req.t line 36.
#          got: '14750'
#     expected: '79838'

#   Failed test at t/chunked_req.t line 37.
#          got: '70546a79c7abb9c497ca91730a0686e4'
#     expected: '983726ae0e4ce5081bef5fb2b7216950'
2016/01/09-11:40:50 Server closing!
# Looks like you failed 2 tests of 2.
t/chunked_req.t ..........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests

not present in current version.

comments, ok?

thanks
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/p5-Starman/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile    10 Jan 2015 12:49:15 -0000      1.4
+++ Makefile    9 Jan 2016 17:42:45 -0000
@@ -3,7 +3,7 @@
 COMMENT =              high-performance preforking PSGI/Plack web server
 
 MODULES =              cpan
-DISTNAME =             Starman-0.4011
+DISTNAME =             Starman-0.4014
 CATEGORIES =           www
 MAINTAINER =           Abel Abraham Camarillo Ojeda <acam...@verlet.org>
 
@@ -26,6 +26,7 @@ RUN_DEPENDS =         devel/p5-Data-Dump \
 
 TEST_DEPENDS =         www/p5-HTTP-Message \
                        devel/p5-Net-Server>=2.007 \
+                       www/p5-LWP-Protocol-https>=6 \
                        www/p5-Plack>=0.9971 \
                        devel/p5-Test-Requires \
                        net/p5-Test-TCP \
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/p5-Starman/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    10 Jan 2015 12:49:15 -0000      1.2
+++ distinfo    9 Jan 2016 17:42:45 -0000
@@ -1,2 +1,2 @@
-SHA256 (Starman-0.4011.tar.gz) = pyzfmWpkogT8BqqJqRDXPrzDlo9v6JzaI0+HbSL8Z4w=
-SIZE (Starman-0.4011.tar.gz) = 29311
+SHA256 (Starman-0.4014.tar.gz) = pXcsGKqJ6kIgjCTq5MkSRt4iK5tvShcgzQLpPVYua+k=
+SIZE (Starman-0.4014.tar.gz) = 29002

Reply via email to