From owner-freebsd-questions@FreeBSD.ORG Sat Jul 9 18:33:01 2011 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 DDAA21065674 for ; Sat, 9 Jul 2011 18:33:01 +0000 (UTC) (envelope-from tomdean@speakeasy.org) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.39]) by mx1.freebsd.org (Postfix) with ESMTP id 841058FC14 for ; Sat, 9 Jul 2011 18:33:01 +0000 (UTC) Received: (qmail 10514 invoked from network); 9 Jul 2011 18:33:00 -0000 Received: from 24-113-112-30.wavecable.com (HELO [192.168.2.2]) (tomdean@[24.113.112.30]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 9 Jul 2011 18:33:00 -0000 From: "Thomas D. Dean" To: freebsd-questions@freebsd.org In-Reply-To: <4E189ACC.1090101@xaerolimit.net> References: <1310231643.10903.15.camel@asus> <4E189ACC.1090101@xaerolimit.net> Content-Type: text/plain; charset="UTF-8" Organization: Home Date: Sat, 09 Jul 2011 11:33:00 -0700 Message-ID: <1310236380.10903.22.camel@asus> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Subject: Re: Portupgrade Package Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tomdean@speakeasy.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2011 18:33:01 -0000 On Sat, 2011-07-09 at 14:15 -0400, Chris Brennan wrote: > On 7/9/2011 1:14 PM, Thomas D. Dean wrote: > > As root, I attempted to use > > portupgrade -PPRv m4 > > which attempted to access > > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8.2-release/All/m4-1.4.16,1.tbz > > but failed - File unavailable (e.g. file not found, no access) > > > > I changed etc/pkgtools.conf > > OS_PKGBRANCH="8-STABLE" > > and > > portupgrade -PPRv m4 > > which attempted to access > > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-stable/All/m4-1.4.16,1.tbz > > failed with the same message. > > > > I can ftp either file. > > > > I get the same error with any out-of-date port. > > > > What am I doing wrong? > > > Have you made sure you updated ports? 'portsnap fetch extract' should be > sufficient. > > Sorry, I did not reply to the list. Yes, I did update ports. > /usr/bin/fetch -v 'ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-8-STABLE/All/m4-1.4.16,1.tbz' looking up ftp.FreeBSD.org connecting to ftp.FreeBSD.org:21 fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-8-STABLE/All/m4-1.4.16,1.tbz: File unavailable (e.g., file not found, no access) tomdean