svn commit: r302217 - head/math/p5-Math-Random-MT

Wen Heping wen at FreeBSD.org
Mon Aug 6 23:58:09 UTC 2012


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



More information about the svn-ports-all mailing list