Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=XedSq1QA; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=I4T0WJbs Received: by mail.netbsd.org (Postfix, from userid 605) id 8061C84D51; Sun, 21 Apr 2024 08:55:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713689720; bh=s77qT4DDRAuTqkycucztafAM2xrMOCsukx9lTrhCLPY=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=XedSq1QAx5stQ9d3OqAiI+JKbt9bJs/6Zqpvb4Um3R6K7Rn8ZawpX5Y+U/4FjTube 3qKFuY2YF3Jt9GhkfvgxySYyyVoNs1n4PeXqtnX2uVqUpLoo24ASrAUJadOChuS6Lq Ck/9yGMS/x2cejh2EQgzrEu6RjSLoZ7AtJmy8sh0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 712CD84D4A for ; Sun, 21 Apr 2024 08:55:19 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id xs-E2myAhnqM for ; Sun, 21 Apr 2024 08:55:19 +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 C026084D26 for ; Sun, 21 Apr 2024 08:55:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713689719; bh=s77qT4DDRAuTqkycucztafAM2xrMOCsukx9lTrhCLPY=; h=Date:From:Subject:To:Reply-To; b=I4T0WJbsmmBkGWbYlJPUVPe6+7fFqYL0YQSnTYUmRNPsLXO0jxVT7IjV74fJMZPQT cuT3KGWt9MkcUTX7fCXZIL6HgwiQsvRo48QYw13sqpvBouMlph6EUODoSfGKkU6Yj9 mTaARGvKHInDMR0jRrd1SukdHc82qrEH+TU4anmI= Received: by cvs.NetBSD.org (Postfix, from userid 500) id BB0BEFA2C; Sun, 21 Apr 2024 08:55:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1713689718220130" MIME-Version: 1.0 Date: Sun, 21 Apr 2024 08:55:18 +0000 From: "Iku Iwasa" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: iquiw@netbsd.org X-Mailer: log_accum Message-Id: <20240421085518.BB0BEFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1713689718220130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: iquiw Date: Sun Apr 21 08:55:18 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated sysutils/fzf to 0.50.0 To generate a diff of this commit: cvs rdiff -u -r1.2618 -r1.2619 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1713689718220130 Content-Disposition: inline Content-Length: 734 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.2618 pkgsrc/doc/CHANGES-2024:1.2619 --- pkgsrc/doc/CHANGES-2024:1.2618 Sun Apr 21 07:31:32 2024 +++ pkgsrc/doc/CHANGES-2024 Sun Apr 21 08:55:18 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2618 2024/04/21 07:31:32 adam Exp $ +$NetBSD: CHANGES-2024,v 1.2619 2024/04/21 08:55:18 iquiw Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4323,3 +4323,4 @@ Changes to the packages collection and i Updated textproc/p5-Text-CSV_XS to 1.54 [wiz 2024-04-21] Updated devel/py-scikit-build-core to 0.9.2 [adam 2024-04-21] Updated devel/py-pluggy to 1.5.0 [adam 2024-04-21] + Updated sysutils/fzf to 0.50.0 [iquiw 2024-04-21] --_----------=_1713689718220130--