Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2014 00:49:47 +0600 (BDT)
From:      Muhammad Moinur Rahman <5u623l20@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/185853: [PATCH] math/p5-Math-Random-OO: update to 0.22, take maintainership
Message-ID:  <201401171849.s0HInlKu072916@bofh.1asiacom.net>
Resent-Message-ID: <201401171850.s0HIo0hW049930@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         185853
>Category:       ports
>Synopsis:       [PATCH] math/p5-Math-Random-OO: update to 0.22, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 17 18:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD bofh.1asiacom.net 11.0-CURRENT FreeBSD 11.0-CURRENT #3 r257540: Tue Nov  5 18:47:37
>Description:
- Update to 0.22
- Take maintainership

For Committer's reference:
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Math-Random-OO/0.22/84i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Math-Random-OO/0.22/84amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Math-Random-OO/0.22/92i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Math-Random-OO/0.22/92amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Math-Random-OO/0.22/10b3i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Math-Random-OO/0.22/10b3amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Math-Random-OO/0.22/11i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Math-Random-OO/0.22/11amd64-default.log

Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- p5-Math-Random-OO-0.22.patch begins here ---
diff -ruN /usr/ports//math/p5-Math-Random-OO/Makefile ./Makefile
--- /usr/ports//math/p5-Math-Random-OO/Makefile	2014-01-16 19:05:20.000000000 +0600
+++ ./Makefile	2014-01-18 00:42:48.000000000 +0600
@@ -2,14 +2,16 @@
 # $FreeBSD: math/p5-Math-Random-OO/Makefile 339909 2014-01-16 13:05:20Z zi $
 
 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
 
+LICENSE=	APACHE20
+
 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 \
@@ -18,11 +20,4 @@
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	Math::Random::OO.3 \
-	Math::Random::OO::Bootstrap.3 \
-	Math::Random::OO::Normal.3 \
-	Math::Random::OO::Uniform.3 \
-	Math::Random::OO::UniformInt.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>
diff -ruN /usr/ports//math/p5-Math-Random-OO/distinfo ./distinfo
--- /usr/ports//math/p5-Math-Random-OO/distinfo	2012-07-14 19:54:48.000000000 +0600
+++ ./distinfo	2014-01-17 21:16:20.000000000 +0600
@@ -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
diff -ruN /usr/ports//math/p5-Math-Random-OO/pkg-plist ./pkg-plist
--- /usr/ports//math/p5-Math-Random-OO/pkg-plist	2012-07-14 19:54:48.000000000 +0600
+++ ./pkg-plist	2014-01-17 21:16:37.000000000 +0600
@@ -4,6 +4,11 @@
 %%SITE_PERL%%/Math/Random/OO/Uniform.pm
 %%SITE_PERL%%/Math/Random/OO/UniformInt.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/OO/.packlist
+%%PERL5_MAN3%%/Math::Random::OO.3.gz
+%%PERL5_MAN3%%/Math::Random::OO::Bootstrap.3.gz
+%%PERL5_MAN3%%/Math::Random::OO::Normal.3.gz
+%%PERL5_MAN3%%/Math::Random::OO::Uniform.3.gz
+%%PERL5_MAN3%%/Math::Random::OO::UniformInt.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/OO
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
--- p5-Math-Random-OO-0.22.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401171849.s0HInlKu072916>