From owner-freebsd-stable@FreeBSD.ORG Fri Nov 1 20:10:52 2013 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 ESMTP id A5963326 for ; Fri, 1 Nov 2013 20:10:52 +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 7A71E2572 for ; Fri, 1 Nov 2013 20:10:52 +0000 (UTC) Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id CB4CE214B5 for ; Fri, 1 Nov 2013 16:10:49 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute5.internal (MEProxy); Fri, 01 Nov 2013 16:10:49 -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=ChmiSVUJ/Kf2vPsR+xudDZxLbdY=; b=fzQo3 by9JC6BHGUiGuoMpeGYA0agFGTJch/jt/zhm+gElqoLWVSXc1UbmIkIPIloWPqgC 8cJQZWadXrg1kXUVBKbKOcXDJ/JZPsfWXZPdBO2z3y7BpQ6VdZ6tnW5DbOzZRR3c IVbR9GZHN3EPlkTODxZmh5f/Cxmi5tC8n6vrrI= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id AD5DA3213A6; Fri, 1 Nov 2013 16:10:49 -0400 (EDT) Message-Id: <1383336649.16326.41750369.298F8E9D@webmail.messagingengine.com> X-Sasl-Enc: XBVlNmCJ7J7Bi/eHuXJ6ejUAVCnH7yeY8BGsqOqxDSpq 1383336649 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:10:49 -0500 In-Reply-To: <527406D2.7010200@intertainservices.com> References: <527406D2.7010200@intertainservices.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:10:52 -0000 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