Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 754CB84D84 for ; Mon, 26 Jun 2023 11:52:08 +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 ALDrCvQAyOBa for ; Mon, 26 Jun 2023 11:52:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EB53684CC8 for ; Mon, 26 Jun 2023 11:52:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E8C1BFA89; Mon, 26 Jun 2023 11:52:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687780327115320" MIME-Version: 1.0 Date: Mon, 26 Jun 2023 11:52:07 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230626115207.E8C1BFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687780327115320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jun 26 11:52:07 UTC 2023 Modified Files: pkgsrc/devel: Makefile pkgsrc/doc: CHANGES-2023 Removed Files: pkgsrc/devel/boa-constructor: DESCR Makefile PLIST distinfo pkgsrc/devel/boa-constructor/files: Boa.sh Log Message: boa-constructor: remove dead upstream since 2007 To generate a diff of this commit: cvs rdiff -u -r1.4020 -r1.4021 pkgsrc/devel/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/devel/boa-constructor/DESCR \ pkgsrc/devel/boa-constructor/PLIST cvs rdiff -u -r1.57 -r0 pkgsrc/devel/boa-constructor/Makefile cvs rdiff -u -r1.4 -r0 pkgsrc/devel/boa-constructor/distinfo cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/devel/boa-constructor/files/Boa.sh cvs rdiff -u -r1.4021 -r1.4022 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1687780327115320 Content-Disposition: inline Content-Length: 1223 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4020 pkgsrc/devel/Makefile:1.4021 --- pkgsrc/devel/Makefile:1.4020 Mon Jun 26 11:51:36 2023 +++ pkgsrc/devel/Makefile Mon Jun 26 11:52:07 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4020 2023/06/26 11:51:36 wiz Exp $ +# $NetBSD: Makefile,v 1.4021 2023/06/26 11:52:07 wiz Exp $ # COMMENT= Development utilities @@ -182,7 +182,6 @@ SUBDIR+= blosc SUBDIR+= blosc2 SUBDIR+= bmake SUBDIR+= bmkdep -SUBDIR+= boa-constructor SUBDIR+= boehm-gc SUBDIR+= boost-build SUBDIR+= boost-docs Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.4021 pkgsrc/doc/CHANGES-2023:1.4022 --- pkgsrc/doc/CHANGES-2023:1.4021 Mon Jun 26 11:51:36 2023 +++ pkgsrc/doc/CHANGES-2023 Mon Jun 26 11:52:07 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.4021 2023/06/26 11:51:36 wiz Exp $ +$NetBSD: CHANGES-2023,v 1.4022 2023/06/26 11:52:07 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -5588,3 +5588,4 @@ Changes to the packages collection and i Removed cad/boolean [wiz 2023-06-26] Removed cross/bossa [wiz 2023-06-26] Removed devel/ExmanIDE [wiz 2023-06-26] + Removed devel/boa-constructor [wiz 2023-06-26] --_----------=_1687780327115320--