Re: Upgrade a binary package

2006-12-16 Thread Frank Steinborn
Rob Hurle wrote: > But, how to do this using portupgrade? I have: > > #uname -a > FreeBSD freebsd.connect-a.com.au 6.1-RELEASE-p5 FreeBSD 6.1-RELEASE-p5A > > and in /usr/local/etc/pkgtools.conf we see: > > OS_PKGBRANCH="6-stable" > > but when I try portupgrade, this is what happens: > > ++ Wi

Re: Upgrade a binary package

2006-12-16 Thread Rob Hurle
This thread has been interesting: On Fri, 15 Dec 2006, RW wrote: Date: Fri, 15 Dec 2006 00:17:42 + From: RW <[EMAIL PROTECTED]> To: freebsd-questions@freebsd.org Subject: Re: Upgrade a binary package On Thursday 14 December 2006 20:55, Gerard Seibert wrote: On Thursday December 14

Re: Upgrade a binary package

2006-12-14 Thread Boris Samorodov
On Thu, 14 Dec 2006 15:11:30 -0500 Kris Kennaway wrote: > On Thu, Dec 14, 2006 at 12:46:05PM -0700, Eric Brunson wrote: > > I've been searching the manual and the man pages, but I can't seem to > > find a command to update an installed package to a newer version. I > > always get a message like

Re: Upgrade a binary package

2006-12-14 Thread RW
On Thursday 14 December 2006 20:55, Gerard Seibert wrote: > On Thursday December 14, 2006 at 03:11:30 (PM) Kris Kennaway wrote: > > > ... > > > I only find info on "pkg_add" and "pkg_delete" for binary packages, the > > > only references to updating a package give directions on how to use the > >

Re: Upgrade a binary package

2006-12-14 Thread Gerard Seibert
On Thursday December 14, 2006 at 03:11:30 (PM) Kris Kennaway wrote: > > I've been searching the manual and the man pages, but I can't seem to > > find a command to update an installed package to a newer version. I > > always get a message like this: > > > > pkg_add: package 'expect-5.43.0_1'

Re: Upgrade a binary package

2006-12-14 Thread Kris Kennaway
On Thu, Dec 14, 2006 at 12:46:05PM -0700, Eric Brunson wrote: > I've been searching the manual and the man pages, but I can't seem to > find a command to update an installed package to a newer version. I > always get a message like this: > > pkg_add: package 'expect-5.43.0_1' or its older versi

Upgrade a binary package

2006-12-14 Thread Eric Brunson
I've been searching the manual and the man pages, but I can't seem to find a command to update an installed package to a newer version. I always get a message like this: pkg_add: package 'expect-5.43.0_1' or its older version already installed I only find info on "pkg_add" and "pkg_delete" fo