- Upgrade to 1.0002.
This commit is contained in:
parent
37cec05a64
commit
822fcf6daf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303005
3 changed files with 3 additions and 24 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Plack
|
||||
PORTVERSION= 1.0000
|
||||
PORTVERSION= 1.0002
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:MIYAGAWA
|
||||
|
@ -104,21 +104,12 @@ MAN3= HTTP::Message::PSGI.3 \
|
|||
Plack::Middleware::SimpleLogger.3 \
|
||||
Plack::Middleware::StackTrace.3 \
|
||||
Plack::Middleware::Static.3 \
|
||||
Plack::Middleware::Writer.3 \
|
||||
Plack::Middleware::XFramework.3 \
|
||||
Plack::Middleware::XSendfile.3 \
|
||||
Plack::Request.3 \
|
||||
Plack::Request::Upload.3 \
|
||||
Plack::Response.3 \
|
||||
Plack::Runner.3 \
|
||||
Plack::Server.3 \
|
||||
Plack::Server::Apache1.3 \
|
||||
Plack::Server::Apache2.3 \
|
||||
Plack::Server::CGI.3 \
|
||||
Plack::Server::FCGI.3 \
|
||||
Plack::Server::ServerSimple.3 \
|
||||
Plack::Server::Standalone.3 \
|
||||
Plack::Server::Standalone::Prefork.3 \
|
||||
Plack::TempBuffer.3 \
|
||||
Plack::Test.3 \
|
||||
Plack::Test::MockHTTP.3 \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Plack-1.0000.tar.gz) = 418016c1552156f3c7710a31e57ad91c500b44071d446c6ef997c1ca55a77df2
|
||||
SIZE (Plack-1.0000.tar.gz) = 237087
|
||||
SHA256 (Plack-1.0002.tar.gz) = 5f534458ea9bfa7f509d708a035ed2d3979e0993544431b4c2c3741cebf7b263
|
||||
SIZE (Plack-1.0002.tar.gz) = 236091
|
||||
|
|
|
@ -60,19 +60,9 @@ bin/plackup
|
|||
%%SITE_PERL%%/Plack/Middleware/SimpleLogger.pm
|
||||
%%SITE_PERL%%/Plack/Middleware/StackTrace.pm
|
||||
%%SITE_PERL%%/Plack/Middleware/Static.pm
|
||||
%%SITE_PERL%%/Plack/Middleware/Writer.pm
|
||||
%%SITE_PERL%%/Plack/Middleware/XFramework.pm
|
||||
%%SITE_PERL%%/Plack/Middleware/XSendfile.pm
|
||||
%%SITE_PERL%%/Plack/Runner.pm
|
||||
%%SITE_PERL%%/Plack/Server.pm
|
||||
%%SITE_PERL%%/Plack/Server/Apache1.pm
|
||||
%%SITE_PERL%%/Plack/Server/Apache2.pm
|
||||
%%SITE_PERL%%/Plack/Server/CGI.pm
|
||||
%%SITE_PERL%%/Plack/Server/FCGI.pm
|
||||
%%SITE_PERL%%/Plack/Server/README
|
||||
%%SITE_PERL%%/Plack/Server/ServerSimple.pm
|
||||
%%SITE_PERL%%/Plack/Server/Standalone.pm
|
||||
%%SITE_PERL%%/Plack/Server/Standalone/Prefork.pm
|
||||
%%SITE_PERL%%/Plack/TempBuffer.pm
|
||||
%%SITE_PERL%%/Plack/TempBuffer/Auto.pm
|
||||
%%SITE_PERL%%/Plack/TempBuffer/File.pm
|
||||
|
@ -90,8 +80,6 @@ bin/plackup
|
|||
@dirrm %%SITE_PERL%%/Plack/Util
|
||||
@dirrm %%SITE_PERL%%/Plack/Test
|
||||
@dirrm %%SITE_PERL%%/Plack/TempBuffer
|
||||
@dirrm %%SITE_PERL%%/Plack/Server/Standalone
|
||||
@dirrm %%SITE_PERL%%/Plack/Server
|
||||
@dirrm %%SITE_PERL%%/Plack/Request
|
||||
@dirrm %%SITE_PERL%%/Plack/Middleware/Auth
|
||||
@dirrm %%SITE_PERL%%/Plack/Middleware/AccessLog
|
||||
|
|
Loading…
Reference in a new issue