From owner-freebsd-questions@freebsd.org Mon Oct 9 14:29:50 2017 Return-Path: Delivered-To: freebsd-questions@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 CE7DAE3187F for ; Mon, 9 Oct 2017 14:29:50 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.117.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.infracaninophile.co.uk", Issuer "infracaninophile.co.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6B2396AFA8 for ; Mon, 9 Oct 2017 14:29:50 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from leaf.local (unknown [88.202.132.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: m.seaman@infracaninophile.co.uk) by smtp.infracaninophile.co.uk (Postfix) with ESMTPSA id B80175FF7 for ; Mon, 9 Oct 2017 14:29:46 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none (p=none dis=none) header.from=FreeBSD.org Subject: Re: Cannot pkg upgrade WindowMaker 0.95.7 -> 0.95.8 To: freebsd-questions@freebsd.org References: <1507556303.29148.15.camel@btinternet.com> From: Matthew Seaman Message-ID: Date: Mon, 9 Oct 2017 15:29:37 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1507556303.29148.15.camel@btinternet.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Oct 2017 14:29:51 -0000 On 09/10/2017 14:38, James Geering wrote: > When I run "pkg version -vL=" the output does indeed > show that windowmaker-0.95.7_5 requires updating to 0.95.8, > however, when I try and run "pkg upgrade windowmaker" it reports > that it I already have the latest version. > I also perform a "portsnap fetch update" but this did not change. > the outcome. > What am I missing here please? - it seems like these steps should work. Try: pkg version -vR= which will look for available updates from the packages in the repository catalogue. It is possible for an update to the ports to take a few days before it appears as a compiled package. In which case, just wait for a day or so, and then try again. Also, check whether you are using the *latest* package set, rather than the default *quarterly* package set -- the Windowmaker update won't be merged into the quarterly packages before next January unless there's some security vulnerability affecting it. portsnap will get you a copy of the ports /sources/ which is a separate thing from installing a package from the FreeBSD repositories. Pkgs are built out of ports, but having the ports sources on your system does not automatically do anything useful for you unless you intend to start building your own packages. Cheers, Matthew