From owner-freebsd-ports@FreeBSD.ORG Sun Mar 23 11:09:37 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC488DCF for ; Sun, 23 Mar 2014 11:09:37 +0000 (UTC) Received: from mail-we0-x229.google.com (mail-we0-x229.google.com [IPv6:2a00:1450:400c:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8318DC3A for ; Sun, 23 Mar 2014 11:09:37 +0000 (UTC) Received: by mail-we0-f169.google.com with SMTP id w62so2727282wes.28 for ; Sun, 23 Mar 2014 04:09:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=U21cSigVfHFw6fqDBY2XVTnCxXDTkIulyS7DwYgV48g=; b=IyaH2fFRvLMVsZ1+3JZNv2jllke4s2LAGHXiFlBCqsfoVs6Shsi6UHQL/Bv+9TIL37 3xSz6VeYadXvznZVk38nZETuv2tE+Ajv6dyOB39pNFdwQtk3vt4+EwTbh5lu8Sor2hms kV/BL4NQDnCn94KKzXBSGiJl1JT6gS1D8LPEBQgNPQtY2bZ4poaR2ACypxY4Mmkt/Ixn RyuGr6OSqrfkrs+63LJQ3IbKuJji74CVsiMFVlscnsKwywZMDldtyNuubutsqRZZWRsx YAlKaLa3TpZAr0B+0ogmnBaIBTaV2m5dnHq/zK9J3RIfQ2vTWIrHbKPmCDDbI3b+eQIG P92A== X-Received: by 10.180.189.169 with SMTP id gj9mr8915218wic.17.1395572975955; Sun, 23 Mar 2014 04:09:35 -0700 (PDT) Received: from [192.168.2.3] (esc31-1-78-245-92-55.fbx.proxad.net. [78.245.92.55]) by mx.google.com with ESMTPSA id bj3sm24661095wjb.14.2014.03.23.04.09.34 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 23 Mar 2014 04:09:35 -0700 (PDT) Sender: Julien Laffaye Message-ID: <532EC0F2.50000@freebsd.org> Date: Sun, 23 Mar 2014 12:09:38 +0100 From: Julien Laffaye User-Agent: Thunderbird/7.0.1 MIME-Version: 1.0 To: FreeBSD Ports Subject: Re: Port version problem References: <20140323070513.537fcee0@scorpio> In-Reply-To: <20140323070513.537fcee0@scorpio> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Mar 2014 11:09:38 -0000 On 3/23/2014 12:05 PM, Jerry wrote: > When I ran the following command after updating my port's tree: > > /usr/sbin/pkg version -vIL= > > It produced the following output: > > dri-9.1.7_3,2 > succeeds index (index has 7.6.1_3,2) > libEGL-9.1.7 > succeeds index (index has 7.6.1) > libGL-9.1.7 > succeeds index (index has 7.6.1_4) > libdrm-2.4.50 > succeeds index (index has 2.4.17_1) > xf86-video-ati-7.2.0_1 > succeeds index (index has 6.14.6_1) > xf86-video-intel-2.21.15_1 > succeeds index (index has 2.7.1_6) > xorg-server-1.12.4_4,1 > succeeds index (index has 1.7.7_11,1) > > How is that even possible? I don't recall seeing anything in UPDATING that > referred to this. > You have to update the INDEX too.