Received: by mail.netbsd.org (Postfix, from userid 605) id CCD0884E55; Thu, 26 Jan 2023 09:30:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0658F84D14 for ; Thu, 26 Jan 2023 09:30:46 +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 ss73ADpIu-eq for ; Thu, 26 Jan 2023 09:30:45 +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 4FF6784CED for ; Thu, 26 Jan 2023 09:30:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4D1C5FA90; Thu, 26 Jan 2023 09:30:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1674725445297160" MIME-Version: 1.0 Date: Thu, 26 Jan 2023 09:30:45 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20230126093045.4D1C5FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1674725445297160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Thu Jan 26 09:30:45 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 TODO Log Message: doc: Updated devel/hs-hslua-module-version to 1.0.3 To generate a diff of this commit: cvs rdiff -u -r1.697 -r1.698 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.22559 -r1.22560 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1674725445297160 Content-Disposition: inline Content-Length: 1364 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.697 pkgsrc/doc/CHANGES-2023:1.698 --- pkgsrc/doc/CHANGES-2023:1.697 Thu Jan 26 09:27:53 2023 +++ pkgsrc/doc/CHANGES-2023 Thu Jan 26 09:30:44 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.697 2023/01/26 09:27:53 pho Exp $ +$NetBSD: CHANGES-2023,v 1.698 2023/01/26 09:30:44 pho Exp $ Changes to the packages collection and infrastructure in 2023: @@ -892,3 +892,4 @@ Changes to the packages collection and i Updated textproc/hs-hslua-module-text to 1.0.3 [pho 2023-01-26] Updated sysutils/hs-hslua-module-path to 1.0.3 [pho 2023-01-26] Updated devel/hs-hslua-module-system to 1.0.2 [pho 2023-01-26] + Updated devel/hs-hslua-module-version to 1.0.3 [pho 2023-01-26] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.22559 pkgsrc/doc/TODO:1.22560 --- pkgsrc/doc/TODO:1.22559 Thu Jan 26 09:27:53 2023 +++ pkgsrc/doc/TODO Thu Jan 26 09:30:44 2023 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.22559 2023/01/26 09:27:53 pho Exp $ +$NetBSD: TODO,v 1.22560 2023/01/26 09:30:44 pho Exp $ Suggested new packages ====================== @@ -813,7 +813,6 @@ For possible Perl packages updates, see o hs-doctemplates-0.11 o hs-hie-bios-0.10.0 o hs-hslua-2.2.1 - o hs-hslua-module-version-1.0.3 o hs-http-client-tls-0.3.6.1 o hs-pandoc-lua-marshal-0.1.7 o hs-skylighting-0.13.2 --_----------=_1674725445297160--