Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=cJSRiC59; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=HlBtJFCA Received: by mail.netbsd.org (Postfix, from userid 605) id 363E284E8C; Sun, 5 May 2024 07:21:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714893692; bh=Qe+JzTCJjs0+YcfYkH88TrVk/aob3BaL1irCMUo57p4=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=cJSRiC59OMjdBxDddI1/WL3VLb7uZcPMF8XEFZH/N44EP86o8GQMH36j9G6sngQRf 0ukx3Rq1TLazz+1PQfrR7Uu5RgUxYtnv67204U5+3ZFqY7r5CuD/FVLjzpM49QA0+R Gj/TpVxmZSHSi/NX8kBZYJkdwnmMPw7D1hoIR/+c= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2548684E7E for ; Sun, 5 May 2024 07:21:31 +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 PYCbo_8RvSxE for ; Sun, 5 May 2024 07:21:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 67AE584D05 for ; Sun, 5 May 2024 07:21:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714893690; bh=Qe+JzTCJjs0+YcfYkH88TrVk/aob3BaL1irCMUo57p4=; h=Date:From:Subject:To:Reply-To; b=HlBtJFCA7SPAqxb8eH5FDAXbHyQQlVR7otvFfi9Qrqmk6AdmZFrstX0y8BUDgn/CQ z7kRgpYjgTBKhOoLHrbvUaaKx2BXoIQygk4pFAwt2mv0p44f1+QiWAmgwjCQLh2LkD gSo6jQ7QzR2SfJtrWjim8S/T1aEXNvzZKOljCoZI= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 60D57FA2C; Sun, 5 May 2024 07:21:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171489369043770" MIME-Version: 1.0 Date: Sun, 5 May 2024 07:21:30 +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: <20240505072130.60D57FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171489369043770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sun May 5 07:21:30 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Added devel/hs-relude version 1.2.1.0 To generate a diff of this commit: cvs rdiff -u -r1.3108 -r1.3109 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171489369043770 Content-Disposition: inline Content-Length: 752 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.3108 pkgsrc/doc/CHANGES-2024:1.3109 --- pkgsrc/doc/CHANGES-2024:1.3108 Sun May 5 07:20:44 2024 +++ pkgsrc/doc/CHANGES-2024 Sun May 5 07:21:30 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3108 2024/05/05 07:20:44 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.3109 2024/05/05 07:21:30 pho Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4950,3 +4950,4 @@ Changes to the packages collection and i Added converters/hs-microaeson version 0.1.0.1 [pho 2024-05-05] Updated mail/p5-Email-MIME to 1.954 [wiz 2024-05-05] Added devel/p5-CPAN-Meta-Requirements version 2.143 [wiz 2024-05-05] + Added devel/hs-relude version 1.2.1.0 [pho 2024-05-05] --_----------=_171489369043770--