Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 13C7884E9B for ; Sat, 7 Oct 2023 21:22:17 +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 D_s1SEAQX2sJ for ; Sat, 7 Oct 2023 21:22:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9EAC684D54 for ; Sat, 7 Oct 2023 21:22:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9B72DFADC; Sat, 7 Oct 2023 21:22:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169671373683160" MIME-Version: 1.0 Date: Sat, 7 Oct 2023 21:22:16 +0000 From: "pin" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20231007212216.9B72DFADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169671373683160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Sat Oct 7 21:22:16 UTC 2023 Modified Files: pkgsrc/devel: Makefile Log Message: Add cargo-outdated To generate a diff of this commit: cvs rdiff -u -r1.4063 -r1.4064 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169671373683160 Content-Disposition: inline Content-Length: 575 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4063 pkgsrc/devel/Makefile:1.4064 --- pkgsrc/devel/Makefile:1.4063 Thu Sep 21 04:37:32 2023 +++ pkgsrc/devel/Makefile Sat Oct 7 21:22:16 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4063 2023/09/21 04:37:32 wiz Exp $ +# $NetBSD: Makefile,v 1.4064 2023/10/07 21:22:16 pin Exp $ # COMMENT= Development utilities @@ -206,6 +206,7 @@ SUBDIR+= capstone SUBDIR+= cargo-binutils SUBDIR+= cargo-bloat SUBDIR+= cargo-c +SUBDIR+= cargo-outdated SUBDIR+= catch SUBDIR+= catch2 SUBDIR+= cbindgen --_----------=_169671373683160--