Received: by mail.netbsd.org (Postfix, from userid 605) id 8774D84D3F; Wed, 5 May 2021 11:59:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C623184D1B for ; Wed, 5 May 2021 11:59:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 35peiTayytYB for ; Wed, 5 May 2021 11:59:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2F1F384D17 for ; Wed, 5 May 2021 11:59:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2C731FA95; Wed, 5 May 2021 11:59:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162021595347970" MIME-Version: 1.0 Date: Wed, 5 May 2021 11:59:13 +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: <20210505115913.2C731FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162021595347970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Wed May 5 11:59:13 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 Log Message: doc: Added devel/hs-storable-tuple version 0.0.3.3 To generate a diff of this commit: cvs rdiff -u -r1.2655 -r1.2656 pkgsrc/doc/CHANGES-2021 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162021595347970 Content-Disposition: inline Content-Length: 755 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.2655 pkgsrc/doc/CHANGES-2021:1.2656 --- pkgsrc/doc/CHANGES-2021:1.2655 Wed May 5 11:56:08 2021 +++ pkgsrc/doc/CHANGES-2021 Wed May 5 11:59:12 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.2655 2021/05/05 11:56:08 pho Exp $ +$NetBSD: CHANGES-2021,v 1.2656 2021/05/05 11:59:12 pho Exp $ Changes to the packages collection and infrastructure in 2021: @@ -4140,3 +4140,4 @@ Changes to the packages collection and i Added devel/hs-ListLike version 4.7.4 [pho 2021-05-05] Added sysutils/hs-process-extras version 0.7.4 [pho 2021-05-05] Added devel/hs-storable-record version 0.0.5 [pho 2021-05-05] + Added devel/hs-storable-tuple version 0.0.3.3 [pho 2021-05-05] --_----------=_162021595347970--