From owner-svn-ports-head@FreeBSD.ORG Wed Jan 29 07:58:08 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AC571624; Wed, 29 Jan 2014 07:58:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 978511B3B; Wed, 29 Jan 2014 07:58:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0T7w8lo025409; Wed, 29 Jan 2014 07:58:08 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0T7w7aD025400; Wed, 29 Jan 2014 07:58:07 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201401290758.s0T7w7aD025400@svn.freebsd.org> From: Martin Wilke Date: Wed, 29 Jan 2014 07:58:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341688 - in head/www: p5-Catalyst-Plugin-Session-State-Cookie p5-POE-Component-Server-SimpleHTTP p5-Task-Plack 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.17 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, 29 Jan 2014 07:58:08 -0000 Author: miwi Date: Wed Jan 29 07:58:06 2014 New Revision: 341688 URL: http://svnweb.freebsd.org/changeset/ports/341688 QAT: https://qat.redports.org/buildarchive/r341688/ Log: - Stage support Modified: head/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile head/www/p5-Catalyst-Plugin-Session-State-Cookie/pkg-plist head/www/p5-POE-Component-Server-SimpleHTTP/Makefile head/www/p5-POE-Component-Server-SimpleHTTP/pkg-plist head/www/p5-Task-Plack/Makefile head/www/p5-Task-Plack/pkg-plist Modified: head/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile Wed Jan 29 07:57:45 2014 (r341687) +++ head/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile Wed Jan 29 07:58:06 2014 (r341688) @@ -21,9 +21,6 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure extract -MAN3= Catalyst::Plugin::Session::State::Cookie.3 - -NO_STAGE= yes post-extract: @${PERL} -i.bak -ne 'print unless m,Test::,' ${WRKSRC}/Makefile.PL Modified: head/www/p5-Catalyst-Plugin-Session-State-Cookie/pkg-plist ============================================================================== --- head/www/p5-Catalyst-Plugin-Session-State-Cookie/pkg-plist Wed Jan 29 07:57:45 2014 (r341687) +++ head/www/p5-Catalyst-Plugin-Session-State-Cookie/pkg-plist Wed Jan 29 07:58:06 2014 (r341688) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Catalyst/Plugin/Session/State/Cookie.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session/State/Cookie/.packlist +%%PERL5_MAN3%%/Catalyst::Plugin::Session::State::Cookie.3.gz @dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Session/State @dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Session @dirrmtry %%SITE_PERL%%/Catalyst/Plugin Modified: head/www/p5-POE-Component-Server-SimpleHTTP/Makefile ============================================================================== --- head/www/p5-POE-Component-Server-SimpleHTTP/Makefile Wed Jan 29 07:57:45 2014 (r341687) +++ head/www/p5-POE-Component-Server-SimpleHTTP/Makefile Wed Jan 29 07:58:06 2014 (r341688) @@ -21,15 +21,10 @@ TEST_DEPENDS= p5-POE-Filter-HTTP-Parser> USES= perl5 USE_PERL5= configure -MAN3= POE::Component::Server::SimpleHTTP.3 \ - POE::Component::Server::SimpleHTTP::Connection.3 \ - POE::Component::Server::SimpleHTTP::Response.3 - OPTIONS_DEFINE= SSL SSL_DESC= SSL support (POE::Component::SSLify) OPTIONS_DEFAULT= SSL -NO_STAGE= yes .include .if ${PORT_OPTIONS:MSSL} Modified: head/www/p5-POE-Component-Server-SimpleHTTP/pkg-plist ============================================================================== --- head/www/p5-POE-Component-Server-SimpleHTTP/pkg-plist Wed Jan 29 07:57:45 2014 (r341687) +++ head/www/p5-POE-Component-Server-SimpleHTTP/pkg-plist Wed Jan 29 07:58:06 2014 (r341688) @@ -1,3 +1,6 @@ +%%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 %%SITE_PERL%%/POE/Component/Server/SimpleHTTP.pm %%SITE_PERL%%/POE/Component/Server/SimpleHTTP/Connection.pm %%SITE_PERL%%/POE/Component/Server/SimpleHTTP/Response.pm Modified: head/www/p5-Task-Plack/Makefile ============================================================================== --- head/www/p5-Task-Plack/Makefile Wed Jan 29 07:57:45 2014 (r341687) +++ head/www/p5-Task-Plack/Makefile Wed Jan 29 07:58:06 2014 (r341688) @@ -13,8 +13,6 @@ COMMENT= Perl module bundle for Plack USES= perl5 USE_PERL5= configure -MAN3= Task::Plack.3 - OPTIONS_DEFINE= FASTCGI STACKTRACE HANDLEIO CORE SERVER EXTRASRV MIDDLE \ EXTRAMID TOOLS CATALYST SQUATTING CGIAPP OPTIONS_DEFAULT= CORE @@ -33,7 +31,6 @@ SQUATTING_DESC= Squatting::On CGIAPP_DESC= CGI::Application::PSGI #OPTIONS:=${OPTIONS:C/off/on/g} -NO_STAGE= yes .include .if ${PORT_OPTIONS:MFASTCGI} Modified: head/www/p5-Task-Plack/pkg-plist ============================================================================== --- head/www/p5-Task-Plack/pkg-plist Wed Jan 29 07:57:45 2014 (r341687) +++ head/www/p5-Task-Plack/pkg-plist Wed Jan 29 07:58:06 2014 (r341688) @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/Task::Plack.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/auto/Task/Plack/.packlist %%SITE_PERL%%/Task/Plack.pm %%SITE_PERL%%/Task/versions.pl