From owner-svn-ports-head@FreeBSD.ORG Tue Feb 4 11:41:24 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E0BE8D6A; Tue, 4 Feb 2014 11:41:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B30811298; Tue, 4 Feb 2014 11:41:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s14BfOYW030415; Tue, 4 Feb 2014 11:41:24 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s14BfOpE030413; Tue, 4 Feb 2014 11:41:24 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201402041141.s14BfOpE030413@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 4 Feb 2014 11:41:24 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 04 Feb 2014 11:41:25 -0000 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