Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Y1SkWVCS; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=V2c21RVL Received: by mail.netbsd.org (Postfix, from userid 605) id E39D784F81; Sun, 12 May 2024 16:22:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715530961; bh=ES6U4qACiD7k4L+uC7uLAAltgUUlNHCFhtbBkmvOGoo=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Y1SkWVCSjQIekLrOGmXkHzG3qYDqN2HP/Nv7TWghNNbt0oDmmVJRqXvrCof50uwi6 ZoUEE1xnD9ddY504TrCwqXJAi8g8zj4J76jAXGrNUVLSlHcaMS2q6453ycZRID8AMO vqkx8fgprE00qkvSAekVmvYc6sHVYcIq2KSSlUuU= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D477484F75 for ; Sun, 12 May 2024 16:22:39 +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 ey8_PFUuJpGS for ; Sun, 12 May 2024 16:22:39 +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 34D8084CD9 for ; Sun, 12 May 2024 16:22:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715530959; bh=ES6U4qACiD7k4L+uC7uLAAltgUUlNHCFhtbBkmvOGoo=; h=Date:From:Subject:To:Reply-To; b=V2c21RVLFbbH+3mABMLyqm0g/Plu4rOgKEDn5yvZUPubwnehm/TzkbO9iSp1zKdie +eibTF3pVmIryQxCuL4emNayfpe+RplMYCBKHPzcIQXxmlvwZ4R7bTO7eUFBqZG3hl Vu5CDYHyUyhekROmq/oAwqFBT8owt6/BtcwadBM0= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2F89EFA2C; Sun, 12 May 2024 16:22:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171553095942810" MIME-Version: 1.0 Date: Sun, 12 May 2024 16:22:39 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20240512162239.2F89EFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171553095942810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun May 12 16:22:39 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated time/ruby-hitimes to 3.0.0 To generate a diff of this commit: cvs rdiff -u -r1.3363 -r1.3364 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171553095942810 Content-Disposition: inline Content-Length: 745 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.3363 pkgsrc/doc/CHANGES-2024:1.3364 --- pkgsrc/doc/CHANGES-2024:1.3363 Sun May 12 16:20:28 2024 +++ pkgsrc/doc/CHANGES-2024 Sun May 12 16:22:38 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3363 2024/05/12 16:20:28 taca Exp $ +$NetBSD: CHANGES-2024,v 1.3364 2024/05/12 16:22:38 taca Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5290,3 +5290,4 @@ Changes to the packages collection and i Updated sysutils/ruby-facter to 4.7.0 [taca 2024-05-12] Updated textproc/ruby-kramdown-rfc2629 to 1.7.11 [taca 2024-05-12] Updated textproc/ruby-review to 5.9.0 [taca 2024-05-12] + Updated time/ruby-hitimes to 3.0.0 [taca 2024-05-12] --_----------=_171553095942810--