Date: Sun, 23 Aug 2020 19:41:11 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545911 - head/www/p5-Dancer-Plugin-RPC Message-ID: <202008231941.07NJfBal078307@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Aug 23 19:41:10 2020 New Revision: 545911 URL: https://svnweb.freebsd.org/changeset/ports/545911 Log: Update to 1.09 - Update WWW Changes: https://metacpan.org/changes/distribution/Dancer-Plugin-RPC Modified: head/www/p5-Dancer-Plugin-RPC/Makefile head/www/p5-Dancer-Plugin-RPC/distinfo head/www/p5-Dancer-Plugin-RPC/pkg-descr head/www/p5-Dancer-Plugin-RPC/pkg-plist Modified: head/www/p5-Dancer-Plugin-RPC/Makefile ============================================================================== --- head/www/p5-Dancer-Plugin-RPC/Makefile Sun Aug 23 19:41:06 2020 (r545910) +++ head/www/p5-Dancer-Plugin-RPC/Makefile Sun Aug 23 19:41:10 2020 (r545911) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer-Plugin-RPC -PORTVERSION= 1.08 +PORTVERSION= 1.09 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ABELTJE @@ -21,8 +21,10 @@ RUN_DEPENDS= p5-Dancer>=1.3100:www/p5-Dancer \ p5-Params-ValidationCompiler>=0.24:devel/p5-Params-ValidationCompiler \ p5-RPC-XML>=0.56:net/p5-RPC-XML \ p5-Type-Tiny>=1:devel/p5-Type-Tiny -TEST_DEPENDS= p5-Test-Fatal>=0.010:devel/p5-Test-Fatal \ - p5-Test-NoWarnings>=1:devel/p5-Test-NoWarnings +TEST_DEPENDS= p5-Moo>=2:devel/p5-Moo \ + p5-Test-Fatal>=0.010:devel/p5-Test-Fatal \ + p5-Test-Warnings>=0.030:devel/p5-Test-Warnings \ + p5-namespace-autoclean>=0:devel/p5-namespace-autoclean USES= perl5 USE_PERL5= configure Modified: head/www/p5-Dancer-Plugin-RPC/distinfo ============================================================================== --- head/www/p5-Dancer-Plugin-RPC/distinfo Sun Aug 23 19:41:06 2020 (r545910) +++ head/www/p5-Dancer-Plugin-RPC/distinfo Sun Aug 23 19:41:10 2020 (r545911) @@ -1,3 +1,3 @@ -TIMESTAMP = 1582355006 -SHA256 (Dancer-Plugin-RPC-1.08.tar.gz) = a946bba8b5ffe446adda0d50427f11ff1a9bd8015c55a53b8ad176662ffda279 -SIZE (Dancer-Plugin-RPC-1.08.tar.gz) = 32379 +TIMESTAMP = 1598175316 +SHA256 (Dancer-Plugin-RPC-1.09.tar.gz) = 7cc3b07447deda5db57db86c4d55653eaeeab9890254ec8306e96b3af9115925 +SIZE (Dancer-Plugin-RPC-1.09.tar.gz) = 38616 Modified: head/www/p5-Dancer-Plugin-RPC/pkg-descr ============================================================================== --- head/www/p5-Dancer-Plugin-RPC/pkg-descr Sun Aug 23 19:41:06 2020 (r545910) +++ head/www/p5-Dancer-Plugin-RPC/pkg-descr Sun Aug 23 19:41:10 2020 (r545911) @@ -16,4 +16,4 @@ jsonrpc-calls at this endpoint. See the /t dir for examples (until some tutorial exists) -WWW: https://metacpan.org/pod/Dancer::Plugin::RPC +WWW: https://metacpan.org/release/Dancer-Plugin-RPC Modified: head/www/p5-Dancer-Plugin-RPC/pkg-plist ============================================================================== --- head/www/p5-Dancer-Plugin-RPC/pkg-plist Sun Aug 23 19:41:06 2020 (r545910) +++ head/www/p5-Dancer-Plugin-RPC/pkg-plist Sun Aug 23 19:41:10 2020 (r545911) @@ -3,6 +3,7 @@ %%SITE_PERL%%/Dancer/Plugin/RPC/RESTRPC.pm %%SITE_PERL%%/Dancer/Plugin/RPC/XMLRPC.pm %%SITE_PERL%%/Dancer/RPCPlugin/CallbackResult.pm +%%SITE_PERL%%/Dancer/RPCPlugin/DefaultRoute.pm %%SITE_PERL%%/Dancer/RPCPlugin/DispatchFromConfig.pm %%SITE_PERL%%/Dancer/RPCPlugin/DispatchFromPod.pm %%SITE_PERL%%/Dancer/RPCPlugin/DispatchItem.pm @@ -15,6 +16,7 @@ %%PERL5_MAN3%%/Dancer::Plugin::RPC::RESTRPC.3.gz %%PERL5_MAN3%%/Dancer::Plugin::RPC::XMLRPC.3.gz %%PERL5_MAN3%%/Dancer::RPCPlugin::CallbackResult.3.gz +%%PERL5_MAN3%%/Dancer::RPCPlugin::DefaultRoute.3.gz %%PERL5_MAN3%%/Dancer::RPCPlugin::DispatchFromConfig.3.gz %%PERL5_MAN3%%/Dancer::RPCPlugin::DispatchFromPod.3.gz %%PERL5_MAN3%%/Dancer::RPCPlugin::DispatchItem.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008231941.07NJfBal078307>