Date: Tue, 4 Feb 2014 11:41:24 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342503 - head/math/p5-Math-Random-OO Message-ID: <201402041141.s14BfOpE030413@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Feb 4 11:41:24 2014 New Revision: 342503 URL: http://svnweb.freebsd.org/changeset/ports/342503 QAT: https://qat.redports.org/buildarchive/r342503/ Log: - Update to 0.22 - Add LICENSE - Support STAGEDIR - Pass maintainership to submitter - While I'm here, fix *_DEPENDS Changes: http://search.cpan.org/dist/Math-Random-OO/Changes PR: ports/185853 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Modified: head/math/p5-Math-Random-OO/Makefile head/math/p5-Math-Random-OO/distinfo Modified: head/math/p5-Math-Random-OO/Makefile ============================================================================== --- head/math/p5-Math-Random-OO/Makefile Tue Feb 4 11:41:19 2014 (r342502) +++ head/math/p5-Math-Random-OO/Makefile Tue Feb 4 11:41:24 2014 (r342503) @@ -2,18 +2,21 @@ # $FreeBSD$ PORTNAME= Math-Random-OO -PORTVERSION= 0.21 +PORTVERSION= 0.22 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Consistent object-oriented interface for generating random numbers -BUILD_DEPENDS= p5-Test-MockRandom>=0.95:${PORTSDIR}/devel/p5-Test-MockRandom \ - p5-Test-Number-Delta>=0.14:${PORTSDIR}/devel/p5-Test-Number-Delta -RUN_DEPENDS= p5-Class-Accessor>=0.18:${PORTSDIR}/devel/p5-Class-Accessor \ +LICENSE= APACHE20 + +BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Params-Validate>=0.76:${PORTSDIR}/devel/p5-Params-Validate +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-MockRandom>=0.95:${PORTSDIR}/devel/p5-Test-MockRandom \ + p5-Test-Number-Delta>=0.14:${PORTSDIR}/devel/p5-Test-Number-Delta USES= perl5 USE_PERL5= configure Modified: head/math/p5-Math-Random-OO/distinfo ============================================================================== --- head/math/p5-Math-Random-OO/distinfo Tue Feb 4 11:41:19 2014 (r342502) +++ head/math/p5-Math-Random-OO/distinfo Tue Feb 4 11:41:24 2014 (r342503) @@ -1,2 +1,2 @@ -SHA256 (Math-Random-OO-0.21.tar.gz) = bd96976acf9a8361622049423e649f386d3d7d8ce7eda74fb4d3b9c3aca90950 -SIZE (Math-Random-OO-0.21.tar.gz) = 22645 +SHA256 (Math-Random-OO-0.22.tar.gz) = a2564f0570e93cc23033883fcf94442c1be6890509256a2a80a79ce75362fd42 +SIZE (Math-Random-OO-0.22.tar.gz) = 20100
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402041141.s14BfOpE030413>