Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=HPYIPBmh; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=lUxhlsxZ Received: by mail.netbsd.org (Postfix, from userid 605) id 481DF84EBD; Thu, 28 Mar 2024 12:05:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711627518; bh=KKUojPT3iE0eI2XwExMZQ6WmBfduetXqh0ggVSA/vxc=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=HPYIPBmhB81ApNWeLWNygkh7PteqIoULxFr3TzcJwWfqTugwCmi3xp1KxlSLlQ2hz crYd4scZlkaVfoBJ6UcT9jvZn861WmzYmlL7X4/8dvZIAfh6BdWddIpMPhhmxjHpms aj1420TFsnWVmrDxlancSXzKaPW3BK+WPVJPgBmI= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3694884EBD for ; Thu, 28 Mar 2024 12:05:17 +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 BcjBRfvXup8P for ; Thu, 28 Mar 2024 12:05:16 +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 8992B84CD9 for ; Thu, 28 Mar 2024 12:05:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711627516; bh=KKUojPT3iE0eI2XwExMZQ6WmBfduetXqh0ggVSA/vxc=; h=Date:From:Subject:To:Reply-To; b=lUxhlsxZOqDnpbOyzyEVOTM0EtVLPXXrPYqzfeWmwdi/WRyPa3bA8C3zbHDPv91yj 0mLewEh9TTpP0QCVoqckRf7ZM4NT/IwFPKCEDFI5/PaX0Z4TR6qQPTImjB3dT3qLdu x+Y4l3D43TpnKNNvsdGJhGdLsHeaDXB9aN1czurY= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 83CADFA2C; Thu, 28 Mar 2024 12:05:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1711627516174940" MIME-Version: 1.0 Date: Thu, 28 Mar 2024 12:05:16 +0000 From: "pin" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240328120516.83CADFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1711627516174940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Thu Mar 28 12:05:16 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated games/chess-tui to 1.2.1 To generate a diff of this commit: cvs rdiff -u -r1.2129 -r1.2130 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1711627516174940 Content-Disposition: inline Content-Length: 741 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.2129 pkgsrc/doc/CHANGES-2024:1.2130 --- pkgsrc/doc/CHANGES-2024:1.2129 Wed Mar 27 23:26:38 2024 +++ pkgsrc/doc/CHANGES-2024 Thu Mar 28 12:05:16 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2129 2024/03/27 23:26:38 js Exp $ +$NetBSD: CHANGES-2024,v 1.2130 2024/03/28 12:05:16 pin Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3627,3 +3627,4 @@ Changes to the packages collection and i Updated cross/i586-pc-msdosdjgpp-gcc to 13.2.0 [js 2024-03-27] Updated cross/ppc-morphos-binutils to 2.40 [js 2024-03-27] Updated cross/ppc-morphos-gcc-11 to 11.3.0 [js 2024-03-27] + Updated games/chess-tui to 1.2.1 [pin 2024-03-28] --_----------=_1711627516174940--