From owner-freebsd-questions@freebsd.org Thu Jul 20 23:37:47 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82DECCFE6EA for ; Thu, 20 Jul 2017 23:37:47 +0000 (UTC) (envelope-from frank2@fjl.co.uk) Received: from bs1.fjl.org.uk (bs1.fjl.org.uk [84.45.41.196]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "bs1.fjl.org.uk", Issuer "bs1.fjl.org.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2819080984 for ; Thu, 20 Jul 2017 23:37:46 +0000 (UTC) (envelope-from frank2@fjl.co.uk) Received: from [192.168.1.35] (host86-191-18-76.range86-191.btcentralplus.com [86.191.18.76]) (authenticated bits=0) by bs1.fjl.org.uk (8.14.4/8.14.4) with ESMTP id v6KNbTUi066539 for ; Fri, 21 Jul 2017 00:37:30 +0100 (BST) (envelope-from frank2@fjl.co.uk) Subject: Re: portsnap To: freebsd-questions@freebsd.org References: <596F7874.1030102@gmail.com> From: Frank Leonhardt Message-ID: Date: Fri, 21 Jul 2017 00:37:28 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <596F7874.1030102@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jul 2017 23:37:47 -0000 On 19/07/2017 16:19, Friedrich Locke wrote: > How to specify to portsnap the version of ports i want. > Currently, i believe, i am using ports -current. I want to use the > stable version. No one has actually mentioned that the clue is in the name - it's a snapshot of "now." It's worth noting that there are plenty of useful command-line options, such as putting the snapshot somewhere other than "/usr/ports" and owned by root (make sure you redirect the db too). Regards, Frank.