Date: Fri, 10 Mar 2017 22:45:57 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435863 - in head/www/p5-POE-Component-Server-SimpleHTTP: . files Message-ID: <201703102245.v2AMjvfU089656@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Mar 10 22:45:57 2017 New Revision: 435863 URL: https://svnweb.freebsd.org/changeset/ports/435863 Log: Update to 2.26 Changes: http://search.cpan.org/dist/POE-Component-Server-SimpleHTTP/Changes Modified: head/www/p5-POE-Component-Server-SimpleHTTP/Makefile head/www/p5-POE-Component-Server-SimpleHTTP/distinfo head/www/p5-POE-Component-Server-SimpleHTTP/files/patch-Makefile.PL head/www/p5-POE-Component-Server-SimpleHTTP/pkg-plist Modified: head/www/p5-POE-Component-Server-SimpleHTTP/Makefile ============================================================================== --- head/www/p5-POE-Component-Server-SimpleHTTP/Makefile Fri Mar 10 22:45:52 2017 (r435862) +++ head/www/p5-POE-Component-Server-SimpleHTTP/Makefile Fri Mar 10 22:45:57 2017 (r435863) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= POE-Component-Server-SimpleHTTP -PORTVERSION= 2.24 +PORTVERSION= 2.26 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,12 +15,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Moose>=0.9:devel/p5-Moose \ p5-MooseX-POE>=0.205:devel/p5-MooseX-POE \ - p5-POE>=1.0000:devel/p5-POE \ - p5-libwww>0:www/p5-libwww + p5-POE>=1:devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-POE-Component-Client-HTTP>=0:www/p5-POE-Component-Client-HTTP \ +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>=0.1:devel/p5-Test-POE-Client-TCP USES= perl5 USE_PERL5= configure Modified: head/www/p5-POE-Component-Server-SimpleHTTP/distinfo ============================================================================== --- head/www/p5-POE-Component-Server-SimpleHTTP/distinfo Fri Mar 10 22:45:52 2017 (r435862) +++ head/www/p5-POE-Component-Server-SimpleHTTP/distinfo Fri Mar 10 22:45:57 2017 (r435863) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487767202 -SHA256 (POE-Component-Server-SimpleHTTP-2.24.tar.gz) = d4c85df84b63d1c28ae3d8e522965360db19856d51328030c7865255d7b1ff38 -SIZE (POE-Component-Server-SimpleHTTP-2.24.tar.gz) = 62063 +TIMESTAMP = 1489157691 +SHA256 (POE-Component-Server-SimpleHTTP-2.26.tar.gz) = 6c64c18a1f491071920cd73362d2f807c924ced156027f193e6b5eea4d82ae6a +SIZE (POE-Component-Server-SimpleHTTP-2.26.tar.gz) = 44105 Modified: head/www/p5-POE-Component-Server-SimpleHTTP/files/patch-Makefile.PL ============================================================================== --- head/www/p5-POE-Component-Server-SimpleHTTP/files/patch-Makefile.PL Fri Mar 10 22:45:52 2017 (r435862) +++ head/www/p5-POE-Component-Server-SimpleHTTP/files/patch-Makefile.PL Fri Mar 10 22:45:57 2017 (r435863) @@ -1,22 +1,13 @@ ---- Makefile.PL.orig 2013-07-02 20:20:09 UTC +--- Makefile.PL.orig 2017-03-09 13:05:02 UTC +++ Makefile.PL -@@ -23,19 +23,6 @@ requires 'HTTP::Response' => 0; - requires 'Moose' => 0.90; - requires 'MooseX::POE' => 0.205; +@@ -65,8 +65,8 @@ my %FallbackPrereqs = ( + ); --build_requires 'Test::More' => 0.47; --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' ); --build_requires 'POE::Component::Client::HTTP' => 0.82 if $value =~ /^Y$/i; -- --# Ask users if they want SSL support --$value = prompt( 'Do you want SSL support ( requires POE::Component::SSLify ) [y/N]?', 'N' ); -- --# Add to the prereqs PoCo::SSLify? --requires 'POE::Component::SSLify' => '0.04' if $value =~ /^Y$/i; -- - # Thanks to Matt Trout for this tip - makemaker_args(dist => { PREOP => "$^X tools/git-log.pl > ./Changes" }); + # inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.032 +-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) } ) { Modified: head/www/p5-POE-Component-Server-SimpleHTTP/pkg-plist ============================================================================== --- head/www/p5-POE-Component-Server-SimpleHTTP/pkg-plist Fri Mar 10 22:45:52 2017 (r435862) +++ head/www/p5-POE-Component-Server-SimpleHTTP/pkg-plist Fri Mar 10 22:45:57 2017 (r435863) @@ -5,3 +5,4 @@ %%PERL5_MAN3%%/POE::Component::Server::SimpleHTTP.3.gz %%PERL5_MAN3%%/POE::Component::Server::SimpleHTTP::Connection.3.gz %%PERL5_MAN3%%/POE::Component::Server::SimpleHTTP::Response.3.gz +%%PERL5_MAN3%%/POE::Component::Server::SimpleHTTP::State.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703102245.v2AMjvfU089656>