From owner-freebsd-questions@freebsd.org Sat Jul 22 00:59:07 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 A4407C78026 for ; Sat, 22 Jul 2017 00:59:07 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from dnvrco-oedge-vip.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "dnvrco-oedge-vip.email.rr.com", Issuer "dnvrco-oedge-vip.email.rr.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8093A64000 for ; Sat, 22 Jul 2017 00:59:07 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from [74.134.208.22] ([74.134.208.22:61256] helo=localhost) by dnvrco-omsmta02 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id 18/A0-25924-453A2795; Sat, 22 Jul 2017 00:59:00 +0000 Date: Sat, 22 Jul 2017 00:58:58 +0000 Message-ID: <18.A0.25924.453A2795@dnvrco-omsmta02> From: "Thomas Mueller" To: freebsd-questions@freebsd.org Subject: Re: portsnap References: <596F7874.1030102@gmail.com> X-RR-Connecting-IP: 107.14.64.7:25 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: Sat, 22 Jul 2017 00:59:07 -0000 from Friedrich Locke: > 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. > Thanks. I don't think you can. Try "man portsnap": does not work on my system because I built without portsnap or svnlite, figuring to use the real subversion instead, from NetBSD if not from FreeBSD. But you could build devel/subversion from the current ports tree and then checkout the desired ports tree branch. I use only the current ports tree, and in NetBSD, the current (as opposed to quarterly) pkgsrc. I figure if something doesn't work quite right and I want the next version, I don't want to have to wait for the next quarter-year. Tom