git: 7b9e3c969c42 - main - www/p5-POE-Component-Server-SimpleHTTP: Update to 2.30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 May 2023 04:30:28 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7b9e3c969c425e3f77048b419c4acfc34280fcc7 commit 7b9e3c969c425e3f77048b419c4acfc34280fcc7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-05-27 04:13:32 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-05-27 04:24:01 +0000 www/p5-POE-Component-Server-SimpleHTTP: Update to 2.30 Changes: https://metacpan.org/dist/POE-Component-Server-SimpleHTTP/changes --- www/p5-POE-Component-Server-SimpleHTTP/Makefile | 2 +- www/p5-POE-Component-Server-SimpleHTTP/distinfo | 6 +++--- www/p5-POE-Component-Server-SimpleHTTP/files/patch-Makefile.PL | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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,5 +1,5 @@ PORTNAME= POE-Component-Server-SimpleHTTP -PORTVERSION= 2.28 +PORTVERSION= 2.30 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- 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,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 )');