From owner-dev-commits-ports-all@freebsd.org Sun May 30 20:05:25 2021 Return-Path: Delivered-To: dev-commits-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 9E255634732; Sun, 30 May 2021 20:05:25 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FtTtY21fBz3ns4; Sun, 30 May 2021 20:05:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CAEA022EB5; Sun, 30 May 2021 20:05:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14UK5O3l078721; Sun, 30 May 2021 20:05:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14UK5Oj4078720; Sun, 30 May 2021 20:05:24 GMT (envelope-from git) Date: Sun, 30 May 2021 20:05:24 GMT Message-Id: <202105302005.14UK5Oj4078720@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: dd17eeadb279 - main - www/p5-Dancer2: Update to 0.300005 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: dd17eeadb2792b1e71bacd5639dbb4bb9be703ca Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 May 2021 20:05:26 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=dd17eeadb2792b1e71bacd5639dbb4bb9be703ca commit dd17eeadb2792b1e71bacd5639dbb4bb9be703ca Author: Po-Chuan Hsieh AuthorDate: 2021-05-30 19:58:24 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-05-30 19:58:24 +0000 www/p5-Dancer2: Update to 0.300005 Changes: https://metacpan.org/changes/distribution/Dancer2 --- www/p5-Dancer2/Makefile | 6 ++++-- www/p5-Dancer2/distinfo | 6 +++--- www/p5-Dancer2/pkg-plist | 8 ++++---- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/www/p5-Dancer2/Makefile b/www/p5-Dancer2/Makefile index cb552760423e..1b5aa5e748d1 100644 --- a/www/p5-Dancer2/Makefile +++ b/www/p5-Dancer2/Makefile @@ -1,7 +1,7 @@ # Created by: Wen Heping PORTNAME= Dancer2 -PORTVERSION= 0.301001 +PORTVERSION= 0.301002 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install \ ${RUN_DEPENDS} -RUN_DEPENDS= p5-Capture-Tiny>=0.12:devel/p5-Capture-Tiny \ +RUN_DEPENDS= p5-CLI-Osprey>=0:devel/p5-CLI-Osprey \ + p5-Capture-Tiny>=0.12:devel/p5-Capture-Tiny \ p5-Clone>=0:devel/p5-Clone \ p5-Crypt-URandom>=0:security/p5-Crypt-URandom \ p5-Config-Any>=0:devel/p5-Config-Any \ @@ -29,6 +30,7 @@ RUN_DEPENDS= p5-Capture-Tiny>=0.12:devel/p5-Capture-Tiny \ p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \ p5-Module-Runtime>=0:devel/p5-Module-Runtime \ p5-Moo>=2.000000:devel/p5-Moo \ + p5-Path-Tiny>=0:devel/p5-Path-Tiny \ p5-Plack>=1.0040:www/p5-Plack \ p5-Plack-Middleware-FixMissingBodyInRedirect>=0:www/p5-Plack-Middleware-FixMissingBodyInRedirect \ p5-Plack-Middleware-RemoveRedundantBody>=0:www/p5-Plack-Middleware-RemoveRedundantBody \ diff --git a/www/p5-Dancer2/distinfo b/www/p5-Dancer2/distinfo index 41fd9beb57dc..64b8d09bf4ca 100644 --- a/www/p5-Dancer2/distinfo +++ b/www/p5-Dancer2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616195487 -SHA256 (Dancer2-0.301001.tar.gz) = b3ad66b39f926d22f947fef6d6a313e0448bcc331f9441910c2a28fbb8ac145c -SIZE (Dancer2-0.301001.tar.gz) = 397739 +TIMESTAMP = 1622214162 +SHA256 (Dancer2-0.301002.tar.gz) = 30571b9ae8804dfc5d5934f23e0309df49cabcfeb5a3e0b447e6b05db5b7a07b +SIZE (Dancer2-0.301002.tar.gz) = 396769 diff --git a/www/p5-Dancer2/pkg-plist b/www/p5-Dancer2/pkg-plist index 47c66fc00ac2..d40ccc930d0d 100644 --- a/www/p5-Dancer2/pkg-plist +++ b/www/p5-Dancer2/pkg-plist @@ -1,8 +1,8 @@ bin/dancer2 %%SITE_PERL%%/Dancer2.pm %%SITE_PERL%%/Dancer2/CLI.pm -%%SITE_PERL%%/Dancer2/CLI/Command/gen.pm -%%SITE_PERL%%/Dancer2/CLI/Command/version.pm +%%SITE_PERL%%/Dancer2/CLI/Gen.pm +%%SITE_PERL%%/Dancer2/CLI/Version.pm %%SITE_PERL%%/Dancer2/Config.pod %%SITE_PERL%%/Dancer2/Cookbook.pod %%SITE_PERL%%/Dancer2/Core.pm @@ -91,8 +91,8 @@ bin/dancer2 %%PERL5_MAN1%%/dancer2.1.gz %%PERL5_MAN3%%/Dancer2.3.gz %%PERL5_MAN3%%/Dancer2::CLI.3.gz -%%PERL5_MAN3%%/Dancer2::CLI::Command::gen.3.gz -%%PERL5_MAN3%%/Dancer2::CLI::Command::version.3.gz +%%PERL5_MAN3%%/Dancer2::CLI::Gen.3.gz +%%PERL5_MAN3%%/Dancer2::CLI::Version.3.gz %%PERL5_MAN3%%/Dancer2::Config.3.gz %%PERL5_MAN3%%/Dancer2::Cookbook.3.gz %%PERL5_MAN3%%/Dancer2::Core.3.gz