From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 9 01:40:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2FD471065673 for ; Mon, 9 Apr 2012 01:40:15 +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 06B2F8FC12 for ; Mon, 9 Apr 2012 01:40:15 +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 q391eEmD081998 for ; Mon, 9 Apr 2012 01:40:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q391eE12081996; Mon, 9 Apr 2012 01:40:14 GMT (envelope-from gnats) Resent-Date: Mon, 9 Apr 2012 01:40:14 GMT Resent-Message-Id: <201204090140.q391eE12081996@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 DE51B106566C for ; Mon, 9 Apr 2012 01:34:09 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 98D218FC14 for ; Mon, 9 Apr 2012 01:34:09 +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 q391Y4xs021483 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 8 Apr 2012 21:34:05 -0400 (EDT) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q391Y0N2076795; Sun, 8 Apr 2012 21:34:00 -0400 (EDT) (envelope-from steve) Message-Id: <201204090134.q391Y0N2076795@meatwad.mouf.net> Date: Sun, 8 Apr 2012 21:34:00 -0400 (EDT) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: milki@rescomp.berkeley.edu Subject: ports/166772: [PATCH] textproc/p5-Hailo: Add missing DEPENDS, correct error in 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: Mon, 09 Apr 2012 01:40:15 -0000 >Number: 166772 >Category: ports >Synopsis: [PATCH] textproc/p5-Hailo: Add missing DEPENDS, correct error in 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: Mon Apr 09 01:40:14 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 #17 r233932: Thu Apr 5 22:13:25 >Description: - Add missing DEPENDS - Add missing TEST_DEPENDS - Correct error in TEST_DEPENDS - Bump PORTREVISION Port maintainer (milki@rescomp.berkeley.edu) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Hailo-0.70_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/p5-Hailo/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 13 Mar 2012 16:15:23 -0000 1.4 +++ Makefile 9 Apr 2012 01:33:17 -0000 @@ -7,6 +7,7 @@ PORTNAME= Hailo PORTVERSION= 0.70 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HINRIK @@ -31,14 +32,15 @@ p5-IO-Interactive>=0.0.6:${PORTSDIR}/devel/p5-IO-Interactive \ p5-IPC-System-Simple>=1.21:${PORTSDIR}/devel/p5-IPC-System-Simple \ p5-List-MoreUtils>=0.22:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-MooseX-StrictConstructor>=0.16:${PORTSDIR}/devel/p5-MooseX-StrictConstructor \ p5-MouseX-Getopt>=0.33:${PORTSDIR}/devel/p5-MouseX-Getopt \ p5-MouseX-StrictConstructor>=0.02:${PORTSDIR}/devel/p5-MouseX-StrictConstructor \ p5-Regexp-Common>=2010010201:${PORTSDIR}/textproc/p5-Regexp-Common \ p5-Term-Sk>=0.06:${PORTSDIR}/devel/p5-Term-Sk \ p5-namespace-clean>=0.18:${PORTSDIR}/devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} - -TEST_DEPENDS= p5-Test-Exception>=0.29:${PORTSDIR}/devel/p5-Test-Exception \ +TEST_DEPENDS= p5-DBD-SQLite>=1.29:${PORTSDIR}/databases/p5-DBD-SQLite \ + p5-Test-Exception>=0.29:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-Expect>=0.31:${PORTSDIR}/devel/p5-Test-Expect \ p5-Test-Output>=0.16:${PORTSDIR}/devel/p5-Test-Output \ p5-Test-Script>=1.07:${PORTSDIR}/devel/p5-Test-Script \ @@ -88,7 +90,7 @@ .if ${PERL_LEVEL} < 501400 BUILD_DEPENDS+= p5-autodie>=2.08:${PORTSDIR}/devel/p5-autodie RUN_DEPENDS+= p5-autodie>=2.08:${PORTSDIR}/devel/p5-autodie -TEST_DEPENDS+= p5-Test-More>=0.94:${PORTSDIR}/devel/p5-Test-More +TEST_DEPENDS+= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple .endif .include --- p5-Hailo-0.70_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: