From owner-freebsd-ports@FreeBSD.ORG Mon Jun 4 09:12:54 2007 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 715C516A46B; Mon, 4 Jun 2007 09:12:54 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from gateway.cybervisiontech.com.ua (gateway.cybervisiontech.com.ua [88.81.251.18]) by mx1.freebsd.org (Postfix) with ESMTP id 2C38B13C484; Mon, 4 Jun 2007 09:12:53 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (hq.cybervisiontech.com [127.0.0.1]) by gateway.cybervisiontech.com.ua (Postfix) with ESMTP id 15E8AED4458; Mon, 4 Jun 2007 12:12:47 +0300 (EEST) X-Virus-Scanned: amavisd-new at cybervisiontech.com Received: from gateway.cybervisiontech.com.ua ([127.0.0.1]) by localhost (hq.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xI5yHYpkLdbo; Mon, 4 Jun 2007 12:12:45 +0300 (EEST) Received: from [10.2.1.87] (rein.cybervisiontech.com.ua [10.2.1.87]) by gateway.cybervisiontech.com.ua (Postfix) with ESMTP id BE3DFED4454; Mon, 4 Jun 2007 12:12:45 +0300 (EEST) Message-ID: <4663D792.4040205@icyb.net.ua> Date: Mon, 04 Jun 2007 12:12:50 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.0 (X11/20070521) MIME-Version: 1.0 To: Sergey Matveychuk References: <465C550D.1080501@icyb.net.ua> <46611F10.5020008@FreeBSD.org> In-Reply-To: <46611F10.5020008@FreeBSD.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@FreeBSD.org Subject: Re: portupgrade -o 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, 04 Jun 2007 09:12:54 -0000 on 02/06/2007 10:41 Sergey Matveychuk said the following: > Andriy Gapon wrote: [snip] >> The problem can be illustrated like follows: >> $ portupgrade -o audio/portaudio2 portaudio-18.1_2 >> ... nothing happens ... >> $ portupgrade -f -o audio/portaudio2 portaudio-18.1_2 >> ... portaudio-18.1_2 from audio/portaudio is re-installed ... >> >> Does anybody else see this ? [snip] > > It's possible if installed version is greater than a version in origin. > You can compare two version with the command: > pkg_version -t version1 version2 I am not sure which versions I should compare... Version of audio/portaudio in ports is 18.1_2, installed version is also 18.1_2. Version of portaudio2 should not matter in this because it is a "totally different" port, right ? Anyway, even if I had the version situation that you suggested I think it still would be a bug on portupgrade's side because in this case I am not upgrading any ports at all, I am replacing one port with another. Or am I missing something ? -- Andriy Gapon