From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 7 23:10:12 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 D5ADC1065670 for ; Wed, 7 Mar 2012 23:10:12 +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 B0B258FC15 for ; Wed, 7 Mar 2012 23:10:12 +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 q27NACjS020808 for ; Wed, 7 Mar 2012 23:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q27NACbJ020807; Wed, 7 Mar 2012 23:10:12 GMT (envelope-from gnats) Resent-Date: Wed, 7 Mar 2012 23:10:12 GMT Resent-Message-Id: <201203072310.q27NACbJ020807@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 5AA40106567B; Wed, 7 Mar 2012 23:02:43 +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 1A12F8FC18; Wed, 7 Mar 2012 23:02:43 +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 q27N2dkP054577 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 7 Mar 2012 18:02:39 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q27N2ZWW045325; Wed, 7 Mar 2012 18:02:35 -0500 (EST) (envelope-from steve) Message-Id: <201203072302.q27N2ZWW045325@meatwad.mouf.net> Date: Wed, 7 Mar 2012 18:02:35 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: clsung@FreeBSD.org Subject: ports/165840: [PATCH] net/p5-Net-Address-Ethernet: Add missing DEPENDS, other improvements 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: Wed, 07 Mar 2012 23:10:13 -0000 >Number: 165840 >Category: ports >Synopsis: [PATCH] net/p5-Net-Address-Ethernet: Add missing DEPENDS, other improvements >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: Wed Mar 07 23:10:12 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 BUILD_DEPENDS and RUN_DEPENDS - Bump PORTREVISION - Add TEST_DEPENDS - Sort DEPENDS - Avoid use of SITE_PERL in DEPENDS Port maintainer (clsung@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Net-Address-Ethernet-1.114_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net/p5-Net-Address-Ethernet/Makefile,v retrieving revision 1.10 diff -u -u -r1.10 Makefile --- Makefile 22 Jul 2009 16:26:50 -0000 1.10 +++ Makefile 7 Mar 2012 23:02:01 -0000 @@ -7,6 +7,7 @@ PORTNAME= Net-Address-Ethernet PORTVERSION= 1.114 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,12 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Find hardware ethernet address -RUN_DEPENDS= ${SITE_PERL}/Env/Path.pm:${PORTSDIR}/devel/p5-Env-Path \ - ${SITE_PERL}/Regexp/Common.pm:${PORTSDIR}/textproc/p5-Regexp-Common +BUILD_DEPENDS= p5-Env-Path>=0:${PORTSDIR}/devel/p5-Env-Path \ + p5-Net-Ifconfig-Wrapper>=0:${PORTSDIR}/net/p5-Net-Ifconfig-Wrapper \ + p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage PERL_CONFIGURE= yes --- p5-Net-Address-Ethernet-1.114_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: