Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=dCtpXtVb; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=GkLLLRR/ Received: by mail.netbsd.org (Postfix, from userid 605) id 54E1D84D8C; Sun, 24 Mar 2024 14:19:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711289957; bh=Tg2Tkeih2TwNEyFt/4cCMh6QGdrIxBD6waYmxi+WjZI=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=dCtpXtVbWx7jvWJF+E7iT22J7+Jkue8gspUk9bJt8pfwAFHlDiK3OQoCtWkOnrtuV XuMQIxmyGKv2eEa2LWxBZrcfIUR+fcwDuv1VWOm0Vc7gBBSIsWQUrozWWx/yAnOxGq 2h98I0DDtJw24WWBmjCLBWkIMr1P06gUUhJBDPH4= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 46B8B84D68 for ; Sun, 24 Mar 2024 14:19:16 +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 4xn7xYfThI41 for ; Sun, 24 Mar 2024 14:19:15 +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 9A62D84D1D for ; Sun, 24 Mar 2024 14:19:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711289955; bh=Tg2Tkeih2TwNEyFt/4cCMh6QGdrIxBD6waYmxi+WjZI=; h=Date:From:Subject:To:Reply-To; b=GkLLLRR/pgRz/H1e/5AaTSlWlmhSeg7WS5UvKo9Rw2CHG2OBfYCa6j4KQ+TN0YOPc bpWtlevBS24xC9Be8ngMPuiIT5xUYc8iR9tleSW616ZI9dD90gkp3f8IPB46MGDvWK 1f6DaGLVXVS6DjSr7VBnbkySHdFrwZvL22QLtkJw= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8E7AEFA2C; Sun, 24 Mar 2024 14:19:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171128995550770" MIME-Version: 1.0 Date: Sun, 24 Mar 2024 14:19:15 +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: <20240324141915.8E7AEFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171128995550770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Mar 24 14:19:15 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated devel/ruby-term-ansicolor to 1.7.2 To generate a diff of this commit: cvs rdiff -u -r1.2064 -r1.2065 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171128995550770 Content-Disposition: inline Content-Length: 751 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.2064 pkgsrc/doc/CHANGES-2024:1.2065 --- pkgsrc/doc/CHANGES-2024:1.2064 Sun Mar 24 14:14:57 2024 +++ pkgsrc/doc/CHANGES-2024 Sun Mar 24 14:19:15 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2064 2024/03/24 14:14:57 taca Exp $ +$NetBSD: CHANGES-2024,v 1.2065 2024/03/24 14:19:15 taca Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3548,3 +3548,4 @@ Changes to the packages collection and i Updated devel/ruby-minitest to 5.22.3 [taca 2024-03-24] Updated devel/ruby-rspec-rails to 6.1.2 [taca 2024-03-24] Updated devel/ruby-shoulda-matchers to 6.2.0 [taca 2024-03-24] + Updated devel/ruby-term-ansicolor to 1.7.2 [taca 2024-03-24] --_----------=_171128995550770--