Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DBDCE8509B for ; Mon, 13 Nov 2023 18:58: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 aIYen01OZi9K for ; Mon, 13 Nov 2023 18:58:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 53C1E84E53 for ; Mon, 13 Nov 2023 18:58:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 50C16FA3D; Mon, 13 Nov 2023 18:58:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699901926249520" MIME-Version: 1.0 Date: Mon, 13 Nov 2023 18:58:46 +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: <20231113185846.50C16FA3D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699901926249520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Nov 13 18:58:46 UTC 2023 Modified Files: pkgsrc/devel: Makefile pkgsrc/doc: CHANGES-2023 Removed Files: pkgsrc/devel/at-spi: DESCR Makefile PLIST buildlink3.mk distinfo pkgsrc/devel/at-spi/patches: patch-aa patch-ab Log Message: at-spi: remove Old Gnome 2 library, now unused in pkgsrc. To generate a diff of this commit: cvs rdiff -u -r1.4122 -r1.4123 pkgsrc/devel/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/devel/at-spi/DESCR cvs rdiff -u -r1.102 -r0 pkgsrc/devel/at-spi/Makefile cvs rdiff -u -r1.27 -r0 pkgsrc/devel/at-spi/PLIST cvs rdiff -u -r1.63 -r0 pkgsrc/devel/at-spi/buildlink3.mk cvs rdiff -u -r1.34 -r0 pkgsrc/devel/at-spi/distinfo cvs rdiff -u -r1.11 -r0 pkgsrc/devel/at-spi/patches/patch-aa cvs rdiff -u -r1.3 -r0 pkgsrc/devel/at-spi/patches/patch-ab cvs rdiff -u -r1.6925 -r1.6926 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699901926249520 Content-Disposition: inline Content-Length: 1225 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4122 pkgsrc/devel/Makefile:1.4123 --- pkgsrc/devel/Makefile:1.4122 Mon Nov 13 18:57:57 2023 +++ pkgsrc/devel/Makefile Mon Nov 13 18:58:45 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4122 2023/11/13 18:57:57 wiz Exp $ +# $NetBSD: Makefile,v 1.4123 2023/11/13 18:58:45 wiz Exp $ # COMMENT= Development utilities @@ -151,7 +151,6 @@ SUBDIR+= aslc86k SUBDIR+= asm2html SUBDIR+= asmfmt SUBDIR+= astyle -SUBDIR+= at-spi SUBDIR+= at-spi2-atk SUBDIR+= at-spi2-core SUBDIR+= atf Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.6925 pkgsrc/doc/CHANGES-2023:1.6926 --- pkgsrc/doc/CHANGES-2023:1.6925 Mon Nov 13 18:57:57 2023 +++ pkgsrc/doc/CHANGES-2023 Mon Nov 13 18:58:45 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.6925 2023/11/13 18:57:57 wiz Exp $ +$NetBSD: CHANGES-2023,v 1.6926 2023/11/13 18:58:45 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -9972,3 +9972,4 @@ Changes to the packages collection and i Updated devel/alex to 3.4.0.1 [wiz 2023-11-13] Removed devel/libbonoboui [wiz 2023-11-13] Removed devel/libgnomemm [wiz 2023-11-13] + Removed devel/at-spi [wiz 2023-11-13] --_----------=_1699901926249520--