From owner-freebsd-questions@FreeBSD.ORG Fri Nov 11 18:43:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42B3116A420 for ; Fri, 11 Nov 2005 18:43:37 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id AA8BD43D45 for ; Fri, 11 Nov 2005 18:43:36 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 11746 invoked by uid 502); 11 Nov 2005 18:43:35 -0000 Received: from dsl28217.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.115.217) by 0 with SMTP; 11 Nov 2005 18:43:35 -0000 X-CLIENT-IP: 216.227.115.217 X-CLIENT-HOST: dsl28217.ywave.com Message-ID: <4374E656.1050501@ywave.com> Date: Fri, 11 Nov 2005 10:43:34 -0800 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051108) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sasa Stupar References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Q ML Subject: Re: Upgrading application(s) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Nov 2005 18:43:37 -0000 Sasa Stupar wrote: > Hi! > > I am quite new to freebsd. I have several applications build from the > ports collection. When some port change for a new version (I cvsup my > ports collection) how do I do upgrade of that application? Is it the > same as for the first time: just go to the port I want and then type > make and make install or is there another way? > > Regards, > Sasa As was already pointed out portmanager and portupgrade are the automated way of doing it, and both are quite good. To do it the manual way you need to go to the port you want to install and do a make deinstall before the make install otherwise it'll complain about the port already being installed. HTH, Micah