Received: by mail.netbsd.org (Postfix, from userid 605) id C272385127; Mon, 19 Apr 2021 02:13:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0747C85118 for ; Mon, 19 Apr 2021 02:13:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id tKTBqBkmuUM9 for ; Mon, 19 Apr 2021 02:13:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5650A84C13 for ; Mon, 19 Apr 2021 02:13:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4A5F6FA95; Mon, 19 Apr 2021 02:13:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1618798408204830" MIME-Version: 1.0 Date: Mon, 19 Apr 2021 02:13:28 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/www/p5-Dancer2 To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20210419021328.4A5F6FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1618798408204830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Mon Apr 19 02:13:28 UTC 2021 Modified Files: pkgsrc/www/p5-Dancer2: Makefile distinfo Log Message: Update to 0.301002 Update DEPENDS Upstream changes: 0.301002 2021-04-18 15:29:32-04:00 America/New_York [ BUG FIXES ] * None [ ENHANCEMENTS ] * GH #1593: Log files used to build config (Nick Tonkin) * PR #1608: Migrate CLI to CLI::Osprey (Jason A. Crome) # PR #1610: Replace File::Find with Path::Tiny in CLI (Jason A. Crome) [ DOCUMENTATION ] * PR #1597: Update Core/Hook.pm Pod (Paul Clements) 0.301001 2021-03-17 08:52:34-04:00 America/New_York [ BUG FIXES ] * PR #1607: Fix broken tests following App::Cmd removal (Jason Crome) [ ENHANCEMENTS ] * PR #1606: Clean up various build prereqs (Graham Knop) [ DOCUMENTATION ] * None 0.301000 2021-03-15 18:58:17-04:00 America/New_York [ BUG FIXES ] * PR #1586: Run version checks against MetaCPAN (Jason A. Crome) * PR #1604: Remove App::Cmd dependency; have script/dancer2 bail if it's not installed (David Precious) [ ENHANCEMENTS ] * GH #1064: Add DSL keyword request_data (Mickey Nasriachi) * PR #1581: Disable scheduled GitHub action on Forks (Gabor Szabo) * PR #1590: Improve install/documentation of XS modules (Jason A. Crome) * PR #1591: Add more plugins to GitHub Actions CI (Gabor Szabo) [ DOCUMENTATION ] * GH #1582: Small fixes in Migration POD (Sergiy Borodych) * PR #1595: Add cookbook recipe for enabling/disabling routes at runtime (Nick Tonkin) * PR #1599: Punctuation correction in docs (Nick Tonkin) To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 pkgsrc/www/p5-Dancer2/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/www/p5-Dancer2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1618798408204830 Content-Disposition: inline Content-Length: 2176 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/p5-Dancer2/Makefile diff -u pkgsrc/www/p5-Dancer2/Makefile:1.59 pkgsrc/www/p5-Dancer2/Makefile:1.60 --- pkgsrc/www/p5-Dancer2/Makefile:1.59 Tue Mar 9 03:00:40 2021 +++ pkgsrc/www/p5-Dancer2/Makefile Mon Apr 19 02:13:28 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.59 2021/03/09 03:00:40 wen Exp $ +# $NetBSD: Makefile,v 1.60 2021/04/19 02:13:28 wen Exp $ -DISTNAME= Dancer2-0.300005 +DISTNAME= Dancer2-0.301002 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CR/CROMEDOME/} @@ -21,7 +21,7 @@ BUILD_DEPENDS+= p5-Test-Fatal>=0:../../d BUILD_DEPENDS+= p5-File-ShareDir-Install>=0.06:../../devel/p5-File-ShareDir-Install BUILD_DEPENDS+= p5-LWP-Protocol-PSGI>=0.06:../../www/p5-LWP-Protocol-PSGI -DEPENDS+= p5-App-Cmd>=0:../../devel/p5-App-Cmd +DEPENDS+= p5-CLI-Osprey>=0:../../devel/p5-CLI-Osprey DEPENDS+= p5-Capture-Tiny>=0.12:../../devel/p5-Capture-Tiny DEPENDS+= p5-Crypt-URandom>=0:../../security/p5-Crypt-URandom DEPENDS+= p5-Config-Any>=0:../../devel/p5-Config-Any Index: pkgsrc/www/p5-Dancer2/distinfo diff -u pkgsrc/www/p5-Dancer2/distinfo:1.47 pkgsrc/www/p5-Dancer2/distinfo:1.48 --- pkgsrc/www/p5-Dancer2/distinfo:1.47 Tue Mar 9 03:00:40 2021 +++ pkgsrc/www/p5-Dancer2/distinfo Mon Apr 19 02:13:28 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.47 2021/03/09 03:00:40 wen Exp $ +$NetBSD: distinfo,v 1.48 2021/04/19 02:13:28 wen Exp $ -SHA1 (Dancer2-0.300005.tar.gz) = e2393c38602546ad83c7638239a6187e4409bc93 -RMD160 (Dancer2-0.300005.tar.gz) = 9c8c890e2e710f4b0957dd664c07d3235bd9930f -SHA512 (Dancer2-0.300005.tar.gz) = 3f2ad18694a1b2775d714774419d560bca56bd30a16400fc5166478873d710286ad4e866e0387a27f5714af2de615663b03b1bf3bd6f37fe67d9e065f17e2860 -Size (Dancer2-0.300005.tar.gz) = 395276 bytes +SHA1 (Dancer2-0.301002.tar.gz) = 888bbf6970c0e2bf2d5d27cf9a71eae51c34e8bb +RMD160 (Dancer2-0.301002.tar.gz) = 2faeeb4bbe7e0132096d767330abd04e3cb1deb6 +SHA512 (Dancer2-0.301002.tar.gz) = 19855f9eff9e37a8cf0a8af106bc968f565516f7d4c297dd666448a8921a98426091ef60f2dcdba8136156c82f8daa40f8b9d94a3bd38437d53199132eabdbd4 +Size (Dancer2-0.301002.tar.gz) = 396769 bytes --_----------=_1618798408204830--