From owner-cvs-all@FreeBSD.ORG Wed Feb 7 15:42:34 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 226CD16A406; Wed, 7 Feb 2007 15:42:34 +0000 (UTC) (envelope-from tobez@tobez.org) Received: from heechee.tobez.org (heechee.tobez.org [194.255.56.42]) by mx1.freebsd.org (Postfix) with ESMTP id CF28513C4AC; Wed, 7 Feb 2007 15:42:33 +0000 (UTC) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id 5B069125420; Wed, 7 Feb 2007 16:24:52 +0100 (CET) Date: Wed, 7 Feb 2007 16:24:52 +0100 From: Anton Berezin To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20070207152452.GA57244@heechee.tobez.org> Mail-Followup-To: Anton Berezin , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200702071452.l17Eqvll083171@repoman.freebsd.org> <20070207150415.GQ16049@droso.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070207150415.GQ16049@droso.net> User-Agent: Mutt/1.4.2.2i X-Powered-By: FreeBSD http://www.freebsd.org/ Cc: Subject: Re: cvs commit: ports/math/p5-Math-BigInt Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2007 15:42:34 -0000 On Wed, Feb 07, 2007 at 04:04:15PM +0100, Erwin Lansing wrote: > On Wed, Feb 07, 2007 at 02:52:57PM +0000, Anton Berezin wrote: > > tobez 2007-02-07 14:52:57 UTC > > > > FreeBSD ports repository > > > > Modified files: > > math/p5-Math-BigInt Makefile distinfo > > Log: > > Update to 1.79. Require perl from ports. \o/ > > > > Revision Changes Path > > 1.16 +8 -2 ports/math/p5-Math-BigInt/Makefile > > 1.14 +3 -3 ports/math/p5-Math-BigInt/distinfo > > > > | -.include > > | +.include > > | + > > | +.if ${PERL_LEVEL} < 500600 > > | +IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again > > | +.endif > > | + > > | +.include > > There's no need for this. We don't support any FreeBSD with a perl < > 500600 anymore. Maybe when the ports collection infrastructure starts breaking on 4.X in deeds and not in promises, we should do a sweep to remove all such. But prolly not just yet. \Anton. -- We're going for 'working' here. 'clean' is for people with skills... -- Flemming Jacobsen