aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Plack
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2009-12-31 10:03:30 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2009-12-31 10:03:30 +0000
commit707ef1481be24b04019bb1c5b5ecff23061024a9 (patch)
tree957d4dff0e45a0890319a35109449f8105226f00 /www/p5-Plack
parent3f88fb5e9a46ae271fc41ddb2f8f3d6a57b40531 (diff)
downloadports-707ef1481be24b04019bb1c5b5ecff23061024a9.tar.gz
ports-707ef1481be24b04019bb1c5b5ecff23061024a9.zip
Notes
Diffstat (limited to 'www/p5-Plack')
-rw-r--r--www/p5-Plack/Makefile5
-rw-r--r--www/p5-Plack/distinfo6
-rw-r--r--www/p5-Plack/pkg-plist2
3 files changed, 8 insertions, 5 deletions
diff --git a/www/p5-Plack/Makefile b/www/p5-Plack/Makefile
index dc5377310fd4..a1fc17ec24f3 100644
--- a/www/p5-Plack/Makefile
+++ b/www/p5-Plack/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Plack
-PORTVERSION= 0.9024
+PORTVERSION= 0.9025
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/M/MI/MIYAGAWA
@@ -21,7 +21,6 @@ RUN_DEPENDS= \
p5-File-ShareDir>=1.00:${PORTSDIR}/devel/p5-File-ShareDir \
p5-Filesys-Notify-Simple>0:${PORTSDIR}/devel/p5-Filesys-Notify-Simple \
p5-Path-Class>0:${PORTSDIR}/devel/p5-Path-Class \
- p5-MIME-Types>0:${PORTSDIR}/mail/p5-MIME-Types \
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny \
p5-libwww>=5.814:${PORTSDIR}/www/p5-libwww \
p5-URI>0:${PORTSDIR}/net/p5-URI \
@@ -45,6 +44,7 @@ MAN3= HTTP::Message::PSGI.3 \
Plack::HTTPParser.3 \
Plack::HTTPParser::PP.3 \
Plack::Loader.3 \
+ Plack::MIME.3 \
Plack::Middleware.3 \
Plack::Middleware::AccessLog.3 \
Plack::Middleware::AccessLog::Timed.3 \
@@ -64,6 +64,7 @@ MAN3= HTTP::Message::PSGI.3 \
Plack::Middleware::Static.3 \
Plack::Middleware::XFramework.3 \
Plack::Middleware::XSendfile.3 \
+ Plack::Runner.3 \
Plack::Server.3 \
Plack::Server::Apache1.3 \
Plack::Server::Apache2.3 \
diff --git a/www/p5-Plack/distinfo b/www/p5-Plack/distinfo
index 579aa10b27db..39ed61ed02f0 100644
--- a/www/p5-Plack/distinfo
+++ b/www/p5-Plack/distinfo
@@ -1,3 +1,3 @@
-MD5 (Plack-0.9024.tar.gz) = 0c64d2f6280acc8cbe47f77502abee38
-SHA256 (Plack-0.9024.tar.gz) = c4c51e9112f444c4b0f389dccb256d13244499d1bf0440459887b594234a9e3e
-SIZE (Plack-0.9024.tar.gz) = 2507191
+MD5 (Plack-0.9025.tar.gz) = 3be896cff3e82f8de2b4ac140988f43a
+SHA256 (Plack-0.9025.tar.gz) = 7b8aa10223ddd9c6b92a5454ddf4832fdbfff00dc99960fe4d2322252cbc8d16
+SIZE (Plack-0.9025.tar.gz) = 2509201
diff --git a/www/p5-Plack/pkg-plist b/www/p5-Plack/pkg-plist
index 0bcecd2bc35e..5e621affebd0 100644
--- a/www/p5-Plack/pkg-plist
+++ b/www/p5-Plack/pkg-plist
@@ -15,6 +15,7 @@ bin/plackup
%%SITE_PERL%%/Plack/HTTPParser/PP.pm
%%SITE_PERL%%/Plack/Loader.pm
%%SITE_PERL%%/Plack/Loader/Reloadable.pm
+%%SITE_PERL%%/Plack/MIME.pm
%%SITE_PERL%%/Plack/Middleware.pm
%%SITE_PERL%%/Plack/Middleware/AccessLog.pm
%%SITE_PERL%%/Plack/Middleware/AccessLog/Timed.pm
@@ -35,6 +36,7 @@ bin/plackup
%%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