Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1194E1A9217 for ; Wed, 2 Dec 2020 11:06:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 54C70850E4; Wed, 2 Dec 2020 11:06:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8F26F850E3 for ; Wed, 2 Dec 2020 11:06:56 +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 un5C8gHERhDp for ; Wed, 2 Dec 2020 11:06:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 10338850DE for ; Wed, 2 Dec 2020 11:06:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 08927FA9D; Wed, 2 Dec 2020 11:06:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1606907216261570" MIME-Version: 1.0 Date: Wed, 2 Dec 2020 11:06:56 +0000 From: "Adrian Steinmann" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: ast@netbsd.org X-Mailer: log_accum Message-Id: <20201202110656.08927FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1606907216261570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ast Date: Wed Dec 2 11:06:55 UTC 2020 Modified Files: pkgsrc/devel/p5-Perl-Critic: Makefile pkgsrc/doc: CHANGES-2020 Log Message: devel/p5-Perl-Critic: Version 1.138 requires Pod::TextPlain which is part of Pod::Parser To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/p5-Perl-Critic/Makefile cvs rdiff -u -r1.6522 -r1.6523 pkgsrc/doc/CHANGES-2020 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1606907216261570 Content-Disposition: inline Content-Length: 1768 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Perl-Critic/Makefile diff -u pkgsrc/devel/p5-Perl-Critic/Makefile:1.43 pkgsrc/devel/p5-Perl-Critic/Makefile:1.44 --- pkgsrc/devel/p5-Perl-Critic/Makefile:1.43 Mon Aug 31 18:08:41 2020 +++ pkgsrc/devel/p5-Perl-Critic/Makefile Wed Dec 2 11:06:55 2020 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.43 2020/08/31 18:08:41 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2020/12/02 11:06:55 ast Exp $ # DISTNAME= Perl-Critic-1.138 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Perl/} @@ -27,6 +27,7 @@ DEPENDS+= p5-PPIx-Regexp>=0.022:../../de DEPENDS+= p5-PPIx-Utilities>=1.001:../../devel/p5-PPIx-Utilities DEPENDS+= p5-Perl-Tidy-[0-9]*:../../devel/p5-Perl-Tidy DEPENDS+= p5-Pod-Spell>=1:../../textproc/p5-Pod-Spell +DEPENDS+= p5-Pod-Parser>=1.63:../../textproc/p5-Pod-Parser DEPENDS+= p5-Readonly>=2.0:../../devel/p5-Readonly DEPENDS+= p5-String-Format>=1.13:../../devel/p5-String-Format DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken Index: pkgsrc/doc/CHANGES-2020 diff -u pkgsrc/doc/CHANGES-2020:1.6522 pkgsrc/doc/CHANGES-2020:1.6523 --- pkgsrc/doc/CHANGES-2020:1.6522 Wed Dec 2 08:50:24 2020 +++ pkgsrc/doc/CHANGES-2020 Wed Dec 2 11:06:55 2020 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2020,v 1.6522 2020/12/02 08:50:24 ast Exp $ +$NetBSD: CHANGES-2020,v 1.6523 2020/12/02 11:06:55 ast Exp $ Changes to the packages collection and infrastructure in 2020: @@ -9506,3 +9506,4 @@ Changes to the packages collection and i Updated devel/lemon to 1.0.3.34.0 [adam 2020-12-02] Updated devel/ocaml-optint to 0.0.4 [he 2020-12-02] Updated games/cgoban-java to 3.5.23 [ast 2020-12-02] + Updated devel/p5-Perl-Critic to 1.138nb2 [ast 2020-12-02] --_----------=_1606907216261570--