diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-10-11 03:11:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-10-11 03:11:38 +0800 |
commit | daa0e7ba83f7bd212f927ed279e4ffdd3e2c12d2 (patch) | |
tree | 6a050ac7a90afb7011b53d8fc90625740985d6ad /www | |
parent | fedbe86701dbb943ba7fd01110d0be6d0dc7aab3 (diff) | |
download | freebsd-ports-gnome-daa0e7ba83f7bd212f927ed279e4ffdd3e2c12d2.tar.gz freebsd-ports-gnome-daa0e7ba83f7bd212f927ed279e4ffdd3e2c12d2.tar.zst freebsd-ports-gnome-daa0e7ba83f7bd212f927ed279e4ffdd3e2c12d2.zip |
Update to 2.28
Changes: https://metacpan.org/changes/distribution/POE-Component-Server-SimpleHTTP
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-POE-Component-Server-SimpleHTTP/Makefile | 5 | ||||
-rw-r--r-- | www/p5-POE-Component-Server-SimpleHTTP/distinfo | 6 | ||||
-rw-r--r-- | www/p5-POE-Component-Server-SimpleHTTP/files/patch-Makefile.PL | 4 |
3 files changed, 8 insertions, 7 deletions
diff --git a/www/p5-POE-Component-Server-SimpleHTTP/Makefile b/www/p5-POE-Component-Server-SimpleHTTP/Makefile index db95f0fe4f44..e0629d2ce8b4 100644 --- a/www/p5-POE-Component-Server-SimpleHTTP/Makefile +++ b/www/p5-POE-Component-Server-SimpleHTTP/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= POE-Component-Server-SimpleHTTP -PORTVERSION= 2.26 +PORTVERSION= 2.28 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,10 +19,11 @@ RUN_DEPENDS= p5-Moose>=0.9:devel/p5-Moose \ 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>=0.1:devel/p5-Test-POE-Client-TCP + p5-Test-POE-Client-TCP>=1.24:devel/p5-Test-POE-Client-TCP USES= perl5 USE_PERL5= configure + NO_ARCH= yes OPTIONS_DEFINE= SSL diff --git a/www/p5-POE-Component-Server-SimpleHTTP/distinfo b/www/p5-POE-Component-Server-SimpleHTTP/distinfo index f3d356d73acd..e485e098edd2 100644 --- a/www/p5-POE-Component-Server-SimpleHTTP/distinfo +++ b/www/p5-POE-Component-Server-SimpleHTTP/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1489157691 -SHA256 (POE-Component-Server-SimpleHTTP-2.26.tar.gz) = 6c64c18a1f491071920cd73362d2f807c924ced156027f193e6b5eea4d82ae6a -SIZE (POE-Component-Server-SimpleHTTP-2.26.tar.gz) = 44105 +TIMESTAMP = 1539195513 +SHA256 (POE-Component-Server-SimpleHTTP-2.28.tar.gz) = c93c2a1f4cedbaebe2176f6c621360b2e948662aecbb1ac755882e2eb6e44ff4 +SIZE (POE-Component-Server-SimpleHTTP-2.28.tar.gz) = 44982 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 3b48853859d7..20cf4d59bbfa 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 2017-03-09 13:05:02 UTC +--- Makefile.PL.orig 2018-09-17 10:24:28 UTC +++ Makefile.PL @@ -65,8 +65,8 @@ my %FallbackPrereqs = ( ); - # inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.032 + # inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.034 -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 )'); |