From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 19:30:10 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 7BB0B1065672 for ; Sat, 18 Feb 2012 19:30:10 +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 53E208FC1D for ; Sat, 18 Feb 2012 19:30:10 +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 q1IJUAEX064040 for ; Sat, 18 Feb 2012 19:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IJUAVe064038; Sat, 18 Feb 2012 19:30:10 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2012 19:30:10 GMT Resent-Message-Id: <201202181930.q1IJUAVe064038@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 303DF1065677; Sat, 18 Feb 2012 19:21:45 +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 C5EDF8FC14; Sat, 18 Feb 2012 19:21:44 +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 q1IJLfsk068761 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 18 Feb 2012 14:21:41 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1IJLeiv073674; Sat, 18 Feb 2012 14:21:40 -0500 (EST) (envelope-from steve) Message-Id: <201202181921.q1IJLeiv073674@meatwad.mouf.net> Date: Sat, 18 Feb 2012 14:21:40 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: sahil@FreeBSD.org Subject: ports/165275: [PATCH] devel/p5-MooseX-Storage: move some DEPENDS to TEST_DEPENDS, add a JSON module for testing 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, 18 Feb 2012 19:30:10 -0000 >Number: 165275 >Category: ports >Synopsis: [PATCH] devel/p5-MooseX-Storage: move some DEPENDS to TEST_DEPENDS, add a JSON module for testing >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 18 19:30: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 #13 r230974: Fri Feb 3 23:48:36 >Description: see patch. It might be a good idea to move the JSON-XS dep to BUILD/RUN, but that removes the flexibility of JSON-Any module Port maintainer (sahil@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-MooseX-Storage-0.30_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-MooseX-Storage/Makefile,v retrieving revision 1.18 diff -u -u -r1.18 Makefile --- Makefile 17 Sep 2011 06:49:00 -0000 1.18 +++ Makefile 18 Feb 2012 19:15:49 -0000 @@ -7,6 +7,7 @@ PORTNAME= MooseX-Storage PORTVERSION= 0.30 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,11 +17,13 @@ BUILD_DEPENDS= p5-Moose>=0.99:${PORTSDIR}/devel/p5-Moose \ p5-JSON-Any>=1.15:${PORTSDIR}/converters/p5-JSON-Any \ + p5-String-RewritePrefix>=0.004:${PORTSDIR}/textproc/p5-String-RewritePrefix +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ p5-Test-JSON>=0.06:${PORTSDIR}/devel/p5-Test-JSON \ p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ - p5-String-RewritePrefix>=0.004:${PORTSDIR}/textproc/p5-String-RewritePrefix -RUN_DEPENDS:= ${BUILD_DEPENDS} + p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS PERL_CONFIGURE= yes --- p5-MooseX-Storage-0.30_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: