From steve@mouf.net  Mon Mar  5 19:59:56 2012
Return-Path: <steve@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C1078106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  5 Mar 2012 19:59:56 +0000 (UTC)
	(envelope-from steve@mouf.net)
Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2])
	by mx1.freebsd.org (Postfix) with ESMTP id 675908FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  5 Mar 2012 19:59:56 +0000 (UTC)
Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236])
	by mouf.net (8.14.4/8.14.4) with ESMTP id q25JxqPt029143
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Mon, 5 Mar 2012 14:59:53 -0500 (EST)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q25JxqBg049225;
	Mon, 5 Mar 2012 14:59:52 -0500 (EST)
	(envelope-from steve)
Message-Id: <201203051959.q25JxqBg049225@meatwad.mouf.net>
Date: Mon, 5 Mar 2012 14:59:52 -0500 (EST)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: daweonline@gmail.com
Subject: [PATCH] math/p5-Statistics-TTest: Add missing DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify: daweonline@gmail.com

>Number:         165743
>Category:       ports
>Synopsis:       [PATCH] math/p5-Statistics-TTest: Add missing DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    perl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 05 20:00:29 UTC 2012
>Closed-Date:    Mon Mar 05 20:29:59 UTC 2012
>Last-Modified:  Mon Mar 05 20:29:59 UTC 2012
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #14 r232426: Fri Mar  2 21:54:42
>Description:
- Add missing DEPENDS
- Bump PORTREVISION

Port maintainer (daweonline@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-Statistics-TTest-1.1.0_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/math/p5-Statistics-TTest/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	24 Sep 2010 00:44:25 -0000	1.2
+++ Makefile	5 Mar 2012 19:59:31 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	Statistics-TTest
 PORTVERSION=	1.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	Statistics
@@ -16,7 +16,9 @@
 MAINTAINER=	daweonline@gmail.com
 COMMENT=	Perl module to perform T-test on 2 independent samples
 
-BUILD_DEPENDS=	p5-Statistics-Descriptive>=0:${PORTSDIR}/math/p5-Statistics-Descriptive
+BUILD_DEPENDS=	p5-Statistics-Descriptive>=0:${PORTSDIR}/math/p5-Statistics-Descriptive \
+		p5-Statistics-Distributions>=0.07:${PORTSDIR}/math/p5-Statistics-Distributions
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-Statistics-TTest-1.1.0_2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Mar 5 20:01:05 UTC 2012 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165743 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Mar 5 20:01:12 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165743 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: daweonline@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/165743: [PATCH] math/p5-Statistics-TTest: Add missing DEPENDS
Date: Mon, 5 Mar 2012 20:01:09 UT

 Maintainer of math/p5-Statistics-TTest,
 
 Please note that PR ports/165743 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165743
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: swills 
State-Changed-When: Mon Mar 5 20:29:58 UTC 2012 
State-Changed-Why:  
Sorry, duplicate of 165742 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165743 
>Unformatted:
