Date: Wed, 19 Jul 2017 22:13:55 +0100 From: Matthew Seaman <matthew@FreeBSD.org> To: freebsd-questions@freebsd.org Subject: Re: portsnap Message-ID: <4d04df1c-f68d-eed4-70fd-927f3fcff231@FreeBSD.org> In-Reply-To: <596F7874.1030102@gmail.com> References: <596F7874.1030102@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --xtI3hXQALsuwEGmRc6ow4mMoh7mcOxieI Content-Type: multipart/mixed; boundary="4KCjxCmrRx2fLoLPTvkUi0kXd04KaPfWr"; protected-headers="v1" From: Matthew Seaman <matthew@FreeBSD.org> To: freebsd-questions@freebsd.org Message-ID: <4d04df1c-f68d-eed4-70fd-927f3fcff231@FreeBSD.org> Subject: Re: portsnap References: <596F7874.1030102@gmail.com> In-Reply-To: <596F7874.1030102@gmail.com> --4KCjxCmrRx2fLoLPTvkUi0kXd04KaPfWr Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: quoted-printable 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. There is no 'stable' branch in the ports equivalent to the stable branches in base. There's current, which is what portsnap gets you, and there are the quarterly branches which portsnap doesn't understand at all= =2E If you want to track a quarterly branch then use svn(1) to check out the code: # cd /usr # svn co https://svn.freebsd.org/ports/branches/2017Q3 ports Then you can just 'svn up' periodically to pull in any updates. Except that svn(1) is not in the base system, so you'll need to install it from ports... To solve this chicken-and-egg problem, just install svn using packages: # pkg install subversion The default pkg(8) configuration will use the latest quarterly branch. Cheers, Matthew --4KCjxCmrRx2fLoLPTvkUi0kXd04KaPfWr-- --xtI3hXQALsuwEGmRc6ow4mMoh7mcOxieI Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQJ8BAEBCgBmBQJZb8uTXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NTNBNjhCOTEzQTRFNkNGM0UxRTEzMjZC QjIzQUY1MThFMUE0MDEzAAoJELsjr1GOGkATsqkP/RndYztuYXT5z6SIyp7cx1yU p5TPkfeY02oqjRX4WAIzScqsOZ+6IIB3+6rXiLHezTJG7DfH6NbTwl0lPyOoAeAh LwWkudQOzpvSAbU2YZ5ZQ4BdrW4h0vpP3Ec0oUdGJOsbbs2jOVZZZnCKUJ5ibOaM /9ZXRTHTxFZjc0YwX0sUSb91Nvci++S57C/tmHNcqFLDgSBc7R63ktYvu8k5MwH9 NIWk4WWm2S38b4D8jlyBuzC9I6GfGDDAs4VC7GyXn2YjvQ1E2JnLmlkXk9miiHPI JJla2xCH/3G+vQmZL6UAn/yl1RuzyblrqNNudDyIhpbNVlmLg2uBSiiFuptoPbVb cNp+2Mx2khta7EssmMjy7m74FUOB6x254pLsSoNPILsskkDlUuJe16Ov/4m3NewW dRw+KInzEILUZ1zwKeFvtulvXx3lJZFqAyvSGwUFDBjTIsk5l42Zqxn924y0T8Sn wfd2cKFqUUpWC4EelS6imDDCW5KxmzHXksLWe00UDRTJj15dftq0FAV2wLdQ27qZ d80PJtVy2NpJuQg3SUUvrkpIORATFBYXD3ZztKOGLGLgItU8HttRw59TBFm4ROr5 I/osZzMZjjbv/rNMwwm00GA8iofsMVwx05OWE415XC0w9lLbARKTzTV+4IPVJUaQ H0D1YECa/g5JyLLm1+kh =Cme4 -----END PGP SIGNATURE----- --xtI3hXQALsuwEGmRc6ow4mMoh7mcOxieI--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4d04df1c-f68d-eed4-70fd-927f3fcff231>