From owner-freebsd-questions@FreeBSD.ORG Fri Jul 4 01:11:13 2014 Return-Path: Delivered-To: freebsd-questions@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 ESMTPS id 1B30BD6B for ; Fri, 4 Jul 2014 01:11:13 +0000 (UTC) Received: from mail-ig0-x235.google.com (mail-ig0-x235.google.com [IPv6:2607:f8b0:4001:c05::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E026629CA for ; Fri, 4 Jul 2014 01:11:12 +0000 (UTC) Received: by mail-ig0-f181.google.com with SMTP id h15so1862028igd.14 for ; Thu, 03 Jul 2014 18:11:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=M3TNOW17H/lCuug1GWTyoi2BrukaCVTYKv7UMRJGplY=; b=x0WMVMHXUqOw6g30jkpupVbHxarufFZGzq8VpF8rEadNN9gL0kCDUNICCOIoIsNFCi TAwQqyhPwgjI6I78+rWO6d9nXqUD1hW9HIpGUWOPez+JlPV0EuHUMNLa47E8nRGqzV+4 71L2lFczmTgDO/Rk+Cm9XX+Yy/AvTAvkYNM+wq7BbmgjoIOlZs5pqLA/27SzTvl+xkYF sKT6lY5hqWnRnawYUGHNQzRKhKwbYvTuVJY9UBA8PC29ubpnykhjVCz85pRr4aYt2a5W j8X21EloBZ7IZe5QUyBXtHzHUpHbZWoR5E7INc81r7rSXGxVU0BlvW3CUjDz2rbzcGXV Wm4Q== MIME-Version: 1.0 X-Received: by 10.43.179.73 with SMTP id oz9mr13174057icc.18.1404436272302; Thu, 03 Jul 2014 18:11:12 -0700 (PDT) Received: by 10.42.115.201 with HTTP; Thu, 3 Jul 2014 18:11:12 -0700 (PDT) In-Reply-To: References: Date: Thu, 3 Jul 2014 18:11:12 -0700 Message-ID: Subject: Re: Updating the ports collection that came with the OS From: Chris Stankevitz To: Matthew Pherigo Content-Type: text/plain; charset=UTF-8 Cc: freebsd-questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2014 01:11:13 -0000 On Wed, Jul 2, 2014 at 9:38 PM, Matthew Pherigo wrote: > Both methods work fine for ports collections installed along with the OS. Just running "portsnap fetch update" will your the ports directory. Matt, Thank you, worked perfectly! Chris