From owner-svn-ports-all@freebsd.org Sun Aug 23 19:41:17 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9C6CC3C6810; Sun, 23 Aug 2020 19:41:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BZQbt3S8Bz46Th; Sun, 23 Aug 2020 19:41:13 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1F448C56F; Sun, 23 Aug 2020 19:41:12 +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 07NJfBw1078310; Sun, 23 Aug 2020 19:41:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07NJfBal078307; Sun, 23 Aug 2020 19:41:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202008231941.07NJfBal078307@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 23 Aug 2020 19:41:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545911 - 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: 545911 X-SVN-Commit-Repository: ports 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.33 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, 23 Aug 2020 19:41:17 -0000 Author: sunpoet Date: Sun Aug 23 19:41:10 2020 New Revision: 545911 URL: https://svnweb.freebsd.org/changeset/ports/545911 Log: Update to 1.09 - Update WWW Changes: https://metacpan.org/changes/distribution/Dancer-Plugin-RPC Modified: head/www/p5-Dancer-Plugin-RPC/Makefile head/www/p5-Dancer-Plugin-RPC/distinfo head/www/p5-Dancer-Plugin-RPC/pkg-descr 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 23 19:41:06 2020 (r545910) +++ head/www/p5-Dancer-Plugin-RPC/Makefile Sun Aug 23 19:41:10 2020 (r545911) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer-Plugin-RPC -PORTVERSION= 1.08 +PORTVERSION= 1.09 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ABELTJE @@ -21,8 +21,10 @@ RUN_DEPENDS= p5-Dancer>=1.3100:www/p5-Dancer \ 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 -TEST_DEPENDS= p5-Test-Fatal>=0.010:devel/p5-Test-Fatal \ - p5-Test-NoWarnings>=1:devel/p5-Test-NoWarnings +TEST_DEPENDS= p5-Moo>=2:devel/p5-Moo \ + p5-Test-Fatal>=0.010:devel/p5-Test-Fatal \ + p5-Test-Warnings>=0.030:devel/p5-Test-Warnings \ + p5-namespace-autoclean>=0:devel/p5-namespace-autoclean USES= perl5 USE_PERL5= configure Modified: head/www/p5-Dancer-Plugin-RPC/distinfo ============================================================================== --- head/www/p5-Dancer-Plugin-RPC/distinfo Sun Aug 23 19:41:06 2020 (r545910) +++ head/www/p5-Dancer-Plugin-RPC/distinfo Sun Aug 23 19:41:10 2020 (r545911) @@ -1,3 +1,3 @@ -TIMESTAMP = 1582355006 -SHA256 (Dancer-Plugin-RPC-1.08.tar.gz) = a946bba8b5ffe446adda0d50427f11ff1a9bd8015c55a53b8ad176662ffda279 -SIZE (Dancer-Plugin-RPC-1.08.tar.gz) = 32379 +TIMESTAMP = 1598175316 +SHA256 (Dancer-Plugin-RPC-1.09.tar.gz) = 7cc3b07447deda5db57db86c4d55653eaeeab9890254ec8306e96b3af9115925 +SIZE (Dancer-Plugin-RPC-1.09.tar.gz) = 38616 Modified: head/www/p5-Dancer-Plugin-RPC/pkg-descr ============================================================================== --- head/www/p5-Dancer-Plugin-RPC/pkg-descr Sun Aug 23 19:41:06 2020 (r545910) +++ head/www/p5-Dancer-Plugin-RPC/pkg-descr Sun Aug 23 19:41:10 2020 (r545911) @@ -16,4 +16,4 @@ jsonrpc-calls at this endpoint. See the /t dir for examples (until some tutorial exists) -WWW: https://metacpan.org/pod/Dancer::Plugin::RPC +WWW: https://metacpan.org/release/Dancer-Plugin-RPC Modified: head/www/p5-Dancer-Plugin-RPC/pkg-plist ============================================================================== --- head/www/p5-Dancer-Plugin-RPC/pkg-plist Sun Aug 23 19:41:06 2020 (r545910) +++ head/www/p5-Dancer-Plugin-RPC/pkg-plist Sun Aug 23 19:41:10 2020 (r545911) @@ -3,6 +3,7 @@ %%SITE_PERL%%/Dancer/Plugin/RPC/RESTRPC.pm %%SITE_PERL%%/Dancer/Plugin/RPC/XMLRPC.pm %%SITE_PERL%%/Dancer/RPCPlugin/CallbackResult.pm +%%SITE_PERL%%/Dancer/RPCPlugin/DefaultRoute.pm %%SITE_PERL%%/Dancer/RPCPlugin/DispatchFromConfig.pm %%SITE_PERL%%/Dancer/RPCPlugin/DispatchFromPod.pm %%SITE_PERL%%/Dancer/RPCPlugin/DispatchItem.pm @@ -15,6 +16,7 @@ %%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::DefaultRoute.3.gz %%PERL5_MAN3%%/Dancer::RPCPlugin::DispatchFromConfig.3.gz %%PERL5_MAN3%%/Dancer::RPCPlugin::DispatchFromPod.3.gz %%PERL5_MAN3%%/Dancer::RPCPlugin::DispatchItem.3.gz