From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 6 06:43:26 2004 Return-Path: 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 CD2B216A4CE; Fri, 6 Feb 2004 06:43:26 -0800 (PST) Received: from cicero0.cybercity.dk (cicero0.cybercity.dk [212.242.40.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C91543D48; Fri, 6 Feb 2004 06:43:25 -0800 (PST) (envelope-from lars@thegler.dk) Received: from dask.thegler.dk (port156.ds1-bav.adsl.cybercity.dk [217.157.188.161]) by cicero0.cybercity.dk (Postfix) with ESMTP id 92BC129719; Fri, 6 Feb 2004 15:43:23 +0100 (CET) Received: from thegler.dk (localhost [127.0.0.1]) by dask.thegler.dk (Postfix) with ESMTP id 4CB733EB4; Fri, 6 Feb 2004 15:43:23 +0100 (CET) Message-ID: <4023A80B.6070502@thegler.dk> Date: Fri, 06 Feb 2004 15:43:23 +0100 From: Lars Thegler User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Erwin Lansing References: <200402060949.i169nUt9039804@freefall.freebsd.org> In-Reply-To: <200402060949.i169nUt9039804@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="------------050204090602000603060704" cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/62398: [PATCH] devel/p5-AppConfig: update to 1.56, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2004 14:43:26 -0000 This is a multi-part message in MIME format. --------------050204090602000603060704 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Erwin Lansing wrote: > Should Test::Simple be added as a dependencies or are you sure > it is only used by make test? Please apply attached patch. --------------050204090602000603060704 Content-Type: text/plain; name="p5-AppConfig.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="p5-AppConfig.diff" diff -ru p5-AppConfig.previous/Makefile p5-AppConfig/Makefile --- p5-AppConfig.previous/Makefile Fri Feb 6 15:33:54 2004 +++ p5-AppConfig/Makefile Fri Feb 6 15:42:35 2004 @@ -15,6 +15,9 @@ MAINTAINER= lars@thegler.dk COMMENT= A Perl module for reading configuration files +BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= YES MAN3= AppConfig.3 \ --------------050204090602000603060704--