Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ji74cpn6; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=rvbaHwJ/ Received: by mail.netbsd.org (Postfix, from userid 605) id 85C2B84E7D; Sun, 5 May 2024 05:49:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714888199; bh=abujVgzPQk/tjimsLGqBU82x24/0hKoK5J51++NVH44=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=ji74cpn6mdw3ZW/kHqE+dX1VTdpe7XPFgW+1xX9yRkR8aUs1/C57o3jtaolPw7QqE O5gvmK8okkoySL4fWeHCGKHxqySWAqU0/+P0XZL+fkUhiqw35Jv7ecTcH90L9xMcAe iTJGpUHOxly4XAYWaLquoIiRrgsz5KzY0B5QIYX0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 779A284E6D for ; Sun, 5 May 2024 05:49:58 +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 WcZ10HsQRUm1 for ; Sun, 5 May 2024 05:49:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CD27C84E54 for ; Sun, 5 May 2024 05:49:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714888198; bh=abujVgzPQk/tjimsLGqBU82x24/0hKoK5J51++NVH44=; h=Date:From:Subject:To:Reply-To; b=rvbaHwJ/A4naLT3PP/SR5zxanzD/Yzmoaq1pCEOUZQFbK8TVQMpGJCzeth2xtJji+ iPKQ276jgi+rFheTxf9mJ96pb/mUbgry5QO7KWnA8W4yRoGFDxAGW6NMibrCz8fJvK piKlSVVYaukeiBoZjjClG85yh67TkS0vr3LhEf/M= Received: by cvs.NetBSD.org (Postfix, from userid 500) id C3A56FA2C; Sun, 5 May 2024 05:49:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714888197221350" MIME-Version: 1.0 Date: Sun, 5 May 2024 05:49:57 +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: <20240505054957.C3A56FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714888197221350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sun May 5 05:49:57 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Added devel/hs-extensions version 0.1.0.1 To generate a diff of this commit: cvs rdiff -u -r1.3104 -r1.3105 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714888197221350 Content-Disposition: inline Content-Length: 748 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.3104 pkgsrc/doc/CHANGES-2024:1.3105 --- pkgsrc/doc/CHANGES-2024:1.3104 Sun May 5 05:32:11 2024 +++ pkgsrc/doc/CHANGES-2024 Sun May 5 05:49:57 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3104 2024/05/05 05:32:11 pho Exp $ +$NetBSD: CHANGES-2024,v 1.3105 2024/05/05 05:49:57 pho Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4946,3 +4946,4 @@ Changes to the packages collection and i Added textproc/hs-clay version 0.15.0 [pho 2024-05-05] Added devel/hs-colourista version 0.1.0.2 [pho 2024-05-05] Added sysutils/hs-dir-traverse version 0.2.3.0 [pho 2024-05-05] + Added devel/hs-extensions version 0.1.0.1 [pho 2024-05-05] --_----------=_1714888197221350--