Date: Tue, 22 Mar 2011 17:18:07 +0300 From: Evgeniy Kosov <evgeniy@kosov.su> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/155783: New port: devel/p5-Log-Any-App An easy way to use Log::Any in applications Message-ID: <4D88AF9F.8020801@kosov.su> In-Reply-To: <201103221350.p2MDo16d092944@freefall.freebsd.org> References: <201103221350.p2MDo16d092944@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------050103030703030703070704 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Unfortunately, I've found a bug in the ports Makefile (right after posting the PR). Required perl version has to be changed: -PERL_MODBUILD= 5.10.1 +PERL_MODBUILD= 5.10.1+ Corresponding patch and updated shar are attached. -- Regards, Evgeniy --------------050103030703030703070704 Content-Type: text/plain; name="patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch" --- p5-Log-Any-App/Makefile.orig 2011-03-22 13:51:02.000000000 +0000 +++ p5-Log-Any-App/Makefile 2011-03-22 13:50:24.000000000 +0000 @@ -25,7 +25,7 @@ p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_MODBUILD= 5.10.1 +PERL_MODBUILD= 5.10.1+ MAN3= Log::Any::App.3 --------------050103030703030703070704--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D88AF9F.8020801>