From owner-freebsd-ports@freebsd.org Mon Feb 22 09:44:54 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92644AB0559 for ; Mon, 22 Feb 2016 09:44:54 +0000 (UTC) (envelope-from bc979@lafn.org) Received: from mail.lafn.org (static-71-177-216-148.lsanca.fios.verizon.net [71.177.216.148]) by mx1.freebsd.org (Postfix) with ESMTP id 82A6D1C6C for ; Mon, 22 Feb 2016 09:44:53 +0000 (UTC) (envelope-from bc979@lafn.org) Received: from [10.0.1.12] (unknown [10.0.1.12]) by mail.lafn.org (Postfix) with ESMTPSA id 9F4D6114F9AF; Mon, 22 Feb 2016 01:44:53 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: pkg upgrade issue From: Doug Hardie In-Reply-To: <20160222085613.GD20687@e-new.0x20.net> Date: Mon, 22 Feb 2016 01:44:53 -0800 Cc: freebsd-ports@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <1A16973E-9EA3-4180-B714-110A0A68C3E3@lafn.org> References: <377B2F9B-BC80-41E4-8C78-F5BEB5E4BE31@lafn.org> <20160222085613.GD20687@e-new.0x20.net> To: Lars Engels X-Mailer: Apple Mail (2.3112) X-Virus-Scanned: clamav-milter 0.98.7 at mail X-Virus-Status: Clean X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Feb 2016 09:44:54 -0000 /etc/pkg/FreeBSD.conf contains (comments removed): FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", enabled: yes } ~ That appears to match with your entry below. > On 22 February 2016, at 00:56, Lars Engels = wrote: >=20 > On Sun, Feb 21, 2016 at 10:03:14PM -0800, Doug Hardie wrote: >> On a FreeBSD 9.3 P33 system, I don't seem to be able to upgrade = packages: >>=20 >> sermons# pkg upgrade >> Updating repository catalogue >> pkg: = ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/Latest//re= po.txz: File unavailable (e.g., file not found, no access) >>=20 >=20 > Most probably your repository config is wrong. > Try pkg+http://pkg.FreeBSD.org/${ABI}/latest=20 =E2=80=94 Doug