From owner-freebsd-questions@FreeBSD.ORG Wed Nov 26 16:22:23 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B80C106564A for ; Wed, 26 Nov 2008 16:22:23 +0000 (UTC) (envelope-from k_proskurin@fxclub.org) Received: from mx.fxclub.org (mx.fxclub.org [89.108.83.253]) by mx1.freebsd.org (Postfix) with ESMTP id 12EAC8FC2A for ; Wed, 26 Nov 2008 16:22:22 +0000 (UTC) (envelope-from k_proskurin@fxclub.org) Received: from [195.161.112.230] (helo=mail.fxclub.org) by mx.fxclub.org with esmtps (TLSv1:AES256-SHA:256) (Exim) id 1L5MjG-000O8O-2c; Wed, 26 Nov 2008 15:55:02 +0000 Received: from fw-office.fxclub.org ([194.87.53.162] helo=proskurin-kv.hq.fxclub.org) by mail.fxclub.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim) id 1L5MjD-0005ho-Bd; Wed, 26 Nov 2008 15:54:59 +0000 Message-ID: <492D7153.4050305@fxclub.org> Date: Wed, 26 Nov 2008 18:54:59 +0300 From: Proskurin Kirill User-Agent: Thunderbird 2.0.0.18 (X11/20081125) MIME-Version: 1.0 To: Gary Hartl , FreeBSD Questions Mailing List References: <002801c94fdc$c7206c00$55614400$@com> In-Reply-To: <002801c94fdc$c7206c00$55614400$@com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Update a package X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD Questions Mailing List List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2008 16:22:23 -0000 Gary Hartl wrote: > Hi all; > > Ok uber noob question here. > > I have gettext-0.14.5 installed from the package tree, I want to update to > gettext-0.17_1 > > Is there a ways to do that with the pkg_add or some other command? > > I google'ed it and only found ways to update local ports sources...(which > means I either suck at google or fbsd or both) > > Thanks for understanding my noobness. #portsnap fetch extract or if you allready have a ports tree just: #portsnap fetch update #cd /usr/ports/ports-mgmt/portupgrade #make install clean #rehash # portupgrade -Rf gettext And man portupgrade of course. :-) -- Best regards, Proskurin Kirill