Received: by mail.netbsd.org (Postfix, from userid 605) id 239DF84EB1; Thu, 6 Apr 2023 12:12:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 51D3C84EAC for ; Thu, 6 Apr 2023 12:12:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 bYY2MayUgg9F for ; Thu, 6 Apr 2023 12:12:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A717484D8D for ; Thu, 6 Apr 2023 12:12:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A3E5AFA81; Thu, 6 Apr 2023 12:12:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168078316336880" MIME-Version: 1.0 Date: Thu, 6 Apr 2023 12:12:43 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20230406121243.A3E5AFA81@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168078316336880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Thu Apr 6 12:12:43 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 Log Message: doc: Added textproc/lua-fluent version 0.2.0 To generate a diff of this commit: cvs rdiff -u -r1.2082 -r1.2083 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168078316336880 Content-Disposition: inline Content-Length: 739 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.2082 pkgsrc/doc/CHANGES-2023:1.2083 --- pkgsrc/doc/CHANGES-2023:1.2082 Thu Apr 6 12:08:20 2023 +++ pkgsrc/doc/CHANGES-2023 Thu Apr 6 12:12:43 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.2082 2023/04/06 12:08:20 joerg Exp $ +$NetBSD: CHANGES-2023,v 1.2083 2023/04/06 12:12:43 joerg Exp $ Changes to the packages collection and infrastructure in 2023: @@ -2850,3 +2850,4 @@ Changes to the packages collection and i Updated lang/python311 to 3.11.3 [adam 2023-04-06] Updated lang/py311-html-docs to 3.11.3 [adam 2023-04-06] Added textproc/lua-cldr version 0.3.0 [joerg 2023-04-06] + Added textproc/lua-fluent version 0.2.0 [joerg 2023-04-06] --_----------=_168078316336880--