From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 23 20:00:36 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 C7E47106566C for ; Thu, 23 Feb 2012 20:00:36 +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 A42018FC17 for ; Thu, 23 Feb 2012 20:00:36 +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 q1NK0afQ098333 for ; Thu, 23 Feb 2012 20:00:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1NK0a0n098331; Thu, 23 Feb 2012 20:00:36 GMT (envelope-from gnats) Resent-Date: Thu, 23 Feb 2012 20:00:36 GMT Resent-Message-Id: <201202232000.q1NK0a0n098331@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 E0A2B106564A; Thu, 23 Feb 2012 19:56:39 +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 9F2418FC0C; Thu, 23 Feb 2012 19:56:39 +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 q1NJuZ6f015088 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 23 Feb 2012 14:56:35 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1NJuZbj052437; Thu, 23 Feb 2012 14:56:35 -0500 (EST) (envelope-from steve) Message-Id: <201202231956.q1NJuZbj052437@meatwad.mouf.net> Date: Thu, 23 Feb 2012 14:56:35 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: skv@FreeBSD.org Subject: ports/165426: [PATCH] devel/p5-POE-Component-DebugShell: add missing DEPENDS, bump PORTREVISION, add TEST_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: Thu, 23 Feb 2012 20:00:37 -0000 >Number: 165426 >Category: ports >Synopsis: [PATCH] devel/p5-POE-Component-DebugShell: add missing DEPENDS, bump PORTREVISION, add TEST_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: Thu Feb 23 20:00:35 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 #13 r230974: Fri Feb 3 23:48:36 >Description: see patch Port maintainer (skv@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-POE-Component-DebugShell-1.412_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-POE-Component-DebugShell/Makefile,v retrieving revision 1.7 diff -u -u -r1.7 Makefile --- Makefile 21 Jan 2012 17:38:44 -0000 1.7 +++ Makefile 23 Feb 2012 19:56:14 -0000 @@ -7,6 +7,7 @@ PORTNAME= POE-Component-DebugShell PORTVERSION= 1.412 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,11 @@ MAINTAINER= skv@FreeBSD.org COMMENT= Interactive peeking into a running POE application -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/POE/API/Peek.pm:${PORTSDIR}/devel/p5-POE-API-Peek +BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ + p5-POE-API-Peek>=0:${PORTSDIR}/devel/p5-POE-API-Peek \ + p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Distribution>=0:${PORTSDIR}/devel/p5-Test-Distribution PERL_CONFIGURE= yes --- p5-POE-Component-DebugShell-1.412_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: