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 BDC6E7AAA4 for ; Sat, 9 Jul 2016 06:37:17 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6D25385ED8; Sat, 9 Jul 2016 06:37:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F15D085ED7 for ; Sat, 9 Jul 2016 06:37:16 +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 d8lLNuG3kjDv for ; Sat, 9 Jul 2016 06:37:16 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7AE9385E74 for ; Sat, 9 Jul 2016 06:37:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6C6A1FBB5; Sat, 9 Jul 2016 06:37:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1468046236297360" MIME-Version: 1.0 Date: Sat, 9 Jul 2016 06:37:16 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/math/p5-Math-Random To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20160709063716.6C6A1FBB5@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. --_----------=_1468046236297360 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:37:16 UTC 2016 Modified Files: pkgsrc/math/p5-Math-Random: Makefile distinfo Log Message: Update to 0.72 Upstream changes: 0.72 Sat Aug 29 21:51:19 2015 - The random seed was based on time of day and was a bit too predictable. Applying patch provided by Jonathan Yu: https://rt.cpan.org/Public/Bug/Display.html?id=48080 To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/math/p5-Math-Random/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/p5-Math-Random/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1468046236297360 Content-Disposition: inline Content-Length: 1713 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/p5-Math-Random/Makefile diff -u pkgsrc/math/p5-Math-Random/Makefile:1.16 pkgsrc/math/p5-Math-Random/Makefile:1.17 --- pkgsrc/math/p5-Math-Random/Makefile:1.16 Wed Jun 8 19:24:03 2016 +++ pkgsrc/math/p5-Math-Random/Makefile Sat Jul 9 06:37:16 2016 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2016/06/08 19:24:03 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2016/07/09 06:37:16 wen Exp $ # -DISTNAME= Math-Random-0.71 +DISTNAME= Math-Random-0.72 PKGNAME= p5-${DISTNAME} -PKGREVISION= 7 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} Index: pkgsrc/math/p5-Math-Random/distinfo diff -u pkgsrc/math/p5-Math-Random/distinfo:1.4 pkgsrc/math/p5-Math-Random/distinfo:1.5 --- pkgsrc/math/p5-Math-Random/distinfo:1.4 Tue Nov 3 23:33:39 2015 +++ pkgsrc/math/p5-Math-Random/distinfo Sat Jul 9 06:37:16 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 23:33:39 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/07/09 06:37:16 wen Exp $ -SHA1 (Math-Random-0.71.tar.gz) = b5a233d5d14328fb308dc56534267d9661f6d605 -RMD160 (Math-Random-0.71.tar.gz) = 3c42242ea174bb93f22fc63c1c3b80108ab4f1dd -SHA512 (Math-Random-0.71.tar.gz) = 2aec6c5ba32ddbea1b9a3361c6b8bb4d0ff0ca69ee03b071dd9156417125e51a2062c001089678e4b12250dfa95dd19662b9d8a21d145481fd4ca34551a79d7b -Size (Math-Random-0.71.tar.gz) = 46011 bytes +SHA1 (Math-Random-0.72.tar.gz) = 7a47300e79f1c752a5e60fa0add97db0acff642b +RMD160 (Math-Random-0.72.tar.gz) = 08cf461515a073815aca7bba56d8482f6d72e248 +SHA512 (Math-Random-0.72.tar.gz) = 6a24f59ba06b93027fe5907d41a36b2142c20c2813813a34a5adfa9ee06de25902d5f544009f307b518905c614238f63ad3717a1f199513f455f4c53119e2088 +Size (Math-Random-0.72.tar.gz) = 46907 bytes --_----------=_1468046236297360--