From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Mar 5 20:00:30 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56268106567B for ; Mon, 5 Mar 2012 20:00:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 30FC78FC30 for ; Mon, 5 Mar 2012 20:00:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q25K0URL036312 for ; Mon, 5 Mar 2012 20:00:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q25K0Tpn036311; Mon, 5 Mar 2012 20:00:29 GMT (envelope-from gnats) Resent-Date: Mon, 5 Mar 2012 20:00:29 GMT Resent-Message-Id: <201203052000.q25K0Tpn036311@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1078106564A for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: daweonline@gmail.com Subject: ports/165743: [PATCH] math/p5-Statistics-TTest: Add missing DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Mar 2012 20:00:30 -0000 >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: