Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jul 2008 16:18:21 +0400
From:      Sergey Matveychuk <sem@FreeBSD.org>
To:        Andriy Gapon <avg@icyb.net.ua>
Cc:        yuri@tsoft.com, David Southwell <david@vizion2000.net>, freebsd-ports@FreeBSD.org
Subject:   Re: portupgrade fails to upgrade the package because the older   version is installed
Message-ID:  <487B440D.7020405@FreeBSD.org>
In-Reply-To: <487B4097.4040803@icyb.net.ua>
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> <487B3F1A.3090002@FreeBSD.org> <487B4097.4040803@icyb.net.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
Andriy Gapon wrote:
> on 14/07/2008 14:57 Sergey Matveychuk said the following:
>> 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
>>> $
>>>
>>>
>> Yes.
>>
> 
> It didn't work for me (nothing was done as shown above).
> Could you please check if it works for you (if you can) ?
> 

version 2.8 is alway > than 2.6. So you must use -f option here:

portupgrade -fo www/neon26 neon28

portupgrade will no update ports on older version if you did not force it.

-- 
Dixi.
Sem.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?487B440D.7020405>