From owner-freebsd-ports@FreeBSD.ORG Thu Jul 10 09:19:18 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 C6B481065677 for ; Thu, 10 Jul 2008 09:19:18 +0000 (UTC) (envelope-from haudh@sysadmin.su) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.freebsd.org (Postfix) with ESMTP id 52BAB8FC1B for ; Thu, 10 Jul 2008 09:19:17 +0000 (UTC) (envelope-from haudh@sysadmin.su) Received: by nf-out-0910.google.com with SMTP id h3so1192105nfh.33 for ; Thu, 10 Jul 2008 02:19:13 -0700 (PDT) Received: by 10.210.87.14 with SMTP id k14mr5905596ebb.60.1215680067972; Thu, 10 Jul 2008 01:54:27 -0700 (PDT) Received: from ?192.168.0.102? ( [213.134.215.237]) by mx.google.com with ESMTPS id y34sm12144070iky.10.2008.07.10.01.54.24 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 10 Jul 2008 01:54:26 -0700 (PDT) User-Agent: Microsoft-Entourage/12.0.0.071130 Date: Thu, 10 Jul 2008 12:54:19 +0400 From: "Michael A. Loginov" To: Message-ID: Thread-Topic: portupgrade fails to upgrade the package because the older version is installed Thread-Index: AcjiaooEaGcJhuTVRNybBnWlDXMRKw== Mime-version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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: Thu, 10 Jul 2008 09:19:18 -0000 And what about deinstall neon26 and install neon28 instead? 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. Yuri