From owner-svn-ports-head@freebsd.org Mon Oct 23 18:27:07 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6B0BE51E0D; Mon, 23 Oct 2017 18:27:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A13917E769; Mon, 23 Oct 2017 18:27:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9NIR685091124; Mon, 23 Oct 2017 18:27:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9NIR6RL091122; Mon, 23 Oct 2017 18:27:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710231827.v9NIR6RL091122@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 23 Oct 2017 18:27:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452723 - head/www/p5-Dancer-Plugin-RPC X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-Dancer-Plugin-RPC X-SVN-Commit-Revision: 452723 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Oct 2017 18:27:07 -0000 Author: sunpoet Date: Mon Oct 23 18:27:06 2017 New Revision: 452723 URL: https://svnweb.freebsd.org/changeset/ports/452723 Log: Fix *_DEPENDS: add missing devel/p5-Type-Tiny - Sort *_DEPENDS - Add more TEST_DEPENDS - Fix indent - Add PORTSCOUT - Sort PLIST - Bump PORTREVISION for dependency change Modified: head/www/p5-Dancer-Plugin-RPC/Makefile head/www/p5-Dancer-Plugin-RPC/pkg-plist Modified: head/www/p5-Dancer-Plugin-RPC/Makefile ============================================================================== --- head/www/p5-Dancer-Plugin-RPC/Makefile Mon Oct 23 18:27:01 2017 (r452722) +++ head/www/p5-Dancer-Plugin-RPC/Makefile Mon Oct 23 18:27:06 2017 (r452723) @@ -3,6 +3,7 @@ PORTNAME= Dancer-Plugin-RPC PORTVERSION= 1.05 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ABELTJE @@ -14,16 +15,19 @@ COMMENT= Configure endpoints for XMLRPC and JSONRPC pr LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -RUN_DEPENDS= \ - p5-Dancer>=1.3202:www/p5-Dancer \ - 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 +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 Modified: head/www/p5-Dancer-Plugin-RPC/pkg-plist ============================================================================== --- head/www/p5-Dancer-Plugin-RPC/pkg-plist Mon Oct 23 18:27:01 2017 (r452722) +++ head/www/p5-Dancer-Plugin-RPC/pkg-plist Mon Oct 23 18:27:06 2017 (r452723) @@ -1,14 +1,3 @@ -%%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 %%SITE_PERL%%/Dancer/Plugin/RPC.pm %%SITE_PERL%%/Dancer/Plugin/RPC/JSONRPC.pm %%SITE_PERL%%/Dancer/Plugin/RPC/RESTRPC.pm @@ -20,3 +9,14 @@ %%SITE_PERL%%/Dancer/RPCPlugin/DispatchMethodList.pm %%SITE_PERL%%/Dancer/RPCPlugin/ErrorResponse.pm %%SITE_PERL%%/Dancer/RPCPlugin/FlattenData.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