diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2012-03-17 08:10:27 +0800 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2012-03-17 08:10:27 +0800 |
commit | 38a970b5624a0f48f728eba9509143154ba68c15 (patch) | |
tree | 06ff0d0147314f2617231d927712097d26c00fd1 | |
parent | b2b7be825c4d0808d70ebdccda66b7d513372f45 (diff) | |
download | freebsd-ports-gnome-38a970b5624a0f48f728eba9509143154ba68c15.tar.gz freebsd-ports-gnome-38a970b5624a0f48f728eba9509143154ba68c15.tar.zst freebsd-ports-gnome-38a970b5624a0f48f728eba9509143154ba68c15.zip |
- Upgrade to 0.9986 (with minor modifications from PR).
PR: ports/166074
Submitted by: sunpoet
Feature safe: yes
-rw-r--r-- | www/p5-Plack/Makefile | 25 | ||||
-rw-r--r-- | www/p5-Plack/distinfo | 4 |
2 files changed, 21 insertions, 8 deletions
diff --git a/www/p5-Plack/Makefile b/www/p5-Plack/Makefile index d80719430f36..cf0f6684cb7e 100644 --- a/www/p5-Plack/Makefile +++ b/www/p5-Plack/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Plack -PORTVERSION= 0.9985 -PORTREVISION= 1 +PORTVERSION= 0.9986 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MIYAGAWA @@ -26,11 +25,25 @@ RUN_DEPENDS= \ p5-Path-Class>0:${PORTSDIR}/devel/p5-Path-Class \ p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny \ p5-libwww>=5.814:${PORTSDIR}/www/p5-libwww \ - p5-URI>0:${PORTSDIR}/net/p5-URI \ - p5-parent>0:${PORTSDIR}/devel/p5-parent + p5-URI>0:${PORTSDIR}/net/p5-URI BUILD_DEPENDS:= ${RUN_DEPENDS} -TEST_DEPENDS= p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \ - p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP + +TEST_DEPENDS= \ + p5-Authen-Simple-Passwd>0:${PORTSDIR}/security/p5-Authen-Simple-Passwd \ + p5-CGI-Compile>0:${PORTSDIR}/www/p5-CGI-Compile \ + p5-CGI-Emulate-PSGI>0:${PORTSDIR}/www/p5-CGI-Emulate-PSGI \ + p5-FCGI>0:${PORTSDIR}/www/p5-FCGI \ + p5-FCGI-ProcManager>0:${PORTSDIR}/www/p5-FCGI-ProcManager \ + p5-HTTP-Request-AsCGI>0:${PORTSDIR}/www/p5-HTTP-Request-AsCGI \ + p5-HTTP-Server-Simple-PSGI>0:${PORTSDIR}/www/p5-HTTP-Server-Simple-PSGI \ + p5-IO-Handle-Util>0:${PORTSDIR}/devel/p5-IO-Handle-Util \ + p5-LWP-Protocol-http10>0:${PORTSDIR}/www/p5-LWP-Protocol-http10 \ + p5-Log-Dispatch-Array>0:${PORTSDIR}/devel/p5-Log-Dispatch-Array \ + p5-Log-Log4perl>0:${PORTSDIR}/devel/p5-Log-Log4perl \ + p5-MIME-Types>0:${PORTSDIR}/mail/p5-MIME-Types \ + p5-Module-Refresh>0:${PORTSDIR}/devel/p5-Module-Refresh \ + p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \ + p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP PERL_CONFIGURE= yes diff --git a/www/p5-Plack/distinfo b/www/p5-Plack/distinfo index 21b76a2796fe..822ad43aa57a 100644 --- a/www/p5-Plack/distinfo +++ b/www/p5-Plack/distinfo @@ -1,2 +1,2 @@ -SHA256 (Plack-0.9985.tar.gz) = 485b6227f51836d276d0b795d7c9d57e8436fd483f95c82355c74f7e790c3332 -SIZE (Plack-0.9985.tar.gz) = 232527 +SHA256 (Plack-0.9986.tar.gz) = 878c8d8f822653fd5c97b80773550ec4ca4409117735a617be7e9c33d01af741 +SIZE (Plack-0.9986.tar.gz) = 234506 |