From owner-freebsd-questions@FreeBSD.ORG Wed Dec 7 13:52:14 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 3925F16A41F for ; Wed, 7 Dec 2005 13:52:14 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out2.blueyonder.co.uk (smtp-out2.blueyonder.co.uk [195.188.213.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CA7643D4C for ; Wed, 7 Dec 2005 13:52:12 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [80.192.2.225] ([80.192.2.225]) by smtp-out2.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Wed, 7 Dec 2005 13:53:06 +0000 Message-ID: <4396E90B.5070303@dial.pipex.com> Date: Wed, 07 Dec 2005 13:52:11 +0000 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.12) Gecko/20051106 X-Accept-Language: en MIME-Version: 1.0 To: Pablo Allietti References: <20051207143951.GA18507@micron.lacnic.net.uy> In-Reply-To: <20051207143951.GA18507@micron.lacnic.net.uy> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 07 Dec 2005 13:53:06.0447 (UTC) FILETIME=[8CD401F0:01C5FB35] Cc: freebsd-questions@freebsd.org Subject: Re: update from ports 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: Wed, 07 Dec 2005 13:52:14 -0000 Pablo Allietti wrote: >hi i have a simple question. > >i was installed spamassasin from /usr/ports how is the procedure to >upgrade this package? i need to deinstall and install again or have any >way to only upgrade like yum in fedora? > > If you are doing installations by hand then, yes, you need to deinstall then reinstall. However, you should look at ports/sysutils/portupgrade or ports/sysutils/portmanager. There are a million and one messages in the archives about them, and specific questions about them regularly get answered here. If you are prepared to accept default configuration options and don't want to recompile, then check out using packages. The handbook undoubtedly has something to say about them, and you can still use portupgrade. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html --Alex