From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 13 22:40:58 2006 Return-Path: X-Original-To: freebsd-ports-bugs@freebsd.org Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D287216A41A; Tue, 13 Jun 2006 22:40:58 +0000 (UTC) (envelope-from ports@mcdermottroe.com) Received: from bigben2.bytemark.co.uk (bigben2.bytemark.co.uk [80.68.81.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E47443D45; Tue, 13 Jun 2006 22:40:58 +0000 (GMT) (envelope-from ports@mcdermottroe.com) Received: from edgespace.vm.bytemark.co.uk ([80.68.90.21]) by bigben2.bytemark.co.uk with esmtp (Exim 4.52) id 1FqHZB-0002be-PH; Tue, 13 Jun 2006 22:40:57 +0000 Received: from [62.231.57.138] (helo=[192.168.42.78]) by edgespace.vm.bytemark.co.uk with asmtp (Cipher TLSv1:RC4-MD5:128) (Exim 3.35 #1 (Debian)) id 1FqHer-0003fe-00; Tue, 13 Jun 2006 23:46:49 +0100 Message-ID: <448F3EEF.1050006@mcdermottroe.com> Date: Tue, 13 Jun 2006 23:40:47 +0100 From: Conor McDermottroe User-Agent: Thunderbird 1.5.0.4 (X11/20060606) MIME-Version: 1.0 To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org References: <200606132210.k5DMAAs4053537@freefall.freebsd.org> In-Reply-To: <200606132210.k5DMAAs4053537@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: ports/98915: [NEW PORT] www/p5-TestGen4Web-Runner 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: Tue, 13 Jun 2006 22:40:58 -0000 FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/98915'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=98915 > >> Category: ports >> Responsible: freebsd-ports-bugs >> Synopsis: [NEW PORT] www/p5-TestGen4Web-Runner >> Arrival-Date: Tue Jun 13 22:10:10 GMT 2006 Apologies, I missed some dependencies: here is a diff. I can provide a clean shar if needed. -C diff -ruN /usr/ports/www/p5-TestGen4Web-Runner.orig/Makefile /usr/ports/www/p5-TestGen4Web-Runner/Makefile --- /usr/ports/www/p5-TestGen4Web-Runner.orig/Makefile Tue Jun 13 23:09:53 2006 +++ /usr/ports/www/p5-TestGen4Web-Runner/Makefile Tue Jun 13 23:22:00 2006 @@ -16,7 +16,10 @@ MAINTAINER= ports@mcdermottroe.com COMMENT= A PERL module to replay files recorded with TestGen4Web -BUILD_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple +BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor \ + ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ + ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes