Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Feb 2012 12:43:02 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mons@cpan.org
Subject:   ports/165455: [PATCH] devel/p5-constant-def: add missing DEPENDS
Message-ID:  <201202241743.q1OHh27P093165@meatwad.mouf.net>
Resent-Message-ID: <201202241750.q1OHo7Sm053524@freefall.freebsd.org>

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

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



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