Index: head/www/p5-Dancer-Plugin-RPC/Makefile =================================================================== --- head/www/p5-Dancer-Plugin-RPC/Makefile (revision 453776) +++ head/www/p5-Dancer-Plugin-RPC/Makefile (revision 453777) @@ -1,33 +1,32 @@ # Created by: Henk van Oers # $FreeBSD$ PORTNAME= Dancer-Plugin-RPC -PORTVERSION= 1.05 -PORTREVISION= 1 +PORTVERSION= 1.06 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ABELTJE PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Configure endpoints for XMLRPC and JSONRPC procedures LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= p5-Dancer>=1.3100:www/p5-Dancer \ p5-JSON>=2.0:converters/p5-JSON \ 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 RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Fatal>=0.010:devel/p5-Test-Fatal \ p5-Test-NoWarnings>=1:devel/p5-Test-NoWarnings NO_ARCH= yes USES= perl5 USE_PERL5= configure PORTSCOUT= limit:^[0-9\.]*$$ .include Index: head/www/p5-Dancer-Plugin-RPC/distinfo =================================================================== --- head/www/p5-Dancer-Plugin-RPC/distinfo (revision 453776) +++ head/www/p5-Dancer-Plugin-RPC/distinfo (revision 453777) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508061392 -SHA256 (Dancer-Plugin-RPC-1.05.tar.gz) = 3332d92bf84582d93478d2a000d2b5ac5f1804d02f111c20c6c77c0c246b9c91 -SIZE (Dancer-Plugin-RPC-1.05.tar.gz) = 26490 +TIMESTAMP = 1510152892 +SHA256 (Dancer-Plugin-RPC-1.06.tar.gz) = ae3bad4d492bb4d7d071fe6f980ddfa2d6f4c0f0683ea8fc5843cec08c8d21e7 +SIZE (Dancer-Plugin-RPC-1.06.tar.gz) = 27668 Index: head/www/p5-Dancer-Plugin-RPC/pkg-plist =================================================================== --- head/www/p5-Dancer-Plugin-RPC/pkg-plist (revision 453776) +++ head/www/p5-Dancer-Plugin-RPC/pkg-plist (revision 453777) @@ -1,22 +1,24 @@ %%SITE_PERL%%/Dancer/Plugin/RPC.pm %%SITE_PERL%%/Dancer/Plugin/RPC/JSONRPC.pm %%SITE_PERL%%/Dancer/Plugin/RPC/RESTRPC.pm %%SITE_PERL%%/Dancer/Plugin/RPC/XMLRPC.pm %%SITE_PERL%%/Dancer/RPCPlugin/CallbackResult.pm %%SITE_PERL%%/Dancer/RPCPlugin/DispatchFromConfig.pm %%SITE_PERL%%/Dancer/RPCPlugin/DispatchFromPod.pm %%SITE_PERL%%/Dancer/RPCPlugin/DispatchItem.pm %%SITE_PERL%%/Dancer/RPCPlugin/DispatchMethodList.pm %%SITE_PERL%%/Dancer/RPCPlugin/ErrorResponse.pm %%SITE_PERL%%/Dancer/RPCPlugin/FlattenData.pm +%%SITE_PERL%%/Dancer/RPCPlugin/PluginNames.pm %%PERL5_MAN3%%/Dancer::Plugin::RPC.3.gz %%PERL5_MAN3%%/Dancer::Plugin::RPC::JSONRPC.3.gz %%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::DispatchFromConfig.3.gz %%PERL5_MAN3%%/Dancer::RPCPlugin::DispatchFromPod.3.gz %%PERL5_MAN3%%/Dancer::RPCPlugin::DispatchItem.3.gz %%PERL5_MAN3%%/Dancer::RPCPlugin::DispatchMethodList.3.gz %%PERL5_MAN3%%/Dancer::RPCPlugin::ErrorResponse.3.gz %%PERL5_MAN3%%/Dancer::RPCPlugin::FlattenData.3.gz +%%PERL5_MAN3%%/Dancer::RPCPlugin::PluginNames.3.gz