From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 4 04:10:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED14F1065673 for ; Sat, 4 Feb 2012 04:10:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C95BD8FC15 for ; Sat, 4 Feb 2012 04:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q144A9Bm004015 for ; Sat, 4 Feb 2012 04:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q144A935004014; Sat, 4 Feb 2012 04:10:09 GMT (envelope-from gnats) Resent-Date: Sat, 4 Feb 2012 04:10:09 GMT Resent-Message-Id: <201202040410.q144A935004014@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B5BE1065670; Sat, 4 Feb 2012 04:06:28 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id EE1C98FC15; Sat, 4 Feb 2012 04:06:27 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1446Msk064151 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 3 Feb 2012 23:06:23 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1446JAL078349; Fri, 3 Feb 2012 23:06:19 -0500 (EST) (envelope-from steve) Message-Id: <201202040406.q1446JAL078349@meatwad.mouf.net> Date: Fri, 3 Feb 2012 23:06:19 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: clsung@FreeBSD.org Subject: ports/164754: [PATCH] net/p5-Net-GitHub: add missing DEPENDS, add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2012 04:10:10 -0000 >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: