svn commit: r312499 - head/www/p5-Net-Async-FastCGI
Anton Berezin
tobez at FreeBSD.org
Mon Feb 18 10:33:32 UTC 2013
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 <swills at FreeBSD.org>
-#
+# Created by: Steve Wills <swills at FreeBSD.org>
# $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 <bsd.port.mk>
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
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Async/FastCGI
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Async
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
+%%SITE_PERL%%/Plack/Handler/Net/Async/FastCGI.pm
+ at dirrmtry %%SITE_PERL%%/Plack/Handler/Net/Async
+ at dirrmtry %%SITE_PERL%%/Plack/Handler/Net
+ at dirrmtry %%SITE_PERL%%/Plack/Handler
+ at dirrmtry %%SITE_PERL%%/Plack
@dirrmtry %%SITE_PERL%%/Net/Async/FastCGI
@dirrmtry %%SITE_PERL%%/Net/Async
@dirrmtry %%SITE_PERL%%/Net
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Async/FastCGI
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Async
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
More information about the svn-ports-head
mailing list