Index: head/www/p5-Net-FastCGI/Makefile =================================================================== --- head/www/p5-Net-FastCGI/Makefile (revision 257956) +++ head/www/p5-Net-FastCGI/Makefile (revision 257957) @@ -1,23 +1,24 @@ # New ports collection makefile for: Net::FastCGI # Date created: 02 Apr 2010 # Whom: Jun Kuriyama # # $FreeBSD$ # PORTNAME= Net-FastCGI -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for FastCGI Toolkit PERL_CONFIGURE= yes MAN3= Net::FastCGI.3 \ Net::FastCGI::Constant.3 \ + Net::FastCGI::IO.3 \ Net::FastCGI::Protocol.3 .include Property changes on: head/www/p5-Net-FastCGI/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/www/p5-Net-FastCGI/distinfo =================================================================== --- head/www/p5-Net-FastCGI/distinfo (revision 257956) +++ head/www/p5-Net-FastCGI/distinfo (revision 257957) @@ -1,3 +1,3 @@ -MD5 (Net-FastCGI-0.11.tar.gz) = 663fdcdfcf2707ef45e8bc54a224aabc -SHA256 (Net-FastCGI-0.11.tar.gz) = c41dd852db1e00549aa17a3a1f84a6701398c1be6f9078613ee67e38420fb02b -SIZE (Net-FastCGI-0.11.tar.gz) = 33395 +MD5 (Net-FastCGI-0.12.tar.gz) = e601c2fef0842360355e321dded0b455 +SHA256 (Net-FastCGI-0.12.tar.gz) = 456bf8188a36d3e72b835d9019767f9130cc4151e497753817a2624181e9de36 +SIZE (Net-FastCGI-0.12.tar.gz) = 35903 Property changes on: head/www/p5-Net-FastCGI/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/www/p5-Net-FastCGI/pkg-plist =================================================================== --- head/www/p5-Net-FastCGI/pkg-plist (revision 257956) +++ head/www/p5-Net-FastCGI/pkg-plist (revision 257957) @@ -1,13 +1,15 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FastCGI/.packlist %%SITE_PERL%%/Net/FastCGI.pm %%SITE_PERL%%/Net/FastCGI.pod %%SITE_PERL%%/Net/FastCGI/Constant.pm %%SITE_PERL%%/Net/FastCGI/Constant.pod +%%SITE_PERL%%/Net/FastCGI/IO.pm +%%SITE_PERL%%/Net/FastCGI/IO.pod %%SITE_PERL%%/Net/FastCGI/Protocol.pm %%SITE_PERL%%/Net/FastCGI/Protocol.pod %%SITE_PERL%%/Net/FastCGI/Protocol/PP.pm @dirrmtry %%SITE_PERL%%/Net/FastCGI/Protocol @dirrmtry %%SITE_PERL%%/Net/FastCGI @dirrmtry %%SITE_PERL%%/Net @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FastCGI @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net Property changes on: head/www/p5-Net-FastCGI/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property