Received: by mail.netbsd.org (Postfix, from userid 605) id E438F84F73; Sat, 10 Feb 2024 21:48:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707601720; bh=BY+TUdmTvI7ap72v/BZh2tyvuURGe3aO5C1cxVJGPtU=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=gliborEPWxm8TiNZDqNgmVNe31nybG9vmqKrO9iXhN0gQyEg1XS5viXtD04V5Ledd UWFKSvbzVKHoKdBg7v3N2lKOPI1h/NksAg5mk5ZfBay0D37X7hcHGBCxIygBRtcmqo aTMHVbLoRuGtXiPYKpiL38Pog7pkAhfOnWiwAyCM= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D5F6984DB9 for ; Sat, 10 Feb 2024 21:48:38 +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 l2c3t6OIrsuw for ; Sat, 10 Feb 2024 21:48:38 +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 66D1984D05 for ; Sat, 10 Feb 2024 21:48:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707601718; bh=BY+TUdmTvI7ap72v/BZh2tyvuURGe3aO5C1cxVJGPtU=; h=Date:From:Subject:To:Reply-To; b=kqJyx8wOi+vTM9/zP3SimYXQQ0khcAm422DuhPXGdPNEcPiSszD3Qz5Y1/dfvIPVK zxcs0Fr2RSj6KoVDS6M26Cp3wWCR7HXuANpXz6+tcjVpIeU4TgEgmc8Hu7D49Mb2mU 6jLC/mRrbVwjMwRAVvfAXa3N853GOjq6N4fy4/uU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 601B3FA42; Sat, 10 Feb 2024 21:48:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170760171853420" MIME-Version: 1.0 Date: Sat, 10 Feb 2024 21:48:38 +0000 From: "pin" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240210214838.601B3FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170760171853420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Sat Feb 10 21:48:38 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated sysutils/parallel-disk-usage to 0.9.1 To generate a diff of this commit: cvs rdiff -u -r1.1151 -r1.1152 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170760171853420 Content-Disposition: inline Content-Length: 721 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.1151 pkgsrc/doc/CHANGES-2024:1.1152 --- pkgsrc/doc/CHANGES-2024:1.1151 Sat Feb 10 21:47:32 2024 +++ pkgsrc/doc/CHANGES-2024 Sat Feb 10 21:48:38 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1151 2024/02/10 21:47:32 pin Exp $ +$NetBSD: CHANGES-2024,v 1.1152 2024/02/10 21:48:38 pin Exp $ Changes to the packages collection and infrastructure in 2024: @@ -1902,3 +1902,4 @@ Changes to the packages collection and i Updated devel/bacon to 2.14.2 [pin 2024-02-10] Updated devel/cargo-c to 0.9.30 [pin 2024-02-10] Updated graphics/gifski to 1.14.4 [pin 2024-02-10] + Updated sysutils/parallel-disk-usage to 0.9.1 [pin 2024-02-10] --_----------=_170760171853420--