Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=j5xHdRlf; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=eo2FlfMY Received: by mail.netbsd.org (Postfix, from userid 605) id 3BF3A84F96; Thu, 2 May 2024 10:27:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714645647; bh=6hrtOfvFrDlKn4FPDQgTSPZOMl6nkFEd9TQW22JvDGs=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=j5xHdRlf5xevCc+onoZinXeSr+irDA0SRZdVi9YsFwSr2i2UqZyAG+De7yTh0X5Qv woKTSxTYIUBfccREHtMpHaG/wI9hjmQOQeNp/94PgRLeG+eUikcsMddq3L+eNCuG9k AukURXdNh5t1qGgFWjapXAqV4S4f3CL6HufbvyfA= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2BF9684D6B for ; Thu, 2 May 2024 10:27:26 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 36fgCufDntiU for ; Thu, 2 May 2024 10:27:25 +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 7E54584CE2 for ; Thu, 2 May 2024 10:27:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714645645; bh=6hrtOfvFrDlKn4FPDQgTSPZOMl6nkFEd9TQW22JvDGs=; h=Date:From:Subject:To:Reply-To; b=eo2FlfMYZhri/J2pe3xSFlAKuy7+8G0W0e2jZZHEQBSYMZjVS1yZgw0/GjH0ckHAY dE/xPGJ2eEkpwYhOsdLUrDBDZnMazfHQ2NgGtX3IMnWJOL1xCMeaapd3T6vChUEWuD Io3ksH7soGC67UMnN+u+Tf25o71WV50X7PvHobe8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 78233FA2C; Thu, 2 May 2024 10:27:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714645645229610" MIME-Version: 1.0 Date: Thu, 2 May 2024 10:27:25 +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: <20240502102725.78233FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714645645229610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Thu May 2 10:27:25 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated devel/hs-hslua-module-system to 1.1.1 To generate a diff of this commit: cvs rdiff -u -r1.3020 -r1.3021 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714645645229610 Content-Disposition: inline Content-Length: 766 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.3020 pkgsrc/doc/CHANGES-2024:1.3021 --- pkgsrc/doc/CHANGES-2024:1.3020 Thu May 2 10:26:03 2024 +++ pkgsrc/doc/CHANGES-2024 Thu May 2 10:27:25 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3020 2024/05/02 10:26:03 pho Exp $ +$NetBSD: CHANGES-2024,v 1.3021 2024/05/02 10:27:25 pho Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4864,3 +4864,4 @@ Changes to the packages collection and i Updated textproc/hs-hslua-module-text to 1.1.1 [pho 2024-05-02] Updated sysutils/hs-hslua-module-path to 1.1.1 [pho 2024-05-02] Updated devel/hs-hslua-module-version to 1.1.1 [pho 2024-05-02] + Updated devel/hs-hslua-module-system to 1.1.1 [pho 2024-05-02] --_----------=_1714645645229610--