Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 4AEF47A269 for ; Tue, 26 Jul 2016 06:33:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EC62185F59; Tue, 26 Jul 2016 06:33:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7DAF985F81 for ; Tue, 26 Jul 2016 06:33:37 +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 bmHFEforCozo for ; Tue, 26 Jul 2016 06:33:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D8E0885F59 for ; Tue, 26 Jul 2016 06:33:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D6CEBFBB5; Tue, 26 Jul 2016 06:33:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1469514816237290" MIME-Version: 1.0 Date: Tue, 26 Jul 2016 06:33:36 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20160726063336.D6CEBFBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1469514816237290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Tue Jul 26 06:33:36 UTC 2016 Modified Files: pkgsrc/doc: CHANGES-2016 TODO Log Message: Updated math/p5-Math-Random-MT to 1.17 To generate a diff of this commit: cvs rdiff -u -r1.3034 -r1.3035 pkgsrc/doc/CHANGES-2016 cvs rdiff -u -r1.16191 -r1.16192 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1469514816237290 Content-Disposition: inline Content-Length: 1367 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2016 diff -u pkgsrc/doc/CHANGES-2016:1.3034 pkgsrc/doc/CHANGES-2016:1.3035 --- pkgsrc/doc/CHANGES-2016:1.3034 Tue Jul 26 06:27:02 2016 +++ pkgsrc/doc/CHANGES-2016 Tue Jul 26 06:33:36 2016 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2016,v 1.3034 2016/07/26 06:27:02 wen Exp $ +$NetBSD: CHANGES-2016,v 1.3035 2016/07/26 06:33:36 wen Exp $ Changes to the packages collection and infrastructure in 2016: @@ -4344,3 +4344,4 @@ Changes to the packages collection and i Updated net/p5-Net-OpenID-Common to 1.20 [wen 2016-07-26] Updated net/p5-Net-OpenID-Consumer to 1.18 [wen 2016-07-26] Updated net/p5-Net-Twitter to 4.01020 [wen 2016-07-26] + Updated math/p5-Math-Random-MT to 1.17 [wen 2016-07-26] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.16191 pkgsrc/doc/TODO:1.16192 --- pkgsrc/doc/TODO:1.16191 Tue Jul 26 06:27:02 2016 +++ pkgsrc/doc/TODO Tue Jul 26 06:33:36 2016 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.16191 2016/07/26 06:27:02 wen Exp $ +$NetBSD: TODO,v 1.16192 2016/07/26 06:33:36 wen Exp $ Suggested new packages ====================== @@ -1244,7 +1244,6 @@ For possible Perl packages updates, see o p5-Locale-Currency-Format-1.35 o p5-Math-BigInt-GMP-1.49 o p5-Math-BigInt-Pari-1.25 - o p5-Math-Random-MT-1.17 o p5-Math-Random-MT-Perl-1.15 o p5-Memoize-Memcached-0.11 o p5-MooX-Log-Any-0.004004 --_----------=_1469514816237290--