Skip site navigation (1)Skip section navigation (2)
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:   ports/165743: [PATCH] math/p5-Statistics-TTest: Add missing DEPENDS
Message-ID:  <201203051959.q25JxqBg049225@meatwad.mouf.net>
Resent-Message-ID: <201203052000.q25K0Tpn036311@freefall.freebsd.org>

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

>Number:         165743
>Category:       ports
>Synopsis:       [PATCH] math/p5-Statistics-TTest: Add missing DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 05 20:00:29 UTC 2012
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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