Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 14F8985292 for ; Tue, 14 Nov 2023 01:05:02 +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 7ZSID7rxbd0J for ; Tue, 14 Nov 2023 01:05:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8764984EF3 for ; Tue, 14 Nov 2023 01:05:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 84A8AFA3D; Tue, 14 Nov 2023 01:05:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699923901230050" MIME-Version: 1.0 Date: Tue, 14 Nov 2023 01:05:01 +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: <20231114010501.84A8AFA3D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699923901230050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Nov 14 01:05:01 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 pkgsrc/graphics: Makefile Removed Files: pkgsrc/graphics/libgnomecanvasmm: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: libgnomecanvasmm: remove Gnome 2 support library, now unused in pkgsrc. To generate a diff of this commit: cvs rdiff -u -r1.6944 -r1.6945 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.1026 -r1.1027 pkgsrc/graphics/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/graphics/libgnomecanvasmm/DESCR cvs rdiff -u -r1.64 -r0 pkgsrc/graphics/libgnomecanvasmm/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/graphics/libgnomecanvasmm/PLIST cvs rdiff -u -r1.55 -r0 pkgsrc/graphics/libgnomecanvasmm/buildlink3.mk cvs rdiff -u -r1.11 -r0 pkgsrc/graphics/libgnomecanvasmm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699923901230050 Content-Disposition: inline Content-Length: 1322 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.6944 pkgsrc/doc/CHANGES-2023:1.6945 --- pkgsrc/doc/CHANGES-2023:1.6944 Tue Nov 14 01:04:00 2023 +++ pkgsrc/doc/CHANGES-2023 Tue Nov 14 01:05:00 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.6944 2023/11/14 01:04:00 gutteridge Exp $ +$NetBSD: CHANGES-2023,v 1.6945 2023/11/14 01:05:00 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -9998,3 +9998,4 @@ Changes to the packages collection and i Removed audio/gtkpod [wiz 2023-11-14] Updated archivers/lxqt-archiver to 0.9.0 [gutteridge 2023-11-14] Updated graphics/lximage-qt to 1.4.0 [gutteridge 2023-11-14] + Removed graphics/libgnomecanvasmm [wiz 2023-11-14] Index: pkgsrc/graphics/Makefile diff -u pkgsrc/graphics/Makefile:1.1026 pkgsrc/graphics/Makefile:1.1027 --- pkgsrc/graphics/Makefile:1.1026 Mon Nov 13 23:47:37 2023 +++ pkgsrc/graphics/Makefile Tue Nov 14 01:05:01 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1026 2023/11/13 23:47:37 wiz Exp $ +# $NetBSD: Makefile,v 1.1027 2023/11/14 01:05:01 wiz Exp $ # COMMENT= Graphics tools and libraries @@ -338,7 +338,6 @@ SUBDIR+= libgii SUBDIR+= libgiigic SUBDIR+= libgltf SUBDIR+= libgnomecanvas -SUBDIR+= libgnomecanvasmm SUBDIR+= libheif SUBDIR+= libhighway SUBDIR+= libimagequant --_----------=_1699923901230050--