Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Feb 2012 23:07:08 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/164755: [PATCH] devel/p5-App-GitHub: add missing BUILD_DEPENDS to silence build warnings
Message-ID:  <201202040407.q14478nB090911@meatwad.mouf.net>
Resent-Message-ID: <201202040410.q144AASC004023@freefall.freebsd.org>

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

>Number:         164755
>Category:       ports
>Synopsis:       [PATCH] devel/p5-App-GitHub: add missing BUILD_DEPENDS to silence build warnings
>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:   Sat Feb 04 04:10:09 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 #8: Mon Dec 19 15:53:28 EST 2011
>Description:
[DESCRIBE CHANGES]

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

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-App-GitHub-0.11.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-App-GitHub/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	26 Nov 2010 21:23:50 -0000	1.1
+++ Makefile	4 Feb 2012 04:06:48 -0000
@@ -15,6 +15,9 @@
 MAINTAINER=	gslin@gslin.org
 COMMENT=	GitHub Command Tools
 
+BUILD_DEPENDS=	p5-JSON-XS>=2.3:${PORTSDIR}/converters/p5-JSON-XS \
+		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
+		p5-Net-GitHub>=0.12:${PORTSDIR}/net/p5-Net-GitHub
 RUN_DEPENDS=	p5-JSON-XS>=2.3:${PORTSDIR}/converters/p5-JSON-XS \
 		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
 		p5-Net-GitHub>=0.12:${PORTSDIR}/net/p5-Net-GitHub
--- p5-App-GitHub-0.11.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?201202040407.q14478nB090911>