mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 0.24
- Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/Net-Async-FastCGI/Changes
This commit is contained in:
parent
fbf420b323
commit
4c838abf8c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297289
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Net-Async-FastCGI
|
||||
PORTVERSION= 0.23
|
||||
PORTVERSION= 0.24
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl module to use FastCGI with IO::Async
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
|
||||
p5-IO-Async>=0:${PORTSDIR}/devel/p5-IO-Async \
|
||||
p5-Net-FastCGI>=0:${PORTSDIR}/www/p5-Net-FastCGI
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Net-Async-FastCGI-0.23.tar.gz) = cbf0894335a8f9e56aa68be7b201f178cb2eaa7bd5353502755a40f139a0502b
|
||||
SIZE (Net-Async-FastCGI-0.23.tar.gz) = 29964
|
||||
SHA256 (Net-Async-FastCGI-0.24.tar.gz) = 8d035a18bdf6f67ecd755c2c7b1b3ae1aa6d76486458b33989618773c689ba91
|
||||
SIZE (Net-Async-FastCGI-0.24.tar.gz) = 30883
|
||||
|
@ -1,9 +1,11 @@
|
||||
%%SITE_PERL%%/Net/Async/FastCGI/Request.pm
|
||||
%%SITE_PERL%%/Net/Async/FastCGI/Protocol.pm
|
||||
%%SITE_PERL%%/Net/Async/FastCGI/ServerProtocol.pm
|
||||
%%SITE_PERL%%/Net/Async/FastCGI.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
|
||||
@dirrmtry %%SITE_PERL%%/Net/Async/FastCGI
|
||||
@dirrmtry %%SITE_PERL%%/Net/Async
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
||||
|
Loading…
Reference in New Issue
Block a user