Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_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 970661A923B for ; Sat, 23 Jan 2021 23:49:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A36E584D37; Sat, 23 Jan 2021 23:49:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DC2C384CEC for ; Sat, 23 Jan 2021 23:49:37 +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 2IWV1aX4IEut for ; Sat, 23 Jan 2021 23:49:37 +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 56C1584CDB for ; Sat, 23 Jan 2021 23:49:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4413DFA9D; Sat, 23 Jan 2021 23:49:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1611445777242830" MIME-Version: 1.0 Date: Sat, 23 Jan 2021 23:49:37 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210123234937.4413DFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1611445777242830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Jan 23 23:49:37 UTC 2021 Modified Files: pkgsrc/devel: Makefile pkgsrc/doc: CHANGES-2021 Removed Files: pkgsrc/devel/p5-VCP: DESCR Makefile distinfo pkgsrc/devel/p5-VCP/patches: patch-Makefile.PL Log Message: p5-VCP: remove Alpha release since 2005, no homepage, no upstream To generate a diff of this commit: cvs rdiff -u -r1.3320 -r1.3321 pkgsrc/devel/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/devel/p5-VCP/DESCR cvs rdiff -u -r1.23 -r0 pkgsrc/devel/p5-VCP/Makefile cvs rdiff -u -r1.3 -r0 pkgsrc/devel/p5-VCP/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/devel/p5-VCP/patches/patch-Makefile.PL cvs rdiff -u -r1.554 -r1.555 pkgsrc/doc/CHANGES-2021 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1611445777242830 Content-Disposition: inline Content-Length: 1277 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3320 pkgsrc/devel/Makefile:1.3321 --- pkgsrc/devel/Makefile:1.3320 Sat Jan 23 23:46:45 2021 +++ pkgsrc/devel/Makefile Sat Jan 23 23:49:36 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3320 2021/01/23 23:46:45 wiz Exp $ +# $NetBSD: Makefile,v 1.3321 2021/01/23 23:49:36 wiz Exp $ # COMMENT= Development utilities @@ -2035,7 +2035,6 @@ SUBDIR+= p5-UNIVERSAL-isa SUBDIR+= p5-UNIVERSAL-moniker SUBDIR+= p5-UNIVERSAL-require SUBDIR+= p5-UUID-Tiny -SUBDIR+= p5-VCP SUBDIR+= p5-Variable-Magic SUBDIR+= p5-Want SUBDIR+= p5-WeakRef Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.554 pkgsrc/doc/CHANGES-2021:1.555 --- pkgsrc/doc/CHANGES-2021:1.554 Sat Jan 23 23:46:45 2021 +++ pkgsrc/doc/CHANGES-2021 Sat Jan 23 23:49:36 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.554 2021/01/23 23:46:45 wiz Exp $ +$NetBSD: CHANGES-2021,v 1.555 2021/01/23 23:49:36 wiz Exp $ Changes to the packages collection and infrastructure in 2021: @@ -698,3 +698,4 @@ Changes to the packages collection and i Updated net/rclone to 1.53.4 [leot 2021-01-23] Updated math/qhull to 2020.2 [gdt 2021-01-23] Removed devel/p5-VCP-Dest-svk [wiz 2021-01-23] + Removed devel/p5-VCP [wiz 2021-01-23] --_----------=_1611445777242830--