From owner-freebsd-pkg@freebsd.org Sun Jul 19 01:58:36 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 3F9FF99922D for ; Sun, 19 Jul 2015 01:58:36 +0000 (UTC) (envelope-from miguelmclara@gmail.com) 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 21215106B for ; Sun, 19 Jul 2015 01:58:36 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 1E35499922B; Sun, 19 Jul 2015 01:58:36 +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 1CD59999229 for ; Sun, 19 Jul 2015 01:58:36 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: from mail-ie0-x22e.google.com (mail-ie0-x22e.google.com [IPv6:2607:f8b0:4001:c03::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D693E1069; Sun, 19 Jul 2015 01:58:35 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: by iebmu5 with SMTP id mu5so98291145ieb.1; Sat, 18 Jul 2015 18:58:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=uajAMH/W3v8lAgzCg0WP5eUWCZGCoeWk5QebsEo5q4g=; b=RX9QnUZCi2Vl2VB6fr1gELjrSynS+Uy1YpjO00yafseQLjZ6i3Sh7z+MX+Wi6X5kqA CS/DbR3RFmfevdRczO2BMskxq0MHrz6KCqJOmYpEXnnpeIb6m75LwcycgBhuKArT+wpP pIvHpT8V6eYU/h6cKTwGfc6a8SEFi6je3XGpMfHTVOVCxm2Q6kHmU+0SKnNY1Vrq7luV t7qXFSLRYHwpa2BYI1OBBWQw/gNh9A5MSC281ObPTqXURC5JoMXSYql+zfjP/+qOAZOP TdfM28PpTyMyCdrtz8qASonKAV13vaNQXxk9M7rn2/MWVYk6iDVnQZbanf2TlCZ3HNYi wtEQ== X-Received: by 10.50.143.101 with SMTP id sd5mr5623487igb.44.1437271115318; Sat, 18 Jul 2015 18:58:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.240.146 with HTTP; Sat, 18 Jul 2015 18:57:55 -0700 (PDT) In-Reply-To: <20150719000204.GC26051@ivaldir.etoilebsd.net> References: <55AAC360.4060102@cran.org.uk> <20150719000204.GC26051@ivaldir.etoilebsd.net> From: Miguel C Date: Sun, 19 Jul 2015 02:57:55 +0100 Message-ID: Subject: Re: pkg upgrade "upgrade only; do not reinstall" To: Baptiste Daroussin Cc: Bruce Cran , pkg@freebsd.org Content-Type: text/plain; charset=UTF-8 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: Sun, 19 Jul 2015 01:58:36 -0000 On Sun, Jul 19, 2015 at 1:02 AM, Baptiste Daroussin wrote: > On Sat, Jul 18, 2015 at 10:27:17PM +0100, Miguel C wrote: >> I do use that on servers with just one or to ports installed... one >> laptop/desktop I have a few more, would be nice to have a different >> way to handle it... >> >> I wonder if its a planed feature though? >> > Yes it is planned, but the pkg team is very small :) so it make take time. No worries, I can certainly wait, lock can be used or, for more packages awk/grep helps to get a list of pkgs and reuse in pkg install :) > > Best regards, > bapt