From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 11 03:20:06 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 BAE351065672 for ; Sat, 11 Feb 2012 03:20:06 +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 74F958FC19 for ; Sat, 11 Feb 2012 03:20:06 +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 q1B3K6sL024812 for ; Sat, 11 Feb 2012 03:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1B3K6TB024811; Sat, 11 Feb 2012 03:20:06 GMT (envelope-from gnats) Resent-Date: Sat, 11 Feb 2012 03:20:06 GMT Resent-Message-Id: <201202110320.q1B3K6TB024811@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 A159E106566C; Sat, 11 Feb 2012 03:15:27 +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 5FF548FC13; Sat, 11 Feb 2012 03:15:27 +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 q1B3EDbq088543 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 10 Feb 2012 22:14:15 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1B3E9Us055542; Fri, 10 Feb 2012 22:14:09 -0500 (EST) (envelope-from steve) Message-Id: <201202110314.q1B3E9Us055542@meatwad.mouf.net> Date: Fri, 10 Feb 2012 22:14:09 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: kuriyama@FreeBSD.org Subject: ports/164972: [PATCH] www/p5-Plack: add TEST_DEPENDS and no longer remove file that tests rely on 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: Sat, 11 Feb 2012 03:20:06 -0000 >Number: 164972 >Category: ports >Synopsis: [PATCH] www/p5-Plack: add TEST_DEPENDS and no longer remove file that tests rely on >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: Sat Feb 11 03:20:06 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: Adding TEST_DEPENDS and also removing the bit of the Makefile that removes the "#foo" file that the tests rely upon. Port maintainer (kuriyama@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Plack-0.9985.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-Plack/Makefile,v retrieving revision 1.40 diff -u -u -r1.40 Makefile --- Makefile 22 Nov 2011 01:40:10 -0000 1.40 +++ Makefile 11 Feb 2012 03:13:07 -0000 @@ -28,6 +28,8 @@ p5-URI>0:${PORTSDIR}/net/p5-URI \ p5-parent>0:${PORTSDIR}/devel/p5-parent BUILD_DEPENDS= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \ + p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP PERL_CONFIGURE= yes @@ -111,7 +113,4 @@ Plack::Util.3 \ Plack::Util::Accessor.3 -post-extract: - ${RM} ${WRKSRC}/share/\#foo - .include --- p5-Plack-0.9985.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: