From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 15:50:01 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 4AAE61065675 for ; Sun, 12 Feb 2012 15:50:01 +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 1FE1B8FC14 for ; Sun, 12 Feb 2012 15:50:01 +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 q1CFo0ec066796 for ; Sun, 12 Feb 2012 15:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CFo0LA066795; Sun, 12 Feb 2012 15:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 15:50:00 GMT Resent-Message-Id: <201202121550.q1CFo0LA066795@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 1E4B7106566B for ; Sun, 12 Feb 2012 15:42:21 +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 D080A8FC12 for ; Sun, 12 Feb 2012 15:42:20 +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 q1CFgGwf002412 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 12 Feb 2012 10:42:17 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1CFgCtX003040; Sun, 12 Feb 2012 10:42:12 -0500 (EST) (envelope-from steve) Message-Id: <201202121542.q1CFgCtX003040@meatwad.mouf.net> Date: Sun, 12 Feb 2012 10:42:12 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: freebsdports@chillibear.com Subject: ports/165037: [PATCH] devel/p5-Config-Wrest: 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: Sun, 12 Feb 2012 15:50:01 -0000 >Number: 165037 >Category: ports >Synopsis: [PATCH] devel/p5-Config-Wrest: 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: Sun Feb 12 15:50:00 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: This patch adds missing DEPENDS for this port. Note this port still fails tests on perls 5.9.x and newer and I'm wondering if it should be removed. Port maintainer (freebsdports@chillibear.com) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Config-Wrest-1.036.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Config-Wrest/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 5 Jun 2010 16:15:34 -0000 1.1 +++ Makefile 12 Feb 2012 15:29:37 -0000 @@ -15,9 +15,11 @@ MAINTAINER= freebsdports@chillibear.com COMMENT= Perl module for reading and writing configuration data -RUN_DEPENDS= p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace \ - p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace \ + p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions \ + p5-Any-Template>0:${PORTSDIR}/www/p5-Any-Template \ + p5-File-Policy>0:${PORTSDIR}/devel/p5-File-Policy +RUN_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes --- p5-Config-Wrest-1.036.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: