From owner-freebsd-pkg@FreeBSD.ORG Tue Dec 9 15:57:24 2014 Return-Path: Delivered-To: freebsd-pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C77F6D6B for ; Tue, 9 Dec 2014 15:57:24 +0000 (UTC) Received: from mario.brtsvcs.net (mario.brtsvcs.net [199.48.128.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9DDF07FA for ; Tue, 9 Dec 2014 15:57:24 +0000 (UTC) Received: from chombo.houseloki.net (c-71-59-211-166.hsd1.or.comcast.net [71.59.211.166]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mario.brtsvcs.net (Postfix) with ESMTPSA id D36B32C160E; Tue, 9 Dec 2014 15:57:16 +0000 (UTC) Received: from [IPv6:2601:7:2580:bce:baca:3aff:fe83:bd29] (ivy.houseloki.net [IPv6:2601:7:2580:bce:baca:3aff:fe83:bd29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by chombo.houseloki.net (Postfix) with ESMTPSA id 3D76011C3; Tue, 9 Dec 2014 07:57:14 -0800 (PST) Message-ID: <54871BD6.1050103@bluerosetech.com> Date: Tue, 09 Dec 2014 07:57:10 -0800 From: Darren Pilgrim Reply-To: freebsd-pkg@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Michael Jung , freebsd-pkg@freebsd.org Subject: Re: pkg upgrade candidates not correct References: <0258064f3624aa951fa099190d4bc249@mail.mikej.com> In-Reply-To: <0258064f3624aa951fa099190d4bc249@mail.mikej.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2014 15:57:24 -0000 On 12/9/2014 4:40 AM, Michael Jung wrote: > I noted that when running 'pkg upgrade' only 50 candidates where > detected when I have 1158 > ports installed. What am I missing? Do `pkg upgrade -f` instead of `pkg upgrade` if you want it reinstall all packages.