Received: by mail.netbsd.org (Postfix, from userid 605) id 8E1D284DE1; Thu, 2 Jan 2020 11:34:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 17C2184D8C for ; Thu, 2 Jan 2020 11:34:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 alVN3toBDPLL for ; Thu, 2 Jan 2020 11:34:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6C32584D59 for ; Thu, 2 Jan 2020 11:34:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 698A7FA97; Thu, 2 Jan 2020 11:34:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1577964878191670" MIME-Version: 1.0 Date: Thu, 2 Jan 2020 11:34:38 +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: <20200102113438.698A7FA97@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. --_----------=_1577964878191670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Thu Jan 2 11:34:38 UTC 2020 Modified Files: pkgsrc/doc: CHANGES-2020 TODO Log Message: doc: Updated math/hs-mwc-random to 0.14.0.0 To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 pkgsrc/doc/CHANGES-2020 cvs rdiff -u -r1.19567 -r1.19568 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1577964878191670 Content-Disposition: inline Content-Length: 1319 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.77 pkgsrc/doc/CHANGES-2020:1.78 --- pkgsrc/doc/CHANGES-2020:1.77 Thu Jan 2 11:15:28 2020 +++ pkgsrc/doc/CHANGES-2020 Thu Jan 2 11:34:37 2020 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2020,v 1.77 2020/01/02 11:15:28 pho Exp $ +$NetBSD: CHANGES-2020,v 1.78 2020/01/02 11:34:37 pho Exp $ Changes to the packages collection and infrastructure in 2020: @@ -94,3 +94,4 @@ Changes to the packages collection and i Updated devel/hs-void to 0.7.3 [pho 2020-01-02] Added devel/hs-vector-th-unbox version 0.2.1.7 [pho 2020-01-02] Added math/hs-math-functions version 0.3.3.0 [pho 2020-01-02] + Updated math/hs-mwc-random to 0.14.0.0 [pho 2020-01-02] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.19567 pkgsrc/doc/TODO:1.19568 --- pkgsrc/doc/TODO:1.19567 Thu Jan 2 10:39:05 2020 +++ pkgsrc/doc/TODO Thu Jan 2 11:34:38 2020 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.19567 2020/01/02 10:39:05 pho Exp $ +$NetBSD: TODO,v 1.19568 2020/01/02 11:34:38 pho Exp $ Suggested new packages ====================== @@ -735,7 +735,6 @@ For possible Perl packages updates, see o hs-case-insensitive-1.2.0.5 o hs-cgrep-6.6.3 o hs-hscolour-1.24 - o hs-mwc-random-0.13.4.0 o hs-pandoc-types-1.16.1 o hs-stringsearch-0.3.6.6 o hs-texmath-0.8.4.2 --_----------=_1577964878191670--