ports/165455: [PATCH] devel/p5-constant-def: add missing DEPENDS

Steve Wills swills at FreeBSD.org
Fri Feb 24 17:50:08 UTC 2012


>Number:         165455
>Category:       ports
>Synopsis:       [PATCH] devel/p5-constant-def: 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:   Fri Feb 24 17:50:07 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:
- Add missing BUILD_DEPENDS to silence build warnings

Port maintainer (mons at cpan.org) is cc'd.

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

--- p5-constant-def-0.01_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-constant-def/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	24 Sep 2010 00:44:23 -0000	1.2
+++ Makefile	24 Feb 2012 17:42:44 -0000
@@ -15,7 +15,8 @@
 MAINTAINER=	mons at cpan.org
 COMMENT=	Declare only undeclared constants
 
-RUN_DEPENDS=	p5-ex-lib>=0.06:${PORTSDIR}/devel/p5-ex-lib
+BUILD_DEPENDS=	p5-ex-lib>=0.06:${PORTSDIR}/devel/p5-ex-lib
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-constant-def-0.01_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list