Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 722828527D for ; Mon, 13 Nov 2023 23:21:47 +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 407-QDx0QsVa for ; Mon, 13 Nov 2023 23:21:46 +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 DE44384E62 for ; Mon, 13 Nov 2023 23:21:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D830CFA3D; Mon, 13 Nov 2023 23:21:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169991770679600" MIME-Version: 1.0 Date: Mon, 13 Nov 2023 23:21: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: <20231113232146.D830CFA3D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169991770679600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Nov 13 23:21:46 UTC 2023 Modified Files: pkgsrc/devel: Makefile pkgsrc/doc: CHANGES-2023 Removed Files: pkgsrc/devel/libbonobo: DESCR Makefile PLIST buildlink3.mk distinfo pkgsrc/devel/libbonobo/patches: patch-aa patch-ab patch-activation-server_Makefile.in Log Message: libbonobo: remove Old Gnome 2 support library, now unused in pkgsrc. To generate a diff of this commit: cvs rdiff -u -r1.4124 -r1.4125 pkgsrc/devel/Makefile cvs rdiff -u -r1.3 -r0 pkgsrc/devel/libbonobo/DESCR cvs rdiff -u -r1.97 -r0 pkgsrc/devel/libbonobo/Makefile cvs rdiff -u -r1.26 -r0 pkgsrc/devel/libbonobo/PLIST cvs rdiff -u -r1.35 -r0 pkgsrc/devel/libbonobo/buildlink3.mk cvs rdiff -u -r1.36 -r0 pkgsrc/devel/libbonobo/distinfo cvs rdiff -u -r1.7 -r0 pkgsrc/devel/libbonobo/patches/patch-aa cvs rdiff -u -r1.4 -r0 pkgsrc/devel/libbonobo/patches/patch-ab cvs rdiff -u -r1.1 -r0 \ pkgsrc/devel/libbonobo/patches/patch-activation-server_Makefile.in cvs rdiff -u -r1.6931 -r1.6932 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169991770679600 Content-Disposition: inline Content-Length: 1294 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4124 pkgsrc/devel/Makefile:1.4125 --- pkgsrc/devel/Makefile:1.4124 Mon Nov 13 19:50:11 2023 +++ pkgsrc/devel/Makefile Mon Nov 13 23:21:46 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4124 2023/11/13 19:50:11 wiz Exp $ +# $NetBSD: Makefile,v 1.4125 2023/11/13 23:21:46 wiz Exp $ # COMMENT= Development utilities @@ -881,7 +881,6 @@ SUBDIR+= libatomic_ops SUBDIR+= libbegemot SUBDIR+= libbinio SUBDIR+= libblkid -SUBDIR+= libbonobo SUBDIR+= libbsd SUBDIR+= libcbor SUBDIR+= libcerf Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.6931 pkgsrc/doc/CHANGES-2023:1.6932 --- pkgsrc/doc/CHANGES-2023:1.6931 Mon Nov 13 23:16:46 2023 +++ pkgsrc/doc/CHANGES-2023 Mon Nov 13 23:21:46 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.6931 2023/11/13 23:16:46 gutteridge Exp $ +$NetBSD: CHANGES-2023,v 1.6932 2023/11/13 23:21:46 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -9984,3 +9984,4 @@ Changes to the packages collection and i Updated databases/postgresql15 to 15.5 [adam 2023-11-13] Updated databases/postgresql16 to 16.1 [adam 2023-11-13] Added sysutils/lxqt-menu-data version 1.4.1 [gutteridge 2023-11-13] + Removed devel/libbonobo [wiz 2023-11-13] --_----------=_169991770679600--