diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-08-14 16:16:54 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-08-14 16:16:54 +0000 |
commit | 7524a2bd1cb0d5d77e66f761d6d550f9bf17c57f (patch) | |
tree | d9d79e1939186764d8b77468adb869d26daabb63 | |
parent | b1d735391ef761aced85b302f9731b0156b1cbbb (diff) | |
download | freebsd-ports-7524a2bd1cb0d5d77e66f761d6d550f9bf17c57f.zip |
www/p5-Dancer-Plugin-RPC: 1.00 -> 1.01
- Better pod
- Better tests
- New module DispatchMethodList
PR: 211828
Submitted by: Henk van Oers <hvo.pm@xs4all.nl> (maintainer)
-rw-r--r-- | www/p5-Dancer-Plugin-RPC/Makefile | 6 | ||||
-rw-r--r-- | www/p5-Dancer-Plugin-RPC/distinfo | 6 | ||||
-rw-r--r-- | www/p5-Dancer-Plugin-RPC/pkg-plist | 2 |
3 files changed, 8 insertions, 6 deletions
diff --git a/www/p5-Dancer-Plugin-RPC/Makefile b/www/p5-Dancer-Plugin-RPC/Makefile index d94f537c23eb..f9ead2a2414a 100644 --- a/www/p5-Dancer-Plugin-RPC/Makefile +++ b/www/p5-Dancer-Plugin-RPC/Makefile @@ -2,27 +2,27 @@ # $FreeBSD$ PORTNAME= Dancer-Plugin-RPC -PORTVERSION= 1.00 +PORTVERSION= 1.01 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ABELTJE PKGNAMEPREFIX= p5- MAINTAINER= hvo.pm@xs4all.nl -COMMENT= Configure endpoints for XML and/or JSON RPC routes +COMMENT= Configure endpoints for XMLRPC and JSONRPC procedures LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= \ p5-Dancer>=1.3202:www/p5-Dancer \ - p5-Plack>=1.0002:www/p5-Plack \ p5-Params-Validate>=1.0:devel/p5-Params-Validate \ p5-JSON>=2.0:converters/p5-JSON \ p5-RPC-XML>=0.79:net/p5-RPC-XML BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS=p5-Test-Fatal>0.010:devel/p5-Test-Fatal +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/www/p5-Dancer-Plugin-RPC/distinfo b/www/p5-Dancer-Plugin-RPC/distinfo index 719f657a5d8c..10ac32f338a8 100644 --- a/www/p5-Dancer-Plugin-RPC/distinfo +++ b/www/p5-Dancer-Plugin-RPC/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1463556230 -SHA256 (Dancer-Plugin-RPC-1.00.tar.gz) = 785c99c54fa93650f3bbd3811c3e7e67ff113071a7508a3c7a46414ec3100482 -SIZE (Dancer-Plugin-RPC-1.00.tar.gz) = 13935 +TIMESTAMP = 1471166184 +SHA256 (Dancer-Plugin-RPC-1.01.tar.gz) = bc42cdc0dda0f560dd4ca5b7e17d6e392da6cd7f8fabc679f9dd01eac37c8cc7 +SIZE (Dancer-Plugin-RPC-1.01.tar.gz) = 16076 diff --git a/www/p5-Dancer-Plugin-RPC/pkg-plist b/www/p5-Dancer-Plugin-RPC/pkg-plist index 388c9d08aee5..7682df6fcc46 100644 --- a/www/p5-Dancer-Plugin-RPC/pkg-plist +++ b/www/p5-Dancer-Plugin-RPC/pkg-plist @@ -5,6 +5,7 @@ %%SITE_PERL%%/Dancer/RPCPlugin/DispatchFromConfig.pm %%SITE_PERL%%/Dancer/RPCPlugin/DispatchFromPod.pm %%SITE_PERL%%/Dancer/RPCPlugin/DispatchItem.pm +%%SITE_PERL%%/Dancer/RPCPlugin/DispatchMethodList.pm %%PERL5_MAN3%%/Dancer::Plugin::RPC.3.gz %%PERL5_MAN3%%/Dancer::Plugin::RPC::JSONRPC.3.gz %%PERL5_MAN3%%/Dancer::Plugin::RPC::XMLRPC.3.gz @@ -12,3 +13,4 @@ %%PERL5_MAN3%%/Dancer::RPCPlugin::DispatchFromConfig.3.gz %%PERL5_MAN3%%/Dancer::RPCPlugin::DispatchFromPod.3.gz %%PERL5_MAN3%%/Dancer::RPCPlugin::DispatchItem.3.gz +%%PERL5_MAN3%%/Dancer::RPCPlugin::DispatchMethodList.3.gz |