Received: by mail.netbsd.org (Postfix, from userid 605) id 54A3884D8A; Fri, 4 Sep 2020 10:40:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CF71F84D61 for ; Fri, 4 Sep 2020 10:40:12 +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 qh5RfFrvtfYe for ; Fri, 4 Sep 2020 10:40:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 57A7784CEC for ; Fri, 4 Sep 2020 10:40:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4E805FB28; Fri, 4 Sep 2020 10:40:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599216012143020" MIME-Version: 1.0 Date: Fri, 4 Sep 2020 10:40:12 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200904104012.4E805FB28@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. --_----------=_1599216012143020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Sep 4 10:40:12 UTC 2020 Modified Files: pkgsrc/devel: Makefile pkgsrc/doc: CHANGES-2020 Removed Files: pkgsrc/devel/p5-CPAN-Meta: DESCR Makefile distinfo Log Message: p5-CPAN-Meta: remove, part of perl since 2011 To generate a diff of this commit: cvs rdiff -u -r1.3190 -r1.3191 pkgsrc/devel/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/devel/p5-CPAN-Meta/DESCR cvs rdiff -u -r1.27 -r0 pkgsrc/devel/p5-CPAN-Meta/Makefile cvs rdiff -u -r1.15 -r0 pkgsrc/devel/p5-CPAN-Meta/distinfo cvs rdiff -u -r1.4741 -r1.4742 pkgsrc/doc/CHANGES-2020 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1599216012143020 Content-Disposition: inline Content-Length: 1389 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3190 pkgsrc/devel/Makefile:1.3191 --- pkgsrc/devel/Makefile:1.3190 Fri Sep 4 10:22:46 2020 +++ pkgsrc/devel/Makefile Fri Sep 4 10:40:11 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3190 2020/09/04 10:22:46 wiz Exp $ +# $NetBSD: Makefile,v 1.3191 2020/09/04 10:40:11 wiz Exp $ # COMMENT= Development utilities @@ -1140,7 +1140,6 @@ SUBDIR+= p5-CPAN-Common-Index SUBDIR+= p5-CPAN-DistnameInfo SUBDIR+= p5-CPAN-FindDependencies SUBDIR+= p5-CPAN-Inject -SUBDIR+= p5-CPAN-Meta SUBDIR+= p5-CPAN-Meta-Check SUBDIR+= p5-CPAN-Meta-Requirements SUBDIR+= p5-CPAN-Meta-YAML Index: pkgsrc/doc/CHANGES-2020 diff -u pkgsrc/doc/CHANGES-2020:1.4741 pkgsrc/doc/CHANGES-2020:1.4742 --- pkgsrc/doc/CHANGES-2020:1.4741 Fri Sep 4 10:38:22 2020 +++ pkgsrc/doc/CHANGES-2020 Fri Sep 4 10:40:11 2020 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2020,v 1.4741 2020/09/04 10:38:22 wiz Exp $ +$NetBSD: CHANGES-2020,v 1.4742 2020/09/04 10:40:11 wiz Exp $ Changes to the packages collection and infrastructure in 2020: @@ -7335,3 +7335,4 @@ Changes to the packages collection and i Removed devel/p5-AutoLoader successor lang/perl5 [wiz 2020-09-04] Removed devel/p5-CPAN successor lang/perl5 [wiz 2020-09-04] Updated textproc/po4a to 0.57nb3 [wiz 2020-09-04] + Removed devel/p5-CPAN-Meta successor lang/perl5 [wiz 2020-09-04] --_----------=_1599216012143020--