Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Feb 2006 09:56:17 +0100 (CET)
From:      Anton Berezin <tobez@FreeBSD.org>
To:        geraud@gcu.info, tobez@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/93124: [MAINTAINER] devel/p5-Object-InsideOut: up to 1.36
Message-ID:  <200602100856.k1A8uHFh065516@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: [MAINTAINER] devel/p5-Object-InsideOut: up to 1.36

State-Changed-From-To: open->feedback
State-Changed-By: tobez
State-Changed-When: Fri Feb 10 09:53:27 CET 2006
State-Changed-Why: 
One of the port dependencies requires perl 5.8.X, while the port itself
claims to work with perl 5.6.X.

Do you approve the following patch in addition to your update (it might
not apply cleanly due to being cut-n-pasted, but you get the idea)?

--- ./Makefile  Fri Feb 10 09:52:02 2006
+++ /usr/ports/devel/p5-Object-InsideOut/Makefile       Fri Feb 10 09:52:57 2006
@@ -25,8 +25,8 @@ MAN3= Object::InsideOut.3
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 500601
-IGNORE=                requires perl 5.6.1 or later. Install lang/perl5.8 and try again
+.if ${PERL_LEVEL} < 500800
+IGNORE=                requires perl 5.8.0 or later. Install lang/perl5.8 and try again
 .endif
 
 .include <bsd.port.post.mk>


http://www.freebsd.org/cgi/query-pr.cgi?pr=93124



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602100856.k1A8uHFh065516>