Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Tibc9o+X; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=LGtEjWCN Received: by mail.netbsd.org (Postfix, from userid 605) id 20D3E84D84; Tue, 2 Apr 2024 19:00:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712084421; bh=Su22vjV9xFTHcGDqkTOrj6r4LT5yAsts3sRBSYgDVtM=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Tibc9o+XmMEyAlrjuuA1MZr/vFGs7KP7wYKAiHA9Y1UHfVKxIJO7hhxGyBcHc+gzD ZoB8qP25BUVZgNBVjVr71seurNALVG9G6dkgvRZ+FD3BoICjEuuCBpN4omkzv5/iBG /mj7D/Q2W6K46+N5kxhGEk9LmbssQhHTOWImuPf0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1226984D6C for ; Tue, 2 Apr 2024 19:00:20 +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 a3KKiDgWdMUN for ; Tue, 2 Apr 2024 19:00: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 677E484CCC for ; Tue, 2 Apr 2024 19:00:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712084419; bh=Su22vjV9xFTHcGDqkTOrj6r4LT5yAsts3sRBSYgDVtM=; h=Date:From:Subject:To:Reply-To; b=LGtEjWCNA6fx8W8mEwCsLTsNHsByQIqCaijlQm5gIBYI9zKccNhRYV/Cxs812rt1E l8/BelQAkobN3uE2xyfvFgP51jdFeiCePc/GZes9rHbi0offP7Bw2mXo/2U+kZJKNg vEUKFXF1vGv77QDtPa7eXZkQ2snIb6dlAiuiRNiY= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 64032FA2C; Tue, 2 Apr 2024 19:00:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1712084419298420" MIME-Version: 1.0 Date: Tue, 2 Apr 2024 19:00:19 +0000 From: "Olaf Seibert" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: rhialto@netbsd.org X-Mailer: log_accum Message-Id: <20240402190019.64032FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1712084419298420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rhialto Date: Tue Apr 2 19:00:19 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Added lang/oorexx version 5.0.0 To generate a diff of this commit: cvs rdiff -u -r1.2164 -r1.2165 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1712084419298420 Content-Disposition: inline Content-Length: 733 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.2164 pkgsrc/doc/CHANGES-2024:1.2165 --- pkgsrc/doc/CHANGES-2024:1.2164 Tue Apr 2 18:30:27 2024 +++ pkgsrc/doc/CHANGES-2024 Tue Apr 2 19:00:19 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2164 2024/04/02 18:30:27 adam Exp $ +$NetBSD: CHANGES-2024,v 1.2165 2024/04/02 19:00:19 rhialto Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3676,3 +3676,4 @@ Changes to the packages collection and i Updated devel/py-jaraco.classes to 3.4.0 [adam 2024-04-02] Updated databases/py-mongo to 4.6.3 [adam 2024-04-02] Updated net/py-unearth to 0.15.1 [adam 2024-04-02] + Added lang/oorexx version 5.0.0 [rhialto 2024-04-02] --_----------=_1712084419298420--