From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 26 00:20:06 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF6CE1065670 for ; Thu, 26 Apr 2012 00: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 C0CE18FC19 for ; Thu, 26 Apr 2012 00: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 q3Q0K6Us033979 for ; Thu, 26 Apr 2012 00: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 q3Q0K6WN033978; Thu, 26 Apr 2012 00:20:06 GMT (envelope-from gnats) Resent-Date: Thu, 26 Apr 2012 00:20:06 GMT Resent-Message-Id: <201204260020.q3Q0K6WN033978@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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8CEF8106566B for ; Thu, 26 Apr 2012 00:19:32 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 475E98FC1C for ; Thu, 26 Apr 2012 00:19:31 +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 q3Q0JR4T095970 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 25 Apr 2012 20:19:27 -0400 (EDT) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q3Q0JQo9096642; Wed, 25 Apr 2012 20:19:26 -0400 (EDT) (envelope-from steve) Message-Id: <201204260019.q3Q0JQo9096642@meatwad.mouf.net> Date: Wed, 25 Apr 2012 20:19:26 -0400 (EDT) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lippe@FreeBSD.org Subject: ports/167307: [PATCH] devel/p5-Test-YAML-Meta: correct 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, 26 Apr 2012 00:20:07 -0000 >Number: 167307 >Category: ports >Synopsis: [PATCH] devel/p5-Test-YAML-Meta: correct 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 Apr 26 00: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 #17 r233932: Thu Apr 5 22:13:25 >Description: - Avoid use of SITE_PERL in DEPENDS - Don't use += when not needed Port maintainer (lippe@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Test-YAML-Meta-0.16.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Test-YAML-Meta/Makefile,v retrieving revision 1.10 diff -u -u -r1.10 Makefile --- Makefile 7 Jul 2010 00:17:31 -0000 1.10 +++ Makefile 26 Apr 2012 00:18:36 -0000 @@ -14,10 +14,10 @@ MAINTAINER= lippe@FreeBSD.org COMMENT= Validation of the META.yml file in a distribution -BUILD_DEPENDS+= ${SITE_PERL}/Test/YAML/Valid.pm:${PORTSDIR}/devel/p5-Test-YAML-Valid \ - ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ - ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage -RUN_DEPENDS+= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-Test-YAML-Valid>=0:${PORTSDIR}/devel/p5-Test-YAML-Valid \ + p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes --- p5-Test-YAML-Meta-0.16.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: