Bug 185853 - [PATCH] math/p5-Math-Random-OO: update to 0.22, take maintainership
Summary: [PATCH] math/p5-Math-Random-OO: update to 0.22, take maintainership
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-17 18:50 UTC by Muhammad Moinur Rahman
Modified: 2014-02-04 11:54 UTC (History)
0 users

See Also:


Attachments
p5-Math-Random-OO-0.22.patch (2.29 KB, patch)
2014-01-17 18:50 UTC, Muhammad Moinur Rahman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-17 18:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-04 11:41:38 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-02-04 11:54:14 UTC
State Changed
From-To: open->closed

Committed. Thanks!