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 B7D477AAA4 for ; Sat, 9 Jul 2016 06:38:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6AFC285ED7; Sat, 9 Jul 2016 06:38:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F0C8584CFD for ; Sat, 9 Jul 2016 06:38:31 +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 kSGdnKE00tUT for ; Sat, 9 Jul 2016 06:38:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 48ABB85E74 for ; Sat, 9 Jul 2016 06:38:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 46AF1FBB5; Sat, 9 Jul 2016 06:38:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_146804631164200" MIME-Version: 1.0 Date: Sat, 9 Jul 2016 06:38:31 +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: <20160709063831.46AF1FBB5@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. --_----------=_146804631164200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Jul 9 06:38:31 UTC 2016 Modified Files: pkgsrc/doc: CHANGES-2016 TODO Log Message: Updated math/p5-Math-Random to 0.72 To generate a diff of this commit: cvs rdiff -u -r1.2727 -r1.2728 pkgsrc/doc/CHANGES-2016 cvs rdiff -u -r1.16121 -r1.16122 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_146804631164200 Content-Disposition: inline Content-Length: 1345 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.2727 pkgsrc/doc/CHANGES-2016:1.2728 --- pkgsrc/doc/CHANGES-2016:1.2727 Sat Jul 9 06:33:03 2016 +++ pkgsrc/doc/CHANGES-2016 Sat Jul 9 06:38:30 2016 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2016,v 1.2727 2016/07/09 06:33:03 wen Exp $ +$NetBSD: CHANGES-2016,v 1.2728 2016/07/09 06:38:30 wen Exp $ Changes to the packages collection and infrastructure in 2016: @@ -3952,3 +3952,4 @@ Changes to the packages collection and i Updated fonts/noto-emoji-ttf to 1.05 [ryoon 2016-07-09] Updated www/mediawiki to 1.27.0 [wen 2016-07-09] Updated www/p5-URI-Escape-XS to 0.14 [wen 2016-07-09] + Updated math/p5-Math-Random to 0.72 [wen 2016-07-09] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.16121 pkgsrc/doc/TODO:1.16122 --- pkgsrc/doc/TODO:1.16121 Thu Jul 7 20:53:18 2016 +++ pkgsrc/doc/TODO Sat Jul 9 06:38:30 2016 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.16121 2016/07/07 20:53:18 wiz Exp $ +$NetBSD: TODO,v 1.16122 2016/07/09 06:38:30 wen Exp $ Suggested new packages ====================== @@ -1252,7 +1252,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-0.72 o p5-Math-Random-MT-1.17 o p5-Math-Random-MT-Perl-1.15 o p5-Memoize-Memcached-0.11 --_----------=_146804631164200--