From owner-svn-ports-head@freebsd.org Wed Oct 10 19:11:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC4F410B97E5; Wed, 10 Oct 2018 19:11:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 92AD18E1C1; Wed, 10 Oct 2018 19:11:39 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8DCA7251CA; Wed, 10 Oct 2018 19:11:39 +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 w9AJBdPP019451; Wed, 10 Oct 2018 19:11:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9AJBdEZ019447; Wed, 10 Oct 2018 19:11:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201810101911.w9AJBdEZ019447@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 10 Oct 2018 19:11:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481763 - in head/www/p5-POE-Component-Server-SimpleHTTP: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www/p5-POE-Component-Server-SimpleHTTP: . files X-SVN-Commit-Revision: 481763 X-SVN-Commit-Repository: ports 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.27 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: Wed, 10 Oct 2018 19:11:40 -0000 Author: sunpoet Date: Wed Oct 10 19:11:38 2018 New Revision: 481763 URL: https://svnweb.freebsd.org/changeset/ports/481763 Log: Update to 2.28 Changes: https://metacpan.org/changes/distribution/POE-Component-Server-SimpleHTTP 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 Modified: head/www/p5-POE-Component-Server-SimpleHTTP/Makefile ============================================================================== --- head/www/p5-POE-Component-Server-SimpleHTTP/Makefile Wed Oct 10 19:11:30 2018 (r481762) +++ head/www/p5-POE-Component-Server-SimpleHTTP/Makefile Wed Oct 10 19:11:38 2018 (r481763) @@ -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 Modified: head/www/p5-POE-Component-Server-SimpleHTTP/distinfo ============================================================================== --- head/www/p5-POE-Component-Server-SimpleHTTP/distinfo Wed Oct 10 19:11:30 2018 (r481762) +++ head/www/p5-POE-Component-Server-SimpleHTTP/distinfo Wed Oct 10 19:11:38 2018 (r481763) @@ -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 Modified: head/www/p5-POE-Component-Server-SimpleHTTP/files/patch-Makefile.PL ============================================================================== --- head/www/p5-POE-Component-Server-SimpleHTTP/files/patch-Makefile.PL Wed Oct 10 19:11:30 2018 (r481762) +++ head/www/p5-POE-Component-Server-SimpleHTTP/files/patch-Makefile.PL Wed Oct 10 19:11:38 2018 (r481763) @@ -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 )');