Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Nov 2008 18:54:59 +0300
From:      Proskurin Kirill <k.proskurin@fxclub.org>
To:        Gary Hartl <ghartl@gmail.com>,  FreeBSD Questions Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: Update a package
Message-ID:  <492D7153.4050305@fxclub.org>
In-Reply-To: <002801c94fdc$c7206c00$55614400$@com>
References:  <002801c94fdc$c7206c00$55614400$@com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?492D7153.4050305>