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 96D211A923B for ; Sat, 23 Jan 2021 23:46:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E4C6C84D37; Sat, 23 Jan 2021 23:46:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2A06384CEC for ; Sat, 23 Jan 2021 23:46:46 +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 Pxo3ZilPdIFO for ; Sat, 23 Jan 2021 23:46:45 +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 A465084CDB for ; Sat, 23 Jan 2021 23:46:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 984B3FA9D; Sat, 23 Jan 2021 23:46:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161144560598150" MIME-Version: 1.0 Date: Sat, 23 Jan 2021 23:46:45 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210123234645.984B3FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161144560598150 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:46:45 UTC 2021 Modified Files: pkgsrc/devel: Makefile pkgsrc/doc: CHANGES-2021 Removed Files: pkgsrc/devel/p5-VCP-Dest-svk: DESCR Makefile distinfo Log Message: p5-VCP-Dest-svk: remove, depends on removed svk To generate a diff of this commit: cvs rdiff -u -r1.3319 -r1.3320 pkgsrc/devel/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/devel/p5-VCP-Dest-svk/DESCR cvs rdiff -u -r1.19 -r0 pkgsrc/devel/p5-VCP-Dest-svk/Makefile cvs rdiff -u -r1.3 -r0 pkgsrc/devel/p5-VCP-Dest-svk/distinfo cvs rdiff -u -r1.553 -r1.554 pkgsrc/doc/CHANGES-2021 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161144560598150 Content-Disposition: inline Content-Length: 1289 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3319 pkgsrc/devel/Makefile:1.3320 --- pkgsrc/devel/Makefile:1.3319 Sat Jan 23 09:45:27 2021 +++ pkgsrc/devel/Makefile Sat Jan 23 23:46:45 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3319 2021/01/23 09:45:27 wiz Exp $ +# $NetBSD: Makefile,v 1.3320 2021/01/23 23:46:45 wiz Exp $ # COMMENT= Development utilities @@ -2036,7 +2036,6 @@ SUBDIR+= p5-UNIVERSAL-moniker SUBDIR+= p5-UNIVERSAL-require SUBDIR+= p5-UUID-Tiny SUBDIR+= p5-VCP -SUBDIR+= p5-VCP-Dest-svk SUBDIR+= p5-Variable-Magic SUBDIR+= p5-Want SUBDIR+= p5-WeakRef Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.553 pkgsrc/doc/CHANGES-2021:1.554 --- pkgsrc/doc/CHANGES-2021:1.553 Sat Jan 23 23:19:22 2021 +++ pkgsrc/doc/CHANGES-2021 Sat Jan 23 23:46:45 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.553 2021/01/23 23:19:22 gdt Exp $ +$NetBSD: CHANGES-2021,v 1.554 2021/01/23 23:46:45 wiz Exp $ Changes to the packages collection and infrastructure in 2021: @@ -697,3 +697,4 @@ Changes to the packages collection and i Updated net/gallery-dl to 1.16.4 [leot 2021-01-23] 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] --_----------=_161144560598150--