diff --git a/www/p5-POE-Component-Server-SimpleHTTP/Makefile b/www/p5-POE-Component-Server-SimpleHTTP/Makefile index 1ee7b3f1536f..a0f4879f91b1 100644 --- a/www/p5-POE-Component-Server-SimpleHTTP/Makefile +++ b/www/p5-POE-Component-Server-SimpleHTTP/Makefile @@ -1,35 +1,35 @@ PORTNAME= POE-Component-Server-SimpleHTTP -PORTVERSION= 2.28 +PORTVERSION= 2.30 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension to serve HTTP requests in POE WWW= https://metacpan.org/release/POE-Component-Server-SimpleHTTP LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Moose>=0.9:devel/p5-Moose \ p5-MooseX-POE>=0.205:devel/p5-MooseX-POE \ p5-POE>=1:devel/p5-POE TEST_DEPENDS= p5-POE-Component-Client-HTTP>=0.82:www/p5-POE-Component-Client-HTTP \ p5-POE-Filter-HTTP-Parser>=1.06:www/p5-POE-Filter-HTTP-Parser \ p5-Test-POE-Client-TCP>=1.24:devel/p5-Test-POE-Client-TCP USES= perl5 USE_PERL5= configure NO_ARCH= yes OPTIONS_DEFINE= SSL OPTIONS_DEFAULT=SSL SSL_DESC= SSL support (POE::Component::SSLify) SSL_BUILD_DEPENDS= p5-POE-Component-SSLify>=0.04:security/p5-POE-Component-SSLify SSL_RUN_DEPENDS= ${SSL_BUILD_DEPENDS} .include diff --git a/www/p5-POE-Component-Server-SimpleHTTP/distinfo b/www/p5-POE-Component-Server-SimpleHTTP/distinfo index e485e098edd2..868bc3f163c6 100644 --- a/www/p5-POE-Component-Server-SimpleHTTP/distinfo +++ b/www/p5-POE-Component-Server-SimpleHTTP/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1539195513 -SHA256 (POE-Component-Server-SimpleHTTP-2.28.tar.gz) = c93c2a1f4cedbaebe2176f6c621360b2e948662aecbb1ac755882e2eb6e44ff4 -SIZE (POE-Component-Server-SimpleHTTP-2.28.tar.gz) = 44982 +TIMESTAMP = 1684104768 +SHA256 (POE-Component-Server-SimpleHTTP-2.30.tar.gz) = 5b8b8a584acc6486d21e77feae71503d3cb60ca19c372d03edf6462e9fc5c520 +SIZE (POE-Component-Server-SimpleHTTP-2.30.tar.gz) = 44290 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 20cf4d59bbfa..d355e3c3a9e6 100644 --- a/www/p5-POE-Component-Server-SimpleHTTP/files/patch-Makefile.PL +++ b/www/p5-POE-Component-Server-SimpleHTTP/files/patch-Makefile.PL @@ -1,13 +1,13 @@ ---- Makefile.PL.orig 2018-09-17 10:24:28 UTC +--- Makefile.PL.orig 2023-05-08 11:11:06 UTC +++ Makefile.PL @@ -65,8 +65,8 @@ my %FallbackPrereqs = ( ); - # inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.034 + # inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.040 -test_requires('POE::Component::Client::HTTP', '0.82') if prompt_default_no('Do you want to test streaming ( requires POE::Component::Client::HTTP )'); -requires('POE::Component::SSLify', '0.04') if prompt_default_no('Do you want SSL support ( requires POE::Component::SSLify )'); +test_requires('POE::Component::Client::HTTP', '0.82'); # if prompt_default_no('Do you want to test streaming ( requires POE::Component::Client::HTTP )'); +requires('POE::Component::SSLify', '0.04'); # if prompt_default_no('Do you want SSL support ( requires POE::Component::SSLify )'); unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {