- Upgrade to 0.12.
This commit is contained in:
parent
89385c1d69
commit
ff7f2f7029
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257957
3 changed files with 7 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Net-FastCGI
|
||||
PORTVERSION= 0.11
|
||||
PORTVERSION= 0.12
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -18,6 +18,7 @@ PERL_CONFIGURE= yes
|
|||
|
||||
MAN3= Net::FastCGI.3 \
|
||||
Net::FastCGI::Constant.3 \
|
||||
Net::FastCGI::IO.3 \
|
||||
Net::FastCGI::Protocol.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
%%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
|
||||
|
|
Loading…
Reference in a new issue