From owner-cvs-all@FreeBSD.ORG Sat May 26 14:55:22 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 BEEE316A41F; Sat, 26 May 2007 14:55:22 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from cicero-fbr1.cybercity.dk (cicero-fbr1.cybercity.dk [212.242.40.5]) by mx1.freebsd.org (Postfix) with ESMTP id 7BD6713C44B; Sat, 26 May 2007 14:55:22 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from cicero1.cybercity.dk (cicero1.cybercity.dk [212.242.40.4]) by cicero-fbr1.cybercity.dk (Postfix) with ESMTP id 3E9263E67B1; Sat, 26 May 2007 16:21:57 +0200 (CEST) Received: from [10.0.0.100] (port456.ds1-bav.adsl.cybercity.dk [212.242.213.149]) by cicero1.cybercity.dk (Postfix) with ESMTP id 85EE965605A; Sat, 26 May 2007 16:21:55 +0200 (CEST) Message-ID: <4658428F.8000704@FreeBSD.org> Date: Sat, 26 May 2007 16:22:07 +0200 From: Lars Thegler User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Andrew Pantyukhin References: <200705251103.l4PB3kbK004108@repoman.freebsd.org> In-Reply-To: X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-ports@freebsd.org, skv@FreeBSD.org, cvs-all@freebsd.org, ports-committers@freebsd.org 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: Sat, 26 May 2007 14:55:22 -0000 On 25-05-2007 20:16, Andrew Pantyukhin wrote: > On 5/25/07, Lars Thegler wrote: >> Modified files: >> math/p5-Math-BigInt Makefile distinfo >> Log: >> Update to 1.84, unbreak > What about this warning: > > ********************************************************************** > Attention: After installing this package, you also need to update: > > Math::BigRat to at least v0.19 (you have v0.15) > bignum to at least v0.21 (you have v0.17) Yes, I noticed, but I interpreted it as a recommendation, since it does not abort the installation, as normally done for hard version requirements. I did submit a PR (ports/112992) for skv to update math/p5-Math-BigRat to 0.19, and I have a port of bignum v0.21 ready. It requires Math::BigRat v0.19, so they need to be added to the tree in the correct order. /Lars