From owner-svn-ports-all@freebsd.org Sun Aug 14 16:16:56 2016 Return-Path: Delivered-To: svn-ports-all@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 3980BBB98D6; Sun, 14 Aug 2016 16:16:56 +0000 (UTC) (envelope-from pi@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 EF8C214BC; Sun, 14 Aug 2016 16:16:55 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7EGGtRK083896; Sun, 14 Aug 2016 16:16:55 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7EGGsCf083893; Sun, 14 Aug 2016 16:16:54 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201608141616.u7EGGsCf083893@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 14 Aug 2016 16:16:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420192 - head/www/p5-Dancer-Plugin-RPC X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2016 16:16:56 -0000 Author: pi Date: Sun Aug 14 16:16:54 2016 New Revision: 420192 URL: https://svnweb.freebsd.org/changeset/ports/420192 Log: www/p5-Dancer-Plugin-RPC: 1.00 -> 1.01 - Better pod - Better tests - New module DispatchMethodList PR: 211828 Submitted by: Henk van Oers (maintainer) Modified: head/www/p5-Dancer-Plugin-RPC/Makefile head/www/p5-Dancer-Plugin-RPC/distinfo 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 14 16:04:30 2016 (r420191) +++ head/www/p5-Dancer-Plugin-RPC/Makefile Sun Aug 14 16:16:54 2016 (r420192) @@ -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 Modified: head/www/p5-Dancer-Plugin-RPC/distinfo ============================================================================== --- head/www/p5-Dancer-Plugin-RPC/distinfo Sun Aug 14 16:04:30 2016 (r420191) +++ head/www/p5-Dancer-Plugin-RPC/distinfo Sun Aug 14 16:16:54 2016 (r420192) @@ -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 Modified: head/www/p5-Dancer-Plugin-RPC/pkg-plist ============================================================================== --- head/www/p5-Dancer-Plugin-RPC/pkg-plist Sun Aug 14 16:04:30 2016 (r420191) +++ head/www/p5-Dancer-Plugin-RPC/pkg-plist Sun Aug 14 16:16:54 2016 (r420192) @@ -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