From owner-freebsd-perl@FreeBSD.ORG Fri Oct 22 07:34:19 2004 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68F4E16A4CE for ; Fri, 22 Oct 2004 07:34:19 +0000 (GMT) Received: from plouf.absolight.net (plouf.absolight.net [212.43.217.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C42643D1F for ; Fri, 22 Oct 2004 07:34:19 +0000 (GMT) (envelope-from mat@mat.cc) Received: from pouet.in.mat.cc (pouet.in.mat.cc [193.30.224.122]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by plouf.absolight.net (Postfix) with ESMTP id 334D1A2402C; Fri, 22 Oct 2004 09:34:17 +0200 (CEST) Date: Fri, 22 Oct 2004 09:34:14 +0200 From: Mathieu Arnold To: Sebastian Schulze Struchtrup , perl@freebsd.org Message-ID: <74395BB1253C0CEFEED58108@[192.168.1.5]> In-Reply-To: <4178A58F.1090207@struchtrup.com> References: <4178A58F.1090207@struchtrup.com> X-Mailer: Mulberry/4.0.0a1 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: typo? ports/mail/p5-Mail-SpamAssassin/Makefile,v 1.60 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 07:34:19 -0000 +-Le 22/10/2004 08:15 +0200, Sebastian Schulze Struchtrup a dit : | ports/mail/p5-Mail-SpamAssassin/Makefile,v 1.60 | =============================================== | .if ${PERL_LEVEL} < 500600 | IGNORE= Needs perl 5.6.1 or higher, install lang/perl5.8 and try again | .endif | | | Shouldn't it be either "< 500601" or "<= 500600" ? | | | But the cvs commit says: |> Update to 3.0.0 |> Require at least 5.6.0 and point users to 5.8.5 True, but well, not really important, if you get this message, this means your port tree is already up to date, you won't have perl 5.6.0 available and only 5.6.1 and 5.8.5, furthermore, it tells you to install perl 5.8.5 :-) -- Mathieu Arnold