From owner-freebsd-stable@FreeBSD.ORG Mon Sep 17 17:08:59 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 70298106564A for ; Mon, 17 Sep 2012 17:08:59 +0000 (UTC) (envelope-from bryan@shatow.net) Received: from secure.xzibition.com (secure.xzibition.com [173.160.118.92]) by mx1.freebsd.org (Postfix) with ESMTP id 1A7138FC08 for ; Mon, 17 Sep 2012 17:08:58 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=shatow.net; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=sweb; b=Rw7kRr 3DWd2TkmbkyffdtKVoncUpaLN/5bXScRFW6ZZyUIaNAzg1Zw9nGzMW5N0svJh0kw EwHFF3f76Tqx2TeZDuYxslPIsNe3nsP/fGBjUybBfEgiL0LhFDmBRu0Zdj70SKf9 U7g1c2QC/9dw8tq206ewGugbqD+OKZVRDAc+g= DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=shatow.net; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; s=sweb; bh=WG15NG6JHCrH DY97MoaLOJ5yZsQeZa9KGErRjdnz54g=; b=QzOkDfMu7Gt7MYC/I6/1eYEi61jP BKi4OwyGSJxLoLuWxSaqb3rP5p+IUt5swTfCyLGnn6AIfAUvVNmLFxvTgIR44Wxk epTWSN/wz0874ylLccmPLxkDbTau3NJsMYuElhvdkgvSObSAhlqkm0zGU0EuD5Vd x+40tY68WDI2ic4= Received: (qmail 30120 invoked from network); 17 Sep 2012 12:08:50 -0500 Received: from unknown (HELO ?192.168.0.74?) (bryan@shatow.net@74.94.87.209) by sweb.xzibition.com with ESMTPA; 17 Sep 2012 12:08:50 -0500 Message-ID: <50575922.5030703@shatow.net> Date: Mon, 17 Sep 2012 12:08:50 -0500 From: Bryan Drewery User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120824 Thunderbird/15.0 MIME-Version: 1.0 To: Mike Manilone References: <505406DF.6080205@gmx.us> In-Reply-To: <505406DF.6080205@gmx.us> X-Enigmail-Version: 1.4.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: how to update ports while using pkgng? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2012 17:08:59 -0000 On 9/14/2012 11:41 PM, Mike Manilone wrote: > Hi, > > I'm using ports with pkgng enabled. But I found that portmaster won't > work. Is there any way to update ports? Thanks! > > Sincerely, > Mike Manilone ports-mgmt/portupgrade-devel will work with PKGNG out of the box. Bryan