From owner-svn-ports-head@FreeBSD.ORG Mon Feb 18 10:33:32 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 84AA363C; Mon, 18 Feb 2013 10:33:32 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 726109F4; Mon, 18 Feb 2013 10:33:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1IAXWcC024269; Mon, 18 Feb 2013 10:33:32 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1IAXVv2024266; Mon, 18 Feb 2013 10:33:31 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201302181033.r1IAXVv2024266@svn.freebsd.org> From: Anton Berezin Date: Mon, 18 Feb 2013 10:33:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312499 - head/www/p5-Net-Async-FastCGI 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.14 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: Mon, 18 Feb 2013 10:33:32 -0000 Author: tobez Date: Mon Feb 18 10:33:31 2013 New Revision: 312499 URL: http://svnweb.freebsd.org/changeset/ports/312499 Log: Update to 0.25. Changes: http://search.cpan.org/dist/Net-Async-FastCGI/Changes Modified: head/www/p5-Net-Async-FastCGI/Makefile head/www/p5-Net-Async-FastCGI/distinfo head/www/p5-Net-Async-FastCGI/pkg-plist Modified: head/www/p5-Net-Async-FastCGI/Makefile ============================================================================== --- head/www/p5-Net-Async-FastCGI/Makefile Mon Feb 18 10:28:22 2013 (r312498) +++ head/www/p5-Net-Async-FastCGI/Makefile Mon Feb 18 10:33:31 2013 (r312499) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Net-Async-FastCGI -# Date created: 2012-03-31 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= Net-Async-FastCGI -PORTVERSION= 0.24 +PORTVERSION= 0.25 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,10 +18,14 @@ BUILD_DEPENDS= p5-HTTP-Message>=0:${PORT p5-Net-FastCGI>=0:${PORTSDIR}/www/p5-Net-FastCGI RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-HexString>=0:${PORTSDIR}/devel/p5-Test-HexString \ - p5-Test-Refcount>0:${PORTSDIR}/devel/p5-Test-Refcount + p5-Test-Refcount>0:${PORTSDIR}/devel/p5-Test-Refcount \ + p5-Test-Identity>=0:${PORTSDIR}/devel/p5-Test-Identity PERL_CONFIGURE= yes -MAN3= Net::Async::FastCGI.3 Net::Async::FastCGI::Request.3 +MAN3= Net::Async::FastCGI.3 \ + Net::Async::FastCGI::PSGI.3 \ + Net::Async::FastCGI::Request.3 \ + Plack::Handler::Net::Async::FastCGI.3 .include Modified: head/www/p5-Net-Async-FastCGI/distinfo ============================================================================== --- head/www/p5-Net-Async-FastCGI/distinfo Mon Feb 18 10:28:22 2013 (r312498) +++ head/www/p5-Net-Async-FastCGI/distinfo Mon Feb 18 10:33:31 2013 (r312499) @@ -1,2 +1,2 @@ -SHA256 (Net-Async-FastCGI-0.24.tar.gz) = 8d035a18bdf6f67ecd755c2c7b1b3ae1aa6d76486458b33989618773c689ba91 -SIZE (Net-Async-FastCGI-0.24.tar.gz) = 30883 +SHA256 (Net-Async-FastCGI-0.25.tar.gz) = 478ca5ad8e23c1292867952e1e2e70847477cb5bf4423a11c98c66170ed6182c +SIZE (Net-Async-FastCGI-0.25.tar.gz) = 36312 Modified: head/www/p5-Net-Async-FastCGI/pkg-plist ============================================================================== --- head/www/p5-Net-Async-FastCGI/pkg-plist Mon Feb 18 10:28:22 2013 (r312498) +++ head/www/p5-Net-Async-FastCGI/pkg-plist Mon Feb 18 10:33:31 2013 (r312499) @@ -1,11 +1,17 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Async/FastCGI/.packlist %%SITE_PERL%%/Net/Async/FastCGI.pm +%%SITE_PERL%%/Net/Async/FastCGI/PSGI.pm %%SITE_PERL%%/Net/Async/FastCGI/Protocol.pm %%SITE_PERL%%/Net/Async/FastCGI/Request.pm %%SITE_PERL%%/Net/Async/FastCGI/ServerProtocol.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Async/FastCGI/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Async/FastCGI -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Async -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +%%SITE_PERL%%/Plack/Handler/Net/Async/FastCGI.pm +@dirrmtry %%SITE_PERL%%/Plack/Handler/Net/Async +@dirrmtry %%SITE_PERL%%/Plack/Handler/Net +@dirrmtry %%SITE_PERL%%/Plack/Handler +@dirrmtry %%SITE_PERL%%/Plack @dirrmtry %%SITE_PERL%%/Net/Async/FastCGI @dirrmtry %%SITE_PERL%%/Net/Async @dirrmtry %%SITE_PERL%%/Net +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Async/FastCGI +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Async +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net