From owner-freebsd-questions@FreeBSD.ORG Sat Dec 16 14:25:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B47F316A4A0 for ; Sat, 16 Dec 2006 14:25:24 +0000 (UTC) (envelope-from steinex@nognu.de) Received: from shodan.nognu.de (shodan.nognu.de [85.14.216.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5377943C9F for ; Sat, 16 Dec 2006 14:25:23 +0000 (GMT) (envelope-from steinex@nognu.de) Received: by shodan.nognu.de (Postfix, from userid 1002) id 94C90B830; Sat, 16 Dec 2006 15:25:22 +0100 (CET) Date: Sat, 16 Dec 2006 15:25:22 +0100 From: Frank Steinborn To: Rob Hurle Mail-Followup-To: Rob Hurle , freebsd-questions@freebsd.org References: <4581A9FD.1060301@brunson.com> <20061214201130.GA96791@xor.obsecurity.org> <20061214155438.DC4C.GERARD@seibercom.net> <200612150017.42734.fbsd06@mlists.homeunix.com> <20061216214029.A1320@freebsd.connect-a.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061216214029.A1320@freebsd.connect-a.com.au> User-Agent: mutt-ng/devel-r804 (FreeBSD) Message-Id: <20061216142522.94C90B830@shodan.nognu.de> Cc: freebsd-questions@freebsd.org Subject: Re: Upgrade a binary package 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: Sat, 16 Dec 2006 14:25:24 -0000 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: > > ++ Will try the following sites in the order named: > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-6.1-release/ Set PACKAGESITE. For sh: export PACKAGESITE="ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/" Frank