From owner-freebsd-pkg@freebsd.org Sat Jul 18 21:31:09 2015 Return-Path: Delivered-To: freebsd-pkg@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 25A8D9A5937 for ; Sat, 18 Jul 2015 21:31:09 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 0BC061F47 for ; Sat, 18 Jul 2015 21:31:09 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: by mailman.ysv.freebsd.org (Postfix) id 0A9769A5936; Sat, 18 Jul 2015 21:31:09 +0000 (UTC) Delivered-To: pkg@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 0933F9A5934 for ; Sat, 18 Jul 2015 21:31:09 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.bluestop.org [204.109.60.166]) (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 DD0DE1F45 for ; Sat, 18 Jul 2015 21:31:07 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.bluestop.org (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 12C1027318C; Sat, 18 Jul 2015 15:21:39 -0600 (MDT) Received: from muon.cran.org.uk ([127.0.0.1]) by muon.bluestop.org (muon.bluestop.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id RipUkh8R8_Vp; Sat, 18 Jul 2015 15:21:37 -0600 (MDT) Received: from mac.local (unknown [70.58.38.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA; Sat, 18 Jul 2015 15:21:37 -0600 (MDT) Subject: Re: pkg upgrade "upgrade only; do not reinstall" To: Miguel C , pkg@freebsd.org References: From: Bruce Cran Message-ID: <55AAC360.4060102@cran.org.uk> Date: Sat, 18 Jul 2015 15:21:36 -0600 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 18 Jul 2015 21:31:09 -0000 On 7/18/15 12:01 PM, Miguel C wrote: > when "pkg upgrade" is run, is there any flag I can use for it to look > for "upgrade" candidates only and not reinstall? > > I have so ports installed with different options, and when running pkg > upgrade this ones always show up, and If I want to full upgrade I have > to go for it... One workaround is to lock the packages installed from ports with 'pkg lock' to prevent them from being changed. -- Bruce