Received: by mail.netbsd.org (Postfix, from userid 605) id 687F784EBC; Tue, 13 Feb 2024 08:08:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707811723; bh=XZN3tI+8onlkEXbpWB6rEV8HXaLenVBS4Bnu3KNTTs0=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=dik6JCPi1oBCTRpUo3G2gWFFIzZlnxqguJiJh7JHKATA3A5dUWWU4aUPx5Qy5xNoB gFY+2Izk8xxJc1uZY9iKq1J38Voq7GyYPZqrSLN8pKBM4PV032PHlpIZwtp3tN5Uzj 7diYqxnDy+arKCctiaE9MbP5FdKlMVrTmUQ51XjY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5C08384E69 for ; Tue, 13 Feb 2024 08:08:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 3eoZJK4uqm7h for ; Tue, 13 Feb 2024 08:08:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 953F384D1D for ; Tue, 13 Feb 2024 08:08:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707811721; bh=XZN3tI+8onlkEXbpWB6rEV8HXaLenVBS4Bnu3KNTTs0=; h=Date:From:Subject:To:Reply-To; b=ULMN/dDfiGU804Jvoi1ahVDjuSHOBDJvH/tCBhx4jFkbtua5sQeLCdJNTC1IFq8qt bvNp4eolZEDmt6Qrlb8XLv0YV3xaL+wtwMh46MsJRszP2hT3AJ6cYMYTu8y980GcGV 1Pp30+hs7KAbQb+iJ4lcwcB3epiebLb2O5a3Dl4s= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 914FDF9E7; Tue, 13 Feb 2024 08:08:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170781172119770" MIME-Version: 1.0 Date: Tue, 13 Feb 2024 08:08:41 +0000 From: "pin" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240213080841.914FDF9E7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170781172119770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Tue Feb 13 08:08:41 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated sysutils/zoxide to 0.9.3 To generate a diff of this commit: cvs rdiff -u -r1.1209 -r1.1210 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170781172119770 Content-Disposition: inline Content-Length: 729 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.1209 pkgsrc/doc/CHANGES-2024:1.1210 --- pkgsrc/doc/CHANGES-2024:1.1209 Tue Feb 13 08:07:38 2024 +++ pkgsrc/doc/CHANGES-2024 Tue Feb 13 08:08:41 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1209 2024/02/13 08:07:38 pin Exp $ +$NetBSD: CHANGES-2024,v 1.1210 2024/02/13 08:08:41 pin Exp $ Changes to the packages collection and infrastructure in 2024: @@ -1991,3 +1991,4 @@ Changes to the packages collection and i Updated textproc/py-black to 24.2.0 [adam 2024-02-13] Updated graphics/py-tifffile to 2024.2.12 [adam 2024-02-13] Updated shells/oh-my-posh to 19.10.0 [pin 2024-02-13] + Updated sysutils/zoxide to 0.9.3 [pin 2024-02-13] --_----------=_170781172119770--