From owner-freebsd-ports@FreeBSD.ORG Fri Jul 11 15:19:36 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 7BBAA106568C for ; Fri, 11 Jul 2008 15:19:36 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from falcon.cybervisiontech.com (falcon.cybervisiontech.com [217.20.163.9]) by mx1.freebsd.org (Postfix) with ESMTP id 3C7A68FC12 for ; Fri, 11 Jul 2008 15:19:36 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (localhost [127.0.0.1]) by falcon.cybervisiontech.com (Postfix) with ESMTP id B44D874400B; Fri, 11 Jul 2008 18:19:34 +0300 (EEST) X-Virus-Scanned: Debian amavisd-new at falcon.cybervisiontech.com Received: from falcon.cybervisiontech.com ([127.0.0.1]) by localhost (falcon.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QAiD9m2ALbs5; Fri, 11 Jul 2008 18:19:34 +0300 (EEST) Received: from [10.2.1.87] (gateway.cybervisiontech.com.ua [91.198.50.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by falcon.cybervisiontech.com (Postfix) with ESMTP id 479C6744001; Fri, 11 Jul 2008 18:19:34 +0300 (EEST) Message-ID: <48777A03.2060205@icyb.net.ua> Date: Fri, 11 Jul 2008 18:19:31 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.14 (X11/20080611) MIME-Version: 1.0 To: yuri@tsoft.com References: <48753715.10601@tsoft.com> <200807092249.06852.david@vizion2000.net> <4875C5D2.70003@tsoft.com> In-Reply-To: <4875C5D2.70003@tsoft.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: David Southwell , 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: Fri, 11 Jul 2008 15:19:36 -0000 on 10/07/2008 11:18 Yuri said the following: > David Southwell wrote: >> Did you follow the instructions in UPDATING (see below)? >> They may have some bearing on the problem. >> ________________________ >> 20080701: >> AFFECTS: users of devel/subversion* >> AUTHOR: Lev Serebryakov >> >> subversion now uses neon-0.28.x (www/neon28) port, and automatic >> portupgrade will fail because neon26 will conflict with installed >> neon26. >> You should upgrade neon library tohgether with subversion with >> >> # portupgrade -o www/neon28 neon subversion >> >> command. >> >> Also, if you use special subversion port with bindings, you >> should upgrade your port to clean subversion port with >> >> # portupgrade -o devel/subversion subversion-\* >> >> and install needed bindings (p5-subversion, py-subversion and/or >> ruby-subversion) after that. >> >> If you use subversion with bindings, installed from devel/subversion >> with custom options, don't forget to install separate bindings ports >> after subversion upgrade. >> __________________________- >> >> David >> > > > No, command "portupgrade -o www/neon28 neon subversion" causes the same > error message itself. Manually deinstall neon26 (you might want to create a backup with pkg_create -b) and then install neon28 and then proceed as usual with subversion. portupgrade -o seems to be broken. -- Andriy Gapon