Received: by mail.netbsd.org (Postfix, from userid 605) id 8CE5584D75; Fri, 4 Sep 2020 11:23:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 158DB84D46 for ; Fri, 4 Sep 2020 11:23:42 +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 NgyNWw0UTd_0 for ; Fri, 4 Sep 2020 11:23:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 90E8C84CEA for ; Fri, 4 Sep 2020 11:23:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8E075FB28; Fri, 4 Sep 2020 11:23:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599218621161020" MIME-Version: 1.0 Date: Fri, 4 Sep 2020 11:23:41 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200904112341.8E075FB28@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. --_----------=_1599218621161020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Sep 4 11:23:41 UTC 2020 Modified Files: pkgsrc/devel: Makefile pkgsrc/doc: CHANGES-2020 Removed Files: pkgsrc/devel/p5-ExtUtils-Manifest: DESCR Makefile distinfo Log Message: p5-ExtUtils-Manifest: remove, part of perl since 1997 To generate a diff of this commit: cvs rdiff -u -r1.3199 -r1.3200 pkgsrc/devel/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/devel/p5-ExtUtils-Manifest/DESCR cvs rdiff -u -r1.23 -r0 pkgsrc/devel/p5-ExtUtils-Manifest/Makefile cvs rdiff -u -r1.11 -r0 pkgsrc/devel/p5-ExtUtils-Manifest/distinfo cvs rdiff -u -r1.4756 -r1.4757 pkgsrc/doc/CHANGES-2020 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1599218621161020 Content-Disposition: inline Content-Length: 1448 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3199 pkgsrc/devel/Makefile:1.3200 --- pkgsrc/devel/Makefile:1.3199 Fri Sep 4 11:20:39 2020 +++ pkgsrc/devel/Makefile Fri Sep 4 11:23:41 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3199 2020/09/04 11:20:39 wiz Exp $ +# $NetBSD: Makefile,v 1.3200 2020/09/04 11:23:41 wiz Exp $ # COMMENT= Development utilities @@ -1366,7 +1366,6 @@ SUBDIR+= p5-ExtUtils-InstallPaths SUBDIR+= p5-ExtUtils-LibBuilder SUBDIR+= p5-ExtUtils-MakeMaker-CPANfile SUBDIR+= p5-ExtUtils-MakeMaker-Coverage -SUBDIR+= p5-ExtUtils-Manifest SUBDIR+= p5-ExtUtils-ModuleMaker SUBDIR+= p5-ExtUtils-ModuleMaker-TT SUBDIR+= p5-ExtUtils-ParseXS Index: pkgsrc/doc/CHANGES-2020 diff -u pkgsrc/doc/CHANGES-2020:1.4756 pkgsrc/doc/CHANGES-2020:1.4757 --- pkgsrc/doc/CHANGES-2020:1.4756 Fri Sep 4 11:22:10 2020 +++ pkgsrc/doc/CHANGES-2020 Fri Sep 4 11:23:41 2020 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2020,v 1.4756 2020/09/04 11:22:10 prlw1 Exp $ +$NetBSD: CHANGES-2020,v 1.4757 2020/09/04 11:23:41 wiz Exp $ Changes to the packages collection and infrastructure in 2020: @@ -7350,3 +7350,4 @@ Changes to the packages collection and i Updated devel/pango to 1.46.1 [prlw1 2020-09-04] Removed devel/p5-ExtUtils-MakeMaker successor lang/perl5 [wiz 2020-09-04] Added graphics/graphene version 1.10.2 [prlw1 2020-09-04] + Removed devel/p5-ExtUtils-Manifest successor lang/perl5 [wiz 2020-09-04] --_----------=_1599218621161020--