Received: by mail.netbsd.org (Postfix, from userid 605) id 95D2384E74; Sat, 24 Sep 2022 06:18:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C583F84D8A for ; Sat, 24 Sep 2022 06:18:44 +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 zE-CxH9hC0hw for ; Sat, 24 Sep 2022 06:18:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3B6AF84D66 for ; Sat, 24 Sep 2022 06:18:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2FADFFA90; Sat, 24 Sep 2022 06:18:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1664000324174730" MIME-Version: 1.0 Date: Sat, 24 Sep 2022 06:18:44 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220924061844.2FADFFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1664000324174730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Sep 24 06:18:44 UTC 2022 Modified Files: pkgsrc/devel: Makefile pkgsrc/doc: CHANGES-2022 Removed Files: pkgsrc/devel/adacurses: DESCR Makefile PLIST distinfo pkgsrc/devel/adacurses/files: adacurses.gpr.in Log Message: adacurses: remove Does not build in any bulk builds I could find, no users in pkgsrc To generate a diff of this commit: cvs rdiff -u -r1.3800 -r1.3801 pkgsrc/devel/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/devel/adacurses/DESCR cvs rdiff -u -r1.6 -r0 pkgsrc/devel/adacurses/Makefile cvs rdiff -u -r1.3 -r0 pkgsrc/devel/adacurses/PLIST \ pkgsrc/devel/adacurses/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/devel/adacurses/files/adacurses.gpr.in cvs rdiff -u -r1.4654 -r1.4655 pkgsrc/doc/CHANGES-2022 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1664000324174730 Content-Disposition: inline Content-Length: 1212 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3800 pkgsrc/devel/Makefile:1.3801 --- pkgsrc/devel/Makefile:1.3800 Thu Sep 22 09:53:49 2022 +++ pkgsrc/devel/Makefile Sat Sep 24 06:18:43 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3800 2022/09/22 09:53:49 wiz Exp $ +# $NetBSD: Makefile,v 1.3801 2022/09/24 06:18:43 wiz Exp $ # COMMENT= Development utilities @@ -116,7 +116,6 @@ SUBDIR+= accerciser SUBDIR+= acme SUBDIR+= acr SUBDIR+= acunia-jam -SUBDIR+= adacurses SUBDIR+= adocman SUBDIR+= aegis SUBDIR+= afl Index: pkgsrc/doc/CHANGES-2022 diff -u pkgsrc/doc/CHANGES-2022:1.4654 pkgsrc/doc/CHANGES-2022:1.4655 --- pkgsrc/doc/CHANGES-2022:1.4654 Sat Sep 24 06:09:05 2022 +++ pkgsrc/doc/CHANGES-2022 Sat Sep 24 06:18:43 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.4654 2022/09/24 06:09:05 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.4655 2022/09/24 06:18:43 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -6848,3 +6848,4 @@ Changes to the packages collection and i Updated www/firefox102 to 102.3.0 [nia 2022-09-23] Removed editors/mule [wiz 2022-09-24] Removed mail/gnus [wiz 2022-09-24] + Removed devel/adacurses [wiz 2022-09-24] --_----------=_1664000324174730--