Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Feb 2012 23:06:19 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        clsung@FreeBSD.org
Subject:   ports/164754: [PATCH] net/p5-Net-GitHub: add missing DEPENDS, add TEST_DEPENDS
Message-ID:  <201202040406.q1446JAL078349@meatwad.mouf.net>
Resent-Message-ID: <201202040410.q144A935004014@freefall.freebsd.org>

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

>Number:         164754
>Category:       ports
>Synopsis:       [PATCH] net/p5-Net-GitHub: add missing DEPENDS, add TEST_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:   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:
add missing BUILD_DEPENDS and RUN_DEPENDS to silence build warnings and allow the module to work
add TEST_DEPENDS to enable testing

see patch

Port maintainer (clsung@FreeBSD.org) is cc'd.

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

--- p5-Net-GitHub-0.30_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/p5-Net-GitHub/Makefile,v
retrieving revision 1.11
diff -u -u -r1.11 Makefile
--- Makefile	27 Sep 2011 01:12:27 -0000	1.11
+++ Makefile	4 Feb 2012 04:05:20 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Net-GitHub
 PORTVERSION=	0.30
+PORTREVISION=	1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:FAYLAND
@@ -24,8 +25,10 @@
 		${SITE_PERL}/JSON/Any.pm:${PORTSDIR}/converters/p5-JSON-Any \
 		p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \
 		p5-Crypt-SSLeay>0:${PORTSDIR}/security/p5-Crypt-SSLeay \
-		p5-Any-Moose>0:${PORTSDIR}/devel/p5-Any-Moose
+		p5-Any-Moose>0:${PORTSDIR}/devel/p5-Any-Moose \
+		p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS
 BUILD_DEPENDS=	${RUN_DEPENDS}
+TEST_DEPENDS=	p5-Test-MockModule>=0:${PORTSDIR}/devel/p5-Test-MockModule
 
 PERL_CONFIGURE=	yes
 
--- p5-Net-GitHub-0.30_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?201202040406.q1446JAL078349>