From owner-freebsd-stable@FreeBSD.ORG Sat Sep 6 12:31:06 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A2268F0 for ; Sat, 6 Sep 2014 12:31:06 +0000 (UTC) Received: from mproxy8.sbb.rs (mproxy8.sbb.rs [89.216.2.99]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "smtp.sbb.rs", Issuer "PositiveSSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D103C1027 for ; Sat, 6 Sep 2014 12:31:05 +0000 (UTC) Received: from faust.localdomain (cable-178-148-114-238.dynamic.sbb.rs [178.148.114.238]) by mproxy8.sbb.rs (8.14.4/8.14.4) with ESMTP id s86CQUHg032510; Sat, 6 Sep 2014 14:26:30 +0200 X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.97.6 at SBB mail Received: by faust.localdomain (Postfix, from userid 1001) id 9277EA41FEA; Sat, 6 Sep 2014 14:26:59 +0200 (CEST) Date: Sat, 6 Sep 2014 14:26:59 +0200 From: Zoran Kolic To: Shane Ambler Subject: Re: update to pkg 1.3.7 Message-ID: <20140906122659.GA677@faust.sbb.rs> References: <20140906050944.GA4460@knossos> <540AB7EB.5050602@ShaneWare.Biz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <540AB7EB.5050602@ShaneWare.Biz> X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mproxy8.sbb.rs Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2014 12:31:06 -0000 > There was an issue found which is resolved in 1.3.7 > pkg check -Ba is also needed to fix the db > > For binary package users: > # pkg install ports-mgmt/pkg > # pkg update -f > # pkg check -Ba > # pkg upgrade Ah! I misunderstood check part! Thanks! Do I need to use last command (pkg upgrade) if I want to install anything, without upgrading whole system? Best regards Zoran