Received: by mail.netbsd.org (Postfix, from userid 605) id D190F84E24; Thu, 2 Jan 2020 02:47:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5B4B284DBE for ; Thu, 2 Jan 2020 02:47:44 +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 COENl_nCWJzO for ; Thu, 2 Jan 2020 02:47:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3D75884D9E for ; Thu, 2 Jan 2020 02:47:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3A8CEFA97; Thu, 2 Jan 2020 02:47:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1577933263105060" MIME-Version: 1.0 Date: Thu, 2 Jan 2020 02:47:43 +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: <20200102024743.3A8CEFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1577933263105060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Thu Jan 2 02:47:43 UTC 2020 Modified Files: pkgsrc/doc: CHANGES-2020 TODO Log Message: doc: Updated devel/hs-MonadRandom to 0.5.1.1 To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 pkgsrc/doc/CHANGES-2020 cvs rdiff -u -r1.19560 -r1.19561 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1577933263105060 Content-Disposition: inline Content-Length: 1295 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2020 diff -u pkgsrc/doc/CHANGES-2020:1.57 pkgsrc/doc/CHANGES-2020:1.58 --- pkgsrc/doc/CHANGES-2020:1.57 Thu Jan 2 02:00:30 2020 +++ pkgsrc/doc/CHANGES-2020 Thu Jan 2 02:47:42 2020 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2020,v 1.57 2020/01/02 02:00:30 ng0 Exp $ +$NetBSD: CHANGES-2020,v 1.58 2020/01/02 02:47:42 pho Exp $ Changes to the packages collection and infrastructure in 2020: @@ -73,3 +73,4 @@ Changes to the packages collection and i Updated graphics/libansilove to 1.1.7 [fcambus 2020-01-01] Updated lang/yabasic to 2.86.3 [fcambus 2020-01-01] Added fonts/unscii version 1.1 [ng0 2020-01-02] + Updated devel/hs-MonadRandom to 0.5.1.1 [pho 2020-01-02] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.19560 pkgsrc/doc/TODO:1.19561 --- pkgsrc/doc/TODO:1.19560 Wed Jan 1 16:21:15 2020 +++ pkgsrc/doc/TODO Thu Jan 2 02:47:42 2020 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.19560 2020/01/01 16:21:15 leot Exp $ +$NetBSD: TODO,v 1.19561 2020/01/02 02:47:42 pho Exp $ Suggested new packages ====================== @@ -730,7 +730,6 @@ For possible Perl packages updates, see o honeyd-1.5c o horde-5.2.9 o hs-HTTP-4000.3.3 - o hs-MonadRandom-0.4.2.2 o hs-blaze-html-0.8.1.1 o hs-blaze-markup-0.7.0.3 o hs-case-insensitive-1.2.0.5 --_----------=_1577933263105060--