From owner-freebsd-ports@FreeBSD.ORG Mon Jul 14 12:34:39 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC7391065679 for ; Mon, 14 Jul 2008 12:34:39 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.229]) by mx1.freebsd.org (Postfix) with ESMTP id 8E6E58FC0A for ; Mon, 14 Jul 2008 12:34:39 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: by wr-out-0506.google.com with SMTP id c8so1823793wra.27 for ; Mon, 14 Jul 2008 05:34:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received :x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=o+qGCUUmKXMVDlpBXeVxNDdXBPXQqvpNaa4ALQAGurw=; b=kVRuM+8LjilatgtJTymsr+YmQMXlZX1bc4ixhQCPGT8XWuydmt8pYdEURQMY6lRTUL GxVBdKHspAQGtbJcO0GevWjOOhuRYcmdd+tQ1AibAObYi9VwYN/EedK17o8VDk0dozsS 2+YfblFjw0JR/h+0u3QELog8WWyR6ZQ5KI/3Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; b=YMLkidvcf/KtRjxVxFDw8KiKO8cY5K/yV4tuqMtlt1YgXp0g2U4OMMjDlBq05ReG/9 tQ8Nd6Y6WDH9zTXWuKSC5ZOeDPKDPu+7BpeCx+IbwiY/rVXScuNrKcvSmzrr7N/1teAl mEQcv+glHXBRbxdS3F6AksaNfVAXsITHAdXqw= Received: by 10.90.91.9 with SMTP id o9mr14564387agb.95.1216038878713; Mon, 14 Jul 2008 05:34:38 -0700 (PDT) Received: from darklight.homeunix.org ( [85.173.19.107]) by mx.google.com with ESMTPS id x55sm3765725hsx.5.2008.07.14.05.34.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 14 Jul 2008 05:34:38 -0700 (PDT) Received: from darklight.homeunix.org (yuri@darklight.homeunix.org [127.0.0.1]) by darklight.homeunix.org (8.14.2/8.14.2) with ESMTP id m6EC2v6a026207; Mon, 14 Jul 2008 16:02:58 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.homeunix.org (8.14.2/8.14.2/Submit) id m6EC2vYP026206; Mon, 14 Jul 2008 16:02:57 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.homeunix.org: yuri set sender to yuri.pankov@gmail.com using -f Date: Mon, 14 Jul 2008 16:02:57 +0400 From: Yuri Pankov To: Andriy Gapon Message-ID: <20080714120257.GC99198@darklight.homeunix.org> References: <48753715.10601@tsoft.com> <200807092249.06852.david@vizion2000.net> <4875C5D2.70003@tsoft.com> <48777A03.2060205@icyb.net.ua> <4877D82C.6030309@FreeBSD.org> <487A3ADD.3000707@icyb.net.ua> <487B3938.80805@FreeBSD.org> <487B3C7A.9030800@icyb.net.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <487B3C7A.9030800@icyb.net.ua> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-ports@freebsd.org Subject: Re: portupgrade fails to upgrade the package because the older version is installed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2008 12:34:40 -0000 On Mon, Jul 14, 2008 at 02:46:02PM +0300, Andriy Gapon wrote: > on 14/07/2008 14:32 Sergey Matveychuk said the following: > > > > This command works: > > # portupgrade -o www/neon28 neon26 > > > > I'll fix UPDATING entry. > > Is the reverse operation supposed to work? > > $ pkg_glob neon\* > neon28-0.28.2_1 > $ portupgrade -o www/neon26 neon28 > $ portupgrade -o www/neon26 www/neon28 > $ > > > -- > Andriy Gapon You may need to force it (-f) as PORTVERSION goes backwards. HTH, Yuri