www/p5-POE-Component-Server-SimpleHTTP: Update to 2.30
Changes: https://metacpan.org/dist/POE-Component-Server-SimpleHTTP/changes
This commit is contained in:
parent
99a9571292
commit
7b9e3c969c
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= POE-Component-Server-SimpleHTTP
|
||||
PORTVERSION= 2.28
|
||||
PORTVERSION= 2.30
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
--- 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 )');
|
||||
|
|
Loading…
Reference in a new issue