ports/165776: [PATCH] net-mgmt/p5-Net-ACL: add missing BUILD_DEPENDS and RUN_DEPENDS

Steve Wills swills at FreeBSD.org
Tue Mar 6 14:50:13 UTC 2012


>Number:         165776
>Category:       ports
>Synopsis:       [PATCH] net-mgmt/p5-Net-ACL: add missing BUILD_DEPENDS and RUN_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:   Tue Mar 06 14:50: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 to enable testing

Note: still fails tests

Port maintainer (gslin at gslin.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-Net-ACL-0.07_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net-mgmt/p5-Net-ACL/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	22 Jul 2009 16:26:55 -0000	1.3
+++ Makefile	6 Mar 2012 14:48:44 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Net-ACL
 PORTVERSION=	0.07
+PORTREVISION=	1
 CATEGORIES=	net-mgmt perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,9 +15,11 @@
 MAINTAINER=	gslin at gslin.org
 COMMENT=	Class representing a generic access-list/route-map
 
-RUN_DEPENDS=	p5-Cisco-Reconfig>=0.05:${PORTSDIR}/net-mgmt/p5-Cisco-Reconfig \
-		p5-IO-String>=1.02:${PORTSDIR}/devel/p5-IO-String
-BUILD_DEPENDS=	${RUN_DEPENDS}
+BUILD_DEPENDS=	p5-Cisco-Reconfig>=0.05:${PORTSDIR}/net-mgmt/p5-Cisco-Reconfig \
+		p5-IO-String>=1.02:${PORTSDIR}/devel/p5-IO-String \
+		p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Signature>=1.04:${PORTSDIR}/devel/p5-Test-Signature
 
 PERL_CONFIGURE=	yes
 
--- p5-Net-ACL-0.07_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list