From owner-freebsd-stable@FreeBSD.ORG Fri Nov 1 20:18:39 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 56468648 for ; Fri, 1 Nov 2013 20:18:39 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2A5F425CF for ; Fri, 1 Nov 2013 20:18:38 +0000 (UTC) Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 4ED7B20617 for ; Fri, 1 Nov 2013 16:18:38 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute4.internal (MEProxy); Fri, 01 Nov 2013 16:18:38 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date:in-reply-to :references; s=smtpout; bh=21eIViIS+zfP6LfqCBxrsa5/7mI=; b=Tqzji YoN3VtiwlItliscu9XJbvuFVw3LdK/jT/2EwQrgHbtTiWAAHbXS6QvrlTBfWZuoa nhNEUl4dYIPEsoREsT16upg1uEbO41lxVU0ZRKdhU9HXV2Id/cayNghVaDx2fx5/ wfYurArRudrJpwDUzGM6JdeNqbqi0FB0Xkn2v8= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id 31752321404; Fri, 1 Nov 2013 16:18:38 -0400 (EDT) Message-Id: <1383337118.18823.41752849.2502EBFD@webmail.messagingengine.com> X-Sasl-Enc: ucrpRa6kbdVzzv7xQ4mtAHLkupwrnZn7OBeDDET/01YR 1383337118 From: Mark Felder To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-d4893488 Subject: Re: pkgng: how to upgrade a single port? Date: Fri, 01 Nov 2013 15:18:38 -0500 In-Reply-To: <1383336649.16326.41750369.298F8E9D@webmail.messagingengine.com> References: <527406D2.7010200@intertainservices.com> <1383336649.16326.41750369.298F8E9D@webmail.messagingengine.com> X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Nov 2013 20:18:39 -0000 On Fri, Nov 1, 2013, at 15:10, Mark Felder wrote: > > > On Fri, Nov 1, 2013, at 14:53, Mike Jakubik wrote: > > Hello, > > > > I've recently switched to pkgng, only to be disappointed that there > > doesn't seem to be a way to upgrade a single port, pkg upgrade seems to > > be an all or nothing operation. Am I missing something? > > > > pkg install for remote packages, pkg add for local packages > pkg add actually might not like what you're doing and tell you that the package is already installed... I have a feeling I've seen it do that. Don't have a way to test it at the moment.