diff options
-rw-r--r-- | www/p5-POE-Component-Server-SimpleHTTP/Makefile | 3 | ||||
-rw-r--r-- | www/p5-POE-Component-Server-SimpleHTTP/distinfo | 4 | ||||
-rw-r--r-- | www/p5-POE-Component-Server-SimpleHTTP/files/patch-Makefile.PL | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/www/p5-POE-Component-Server-SimpleHTTP/Makefile b/www/p5-POE-Component-Server-SimpleHTTP/Makefile index 198e6d0dc92b..53957adfbc13 100644 --- a/www/p5-POE-Component-Server-SimpleHTTP/Makefile +++ b/www/p5-POE-Component-Server-SimpleHTTP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-Server-SimpleHTTP -PORTVERSION= 2.06 +PORTVERSION= 2.10 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,6 +20,7 @@ RUN_DEPENDS= p5-Moose>=0.81:${PORTSDIR}/devel/p5-Moose \ p5-POE>=1.0000:${PORTSDIR}/devel/p5-POE \ p5-libwww>0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS= ${RUN_DEPENDS} +TEST_DEPENDS= p5-POE-Filter-HTTP-Parser>=1.06:${PORTSDIR}/www/p5-POE-Filter-HTTP-Parser PERL_CONFIGURE= yes diff --git a/www/p5-POE-Component-Server-SimpleHTTP/distinfo b/www/p5-POE-Component-Server-SimpleHTTP/distinfo index 2a02af1e8adc..0362b5413f40 100644 --- a/www/p5-POE-Component-Server-SimpleHTTP/distinfo +++ b/www/p5-POE-Component-Server-SimpleHTTP/distinfo @@ -1,2 +1,2 @@ -SHA256 (POE-Component-Server-SimpleHTTP-2.06.tar.gz) = 2492cc743030d677ced9811063fd86642171c5eabfdc315aa4eb5ee4e193ac26 -SIZE (POE-Component-Server-SimpleHTTP-2.06.tar.gz) = 61463 +SHA256 (POE-Component-Server-SimpleHTTP-2.10.tar.gz) = 52a0491f0cc4a1ae1f1874017e7877941948fdbdb9e505a6e42a599f542a7cb4 +SIZE (POE-Component-Server-SimpleHTTP-2.10.tar.gz) = 62011 diff --git a/www/p5-POE-Component-Server-SimpleHTTP/files/patch-Makefile.PL b/www/p5-POE-Component-Server-SimpleHTTP/files/patch-Makefile.PL index 9faa24067da2..f53a3b5f4d75 100644 --- a/www/p5-POE-Component-Server-SimpleHTTP/files/patch-Makefile.PL +++ b/www/p5-POE-Component-Server-SimpleHTTP/files/patch-Makefile.PL @@ -5,7 +5,7 @@ requires 'MooseX::POE' => 0.205; -build_requires 'Test::More' => 0.47; --build_requires 'POE::Filter::HTTP::Parser' => 0.02; +-build_requires 'POE::Filter::HTTP::Parser' => 1.06; -build_requires 'Test::POE::Client::TCP' => 0.10; - -my $value = prompt( 'Do you want to test streaming ( requires POE::Component::Client::HTTP ) [y/N]?', 'N' ); |