From owner-svn-ports-head@FreeBSD.ORG Mon Aug 6 23:58:09 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D7FD1106564A; Mon, 6 Aug 2012 23:58:09 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C3C928FC18; Mon, 6 Aug 2012 23:58:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q76Nw9Wm097589; Mon, 6 Aug 2012 23:58:09 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q76Nw9u2097586; Mon, 6 Aug 2012 23:58:09 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201208062358.q76Nw9u2097586@svn.freebsd.org> From: Wen Heping Date: Mon, 6 Aug 2012 23:58:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302217 - head/math/p5-Math-Random-MT X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Aug 2012 23:58:09 -0000 Author: wen Date: Mon Aug 6 23:58:09 2012 New Revision: 302217 URL: http://svn.freebsd.org/changeset/ports/302217 Log: - Update to 1.16 Changes: http://cpansearch.perl.org/src/FANGLY/Math-Random-MT-1.16/Changes - Add missing DEPENDS Modified: head/math/p5-Math-Random-MT/Makefile head/math/p5-Math-Random-MT/distinfo Modified: head/math/p5-Math-Random-MT/Makefile ============================================================================== --- head/math/p5-Math-Random-MT/Makefile Mon Aug 6 22:44:13 2012 (r302216) +++ head/math/p5-Math-Random-MT/Makefile Mon Aug 6 23:58:09 2012 (r302217) @@ -6,7 +6,7 @@ # PORTNAME= Math-Random-MT -PORTVERSION= 1.15 +PORTVERSION= 1.16 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +16,8 @@ COMMENT= The Mersenne Twister PRNG LICENSE= BSD +TEST_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta + PERL_CONFIGURE= yes MAN3= Math::Random::MT.3 Modified: head/math/p5-Math-Random-MT/distinfo ============================================================================== --- head/math/p5-Math-Random-MT/distinfo Mon Aug 6 22:44:13 2012 (r302216) +++ head/math/p5-Math-Random-MT/distinfo Mon Aug 6 23:58:09 2012 (r302217) @@ -1,2 +1,2 @@ -SHA256 (Math-Random-MT-1.15.tar.gz) = 6d7d05877171a1ea820f80f071b5463b975158e8ac305ba8f3472696b31d2686 -SIZE (Math-Random-MT-1.15.tar.gz) = 10977 +SHA256 (Math-Random-MT-1.16.tar.gz) = 3c13cfd605e6610985c5475d6fa4f55533c205d897d6d18a9f56f5f9cc3c8aca +SIZE (Math-Random-MT-1.16.tar.gz) = 11138