Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 946E084D28 for ; Sat, 4 Nov 2023 12:16:36 +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 OjfnTf0t_HTN for ; Sat, 4 Nov 2023 12:16:36 +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 03FE684CE2 for ; Sat, 4 Nov 2023 12:16:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 01598FA2B; Sat, 4 Nov 2023 12:16:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169910019594780" MIME-Version: 1.0 Date: Sat, 4 Nov 2023 12:16:35 +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: <20231104121636.01598FA2B@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169910019594780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Nov 4 12:16:35 UTC 2023 Modified Files: pkgsrc/devel: Makefile pkgsrc/doc: CHANGES-2023 TODO Removed Files: pkgsrc/devel/libgnomeuimm: DESCR Makefile PLIST buildlink3.mk distinfo pkgsrc/devel/libgnomeuimm/patches: patch-examples_iconlist_iconlist.cc Log Message: libgnomeuimm: remove Unused, part of gnome 2. To generate a diff of this commit: cvs rdiff -u -r1.4110 -r1.4111 pkgsrc/devel/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/devel/libgnomeuimm/DESCR cvs rdiff -u -r1.88 -r0 pkgsrc/devel/libgnomeuimm/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/devel/libgnomeuimm/PLIST cvs rdiff -u -r1.73 -r0 pkgsrc/devel/libgnomeuimm/buildlink3.mk cvs rdiff -u -r1.14 -r0 pkgsrc/devel/libgnomeuimm/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/devel/libgnomeuimm/patches/patch-examples_iconlist_iconlist.cc cvs rdiff -u -r1.6590 -r1.6591 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.23533 -r1.23534 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169910019594780 Content-Disposition: inline Content-Length: 1835 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4110 pkgsrc/devel/Makefile:1.4111 --- pkgsrc/devel/Makefile:1.4110 Sat Nov 4 12:11:44 2023 +++ pkgsrc/devel/Makefile Sat Nov 4 12:16:34 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4110 2023/11/04 12:11:44 wiz Exp $ +# $NetBSD: Makefile,v 1.4111 2023/11/04 12:16:34 wiz Exp $ # COMMENT= Development utilities @@ -936,7 +936,6 @@ SUBDIR+= libglademm SUBDIR+= libgnome SUBDIR+= libgnomemm SUBDIR+= libgnomeui -SUBDIR+= libgnomeuimm SUBDIR+= libgnt SUBDIR+= libgphoto2 SUBDIR+= libgsf Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.6590 pkgsrc/doc/CHANGES-2023:1.6591 --- pkgsrc/doc/CHANGES-2023:1.6590 Sat Nov 4 12:15:52 2023 +++ pkgsrc/doc/CHANGES-2023 Sat Nov 4 12:16:34 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.6590 2023/11/04 12:15:52 wiz Exp $ +$NetBSD: CHANGES-2023,v 1.6591 2023/11/04 12:16:34 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -9579,3 +9579,4 @@ Changes to the packages collection and i Removed x11/py-gnome2-extras [wiz 2023-11-04] Removed x11/py-gnome2 [wiz 2023-11-04] Removed sysutils/gcdmaster [wiz 2023-11-04] + Removed devel/libgnomeuimm [wiz 2023-11-04] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.23533 pkgsrc/doc/TODO:1.23534 --- pkgsrc/doc/TODO:1.23533 Sat Nov 4 09:16:02 2023 +++ pkgsrc/doc/TODO Sat Nov 4 12:16:34 2023 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.23533 2023/11/04 09:16:02 wiz Exp $ +$NetBSD: TODO,v 1.23534 2023/11/04 12:16:34 wiz Exp $ Suggested new packages ====================== @@ -522,6 +522,7 @@ For possible Perl packages updates, see o carbons-purple-0.2.3 o cardboard-schedule-1.14c [at http://www.bright-green.com/downloads/] o cddbd-1.5.2 + o cdrdao-1.2.5 o cdrkit-1.1.10 o ce-doc-4.8 o ce-x11-4.8 --_----------=_169910019594780--