Received: by mail.netbsd.org (Postfix, from userid 605) id B915184DCC; Sat, 30 Dec 2017 14:03:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 424BD84D82 for ; Sat, 30 Dec 2017 14:03:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id NPph_w0XYQeI for ; Sat, 30 Dec 2017 14:03:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BD45984C82 for ; Sat, 30 Dec 2017 14:03:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B438EFB40; Sat, 30 Dec 2017 14:03:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1514642584259550" MIME-Version: 1.0 Date: Sat, 30 Dec 2017 14:03:04 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-MooX-Cmd To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171230140304.B438EFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1514642584259550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Dec 30 14:03:04 UTC 2017 Modified Files: pkgsrc/devel/p5-MooX-Cmd: Makefile distinfo Log Message: p5-MooX-Cmd: update to 0.017. 0.017 2017-12-19 - bump author requirement for proper Perl::Tidy to 20171214 - ensure only MooX::Options 4.100 is tested to avoid false regressions 0.016_001 2017-12-12 - improve repository infrastructure (steal from MooX::Options) - fix cmd plugin loader to ensure unambiguous commands - introduce optional role allowing abbreviated commands on CLI To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/p5-MooX-Cmd/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-MooX-Cmd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1514642584259550 Content-Disposition: inline Content-Length: 1673 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-MooX-Cmd/Makefile diff -u pkgsrc/devel/p5-MooX-Cmd/Makefile:1.12 pkgsrc/devel/p5-MooX-Cmd/Makefile:1.13 --- pkgsrc/devel/p5-MooX-Cmd/Makefile:1.12 Mon Jun 5 14:23:17 2017 +++ pkgsrc/devel/p5-MooX-Cmd/Makefile Sat Dec 30 14:03:04 2017 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2017/06/05 14:23:17 ryoon Exp $ +# $NetBSD: Makefile,v 1.13 2017/12/30 14:03:04 wiz Exp $ -DISTNAME= MooX-Cmd-0.015 +DISTNAME= MooX-Cmd-0.017 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooX/} Index: pkgsrc/devel/p5-MooX-Cmd/distinfo diff -u pkgsrc/devel/p5-MooX-Cmd/distinfo:1.8 pkgsrc/devel/p5-MooX-Cmd/distinfo:1.9 --- pkgsrc/devel/p5-MooX-Cmd/distinfo:1.8 Tue Nov 3 03:28:30 2015 +++ pkgsrc/devel/p5-MooX-Cmd/distinfo Sat Dec 30 14:03:04 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/11/03 03:28:30 agc Exp $ +$NetBSD: distinfo,v 1.9 2017/12/30 14:03:04 wiz Exp $ -SHA1 (MooX-Cmd-0.015.tar.gz) = 12a05c1d57fe1231a83f80bccf27022d5da8fe3d -RMD160 (MooX-Cmd-0.015.tar.gz) = 6fa13c74d3c54cf0eda26a7eecd6899ebb331a22 -SHA512 (MooX-Cmd-0.015.tar.gz) = 37b05144fd03cd29b75f677459bda79d641cbfb1e1dac863ce7dfee6c022336fdfb005ff1b0f51cf4f835703e8df29605ddb89d31ba9f6d9b7d12c4bd43c15ef -Size (MooX-Cmd-0.015.tar.gz) = 16792 bytes +SHA1 (MooX-Cmd-0.017.tar.gz) = 884e5b6a7affee385e533841ff3404b4a662465c +RMD160 (MooX-Cmd-0.017.tar.gz) = 6b3bfc05ea173668cba89cc3261c6e4cd9116359 +SHA512 (MooX-Cmd-0.017.tar.gz) = f59ac5b62814238b52e4d5787925666c26f4e2af5626a0d8757ae23c26694c737bdef02ab82ba93d2650e6be360d27aff1806d661d65a14e6ea01c52bc0404b4 +Size (MooX-Cmd-0.017.tar.gz) = 18536 bytes --_----------=_1514642584259550--