From owner-svn-ports-head@freebsd.org Fri Mar 10 22:45:58 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9A96D05606; Fri, 10 Mar 2017 22:45:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 903F219A3; Fri, 10 Mar 2017 22:45:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2AMjvHp089661; Fri, 10 Mar 2017 22:45:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2AMjvfU089656; Fri, 10 Mar 2017 22:45:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703102245.v2AMjvfU089656@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 10 Mar 2017 22:45:57 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Mar 2017 22:45:59 -0000 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