Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Mar 2012 18:02:35 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        clsung@FreeBSD.org
Subject:   ports/165840: [PATCH] net/p5-Net-Address-Ethernet: Add missing DEPENDS, other improvements
Message-ID:  <201203072302.q27N2ZWW045325@meatwad.mouf.net>
Resent-Message-ID: <201203072310.q27NACbJ020807@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203072302.q27N2ZWW045325>