Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=TZ3qxqP/; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=CzmPBBZh Received: by mail.netbsd.org (Postfix, from userid 605) id 9653B85089; Sun, 5 May 2024 08:33:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714898011; bh=ge8iVOoxFm7nqZFolkh0F5eBzd7KJt9Fv+QPQOIRd9Q=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=TZ3qxqP/aI4SSe5/0Ttb5kXsvPWDADuFTBXlFGc9CrfFfh5PFh0INq4w65dBfem7O +M07srnYX94CGQi5g2UtAyEcA4aJhOx1LpajeFpojbC93uoWshDCHkFHWY1eHVuiKa PoB2wSN6S6ZBUM3uWs6e4B6+VnIWxhRb7kortz4g= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 86D2784E80 for ; Sun, 5 May 2024 08:33:30 +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 FKDjQ5if4dBz for ; Sun, 5 May 2024 08:33:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DBC1D84E7A for ; Sun, 5 May 2024 08:33:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714898010; bh=ge8iVOoxFm7nqZFolkh0F5eBzd7KJt9Fv+QPQOIRd9Q=; h=Date:From:Subject:To:Reply-To; b=CzmPBBZhPVO966/2XRPWM6BWnsGd7GWE/uNUMdC0zGaUKboOX2kyj6exCLYTA3MvK 9I90Q4a4HAWv6cCskzwGPHlq9PBaeEVnnQqxUnWHW4PWDFWtMsvD0XKUJvd5n13n/j r/d5wxXTtEDLmz4yGRvQUh2LsrCGP0hKIZzoygnA= Received: by cvs.NetBSD.org (Postfix, from userid 500) id D630DFA2C; Sun, 5 May 2024 08:33:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714898009267120" MIME-Version: 1.0 Date: Sun, 5 May 2024 08:33:29 +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: <20240505083329.D630DFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714898009267120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sun May 5 08:33:29 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Added textproc/hs-trial-tomland version 0.0.0.0 To generate a diff of this commit: cvs rdiff -u -r1.3121 -r1.3122 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714898009267120 Content-Disposition: inline Content-Length: 764 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.3121 pkgsrc/doc/CHANGES-2024:1.3122 --- pkgsrc/doc/CHANGES-2024:1.3121 Sun May 5 08:27:08 2024 +++ pkgsrc/doc/CHANGES-2024 Sun May 5 08:33:29 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3121 2024/05/05 08:27:08 pho Exp $ +$NetBSD: CHANGES-2024,v 1.3122 2024/05/05 08:33:29 pho Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4963,3 +4963,4 @@ Changes to the packages collection and i Added textproc/hs-tomland version 1.3.3.2 [pho 2024-05-05] Added devel/hs-trial version 0.0.0.0 [pho 2024-05-05] Added devel/hs-trial-optparse-applicative version 0.0.0.0 [pho 2024-05-05] + Added textproc/hs-trial-tomland version 0.0.0.0 [pho 2024-05-05] --_----------=_1714898009267120--