From owner-freebsd-stable@FreeBSD.ORG Sat Sep 15 11:56:11 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 848B0106564A for ; Sat, 15 Sep 2012 11:56:11 +0000 (UTC) (envelope-from gondim@bsdinfo.com.br) Received: from zeus.linuxinfo.com.br (zeus.linuxinfo.com.br [186.193.48.13]) by mx1.freebsd.org (Postfix) with ESMTP id 3DC3F8FC1E for ; Sat, 15 Sep 2012 11:56:11 +0000 (UTC) Received: from zeus.linuxinfo.com.br (zeus.linuxinfo.com.br [127.0.0.1]) by zeus.linuxinfo.com.br (Postfix) with ESMTP id 8799E466A452 for ; Sat, 15 Sep 2012 08:47:42 -0300 (BRT) X-Virus-Scanned: amavisd-new at zeus.linuxinfo.com.br Received: from zeus.linuxinfo.com.br ([127.0.0.1]) by zeus.linuxinfo.com.br (zeus.linuxinfo.com.br [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sL89YdF_5Hbe for ; Sat, 15 Sep 2012 08:47:40 -0300 (BRT) Received: from [127.0.0.1] (unknown [186.193.48.8]) by zeus.linuxinfo.com.br (Postfix) with ESMTPSA id 4E694466A422 for ; Sat, 15 Sep 2012 08:47:39 -0300 (BRT) Message-ID: <50546AF9.4060505@bsdinfo.com.br> Date: Sat, 15 Sep 2012 08:48:09 -0300 From: Marcelo Gondim User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <505406DF.6080205@gmx.us> In-Reply-To: <505406DF.6080205@gmx.us> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Sat, 15 Sep 2012 11:56:11 -0000 Em 15/09/2012 01:41, Mike Manilone escreveu: > Hi, > > I'm using ports with pkgng enabled. But I found that portmaster won't > work. Is there any way to update ports? Thanks! Hi, I use "portsnap fetch update" and "portmaster" to update my ports. Gondim