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 CBF9A1A9239 for ; Fri, 14 Jan 2022 18:42:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DC4FD84D61; Fri, 14 Jan 2022 18:42:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1EFBD84CBC for ; Fri, 14 Jan 2022 18:42:06 +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 Ioi78q9D2nT6 for ; Fri, 14 Jan 2022 18:42:05 +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 96B4F84C13 for ; Fri, 14 Jan 2022 18:42:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8BB05FB24; Fri, 14 Jan 2022 18:42:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1642185725163640" MIME-Version: 1.0 Date: Fri, 14 Jan 2022 18:42:05 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220114184205.8BB05FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1642185725163640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Jan 14 18:42:05 UTC 2022 Modified Files: pkgsrc/devel: Makefile pkgsrc/doc: CHANGES-2022 Removed Files: pkgsrc/devel/py-windbg: DESCR Makefile PLIST distinfo Log Message: py-dbg: remove Dead upstream, no release since 2010. If you're interested in this, please package winpdb-reborn To generate a diff of this commit: cvs rdiff -u -r1.3554 -r1.3555 pkgsrc/devel/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/devel/py-windbg/DESCR cvs rdiff -u -r1.21 -r0 pkgsrc/devel/py-windbg/Makefile cvs rdiff -u -r1.5 -r0 pkgsrc/devel/py-windbg/PLIST cvs rdiff -u -r1.4 -r0 pkgsrc/devel/py-windbg/distinfo cvs rdiff -u -r1.225 -r1.226 pkgsrc/doc/CHANGES-2022 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1642185725163640 Content-Disposition: inline Content-Length: 1251 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3554 pkgsrc/devel/Makefile:1.3555 --- pkgsrc/devel/Makefile:1.3554 Fri Jan 14 16:24:20 2022 +++ pkgsrc/devel/Makefile Fri Jan 14 18:42:05 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3554 2022/01/14 16:24:20 taca Exp $ +# $NetBSD: Makefile,v 1.3555 2022/01/14 18:42:05 wiz Exp $ # COMMENT= Development utilities @@ -2717,7 +2717,6 @@ SUBDIR+= py-wasm SUBDIR+= py-wcwidth SUBDIR+= py-wheel SUBDIR+= py-whichcraft -SUBDIR+= py-windbg SUBDIR+= py-wrapt SUBDIR+= py-xbe SUBDIR+= py-xdg Index: pkgsrc/doc/CHANGES-2022 diff -u pkgsrc/doc/CHANGES-2022:1.225 pkgsrc/doc/CHANGES-2022:1.226 --- pkgsrc/doc/CHANGES-2022:1.225 Fri Jan 14 16:24:59 2022 +++ pkgsrc/doc/CHANGES-2022 Fri Jan 14 18:42:05 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.225 2022/01/14 16:24:59 taca Exp $ +$NetBSD: CHANGES-2022,v 1.226 2022/01/14 18:42:05 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -297,3 +297,4 @@ Changes to the packages collection and i Updated devel/ruby-iruby to 0.7.0nb1 [taca 2022-01-14] Updated www/termtter to 2.2.8nb1 [taca 2022-01-14] Removed devel/ruby-fiddle [taca 2022-01-14] + Removed devel/py-windbg [wiz 2022-01-14] --_----------=_1642185725163640--