svn commit: r452723 - head/www/p5-Dancer-Plugin-RPC
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Oct 23 18:27:07 UTC 2017
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 <bsd.port.mk>
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
More information about the svn-ports-head
mailing list