Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0129384E6F for ; Fri, 22 Dec 2023 16:42:00 +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 uK_Y_qjbdZZf for ; Fri, 22 Dec 2023 16:41:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4BF8284CCF for ; Fri, 22 Dec 2023 16:41:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 48BB8FA42; Fri, 22 Dec 2023 16:41:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170326331967080" MIME-Version: 1.0 Date: Fri, 22 Dec 2023 16:41:59 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231222164159.48BB8FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170326331967080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Dec 22 16:41:58 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 TODO Log Message: doc: note cargo-modules downgrade To generate a diff of this commit: cvs rdiff -u -r1.7788 -r1.7789 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.23798 -r1.23799 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170326331967080 Content-Disposition: inline Content-Length: 1360 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.7788 pkgsrc/doc/CHANGES-2023:1.7789 --- pkgsrc/doc/CHANGES-2023:1.7788 Fri Dec 22 13:25:10 2023 +++ pkgsrc/doc/CHANGES-2023 Fri Dec 22 16:41:58 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.7788 2023/12/22 13:25:10 wiz Exp $ +$NetBSD: CHANGES-2023,v 1.7789 2023/12/22 16:41:58 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -11091,3 +11091,4 @@ Changes to the packages collection and i Updated graphics/opencv-contrib-face to 3.4.17 [thor 2023-12-22] Updated mail/neomutt to 20231221 [wiz 2023-12-22] Updated devel/py-nihtest to 1.3.0 [wiz 2023-12-22] + Downgraded devel/cargo-modules to 0.12.0 [wiz 2023-12-22] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.23798 pkgsrc/doc/TODO:1.23799 --- pkgsrc/doc/TODO:1.23798 Thu Dec 21 22:28:59 2023 +++ pkgsrc/doc/TODO Fri Dec 22 16:41:58 2023 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.23798 2023/12/21 22:28:59 wiz Exp $ +$NetBSD: TODO,v 1.23799 2023/12/22 16:41:58 wiz Exp $ Suggested new packages ====================== @@ -512,6 +512,7 @@ For possible Perl packages updates, see o camlp4-4.12 o carbons-purple-0.2.3 o cardboard-schedule-1.14c [at http://www.bright-green.com/downloads/] + o cargo-modules-0.13.1 [needs rust 1.74] o cddbd-1.5.2 o cdrdao-1.2.5 o cdrkit-1.1.10 --_----------=_170326331967080--