From owner-freebsd-questions@FreeBSD.ORG Thu Jan 22 14:21:27 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 577D697B for ; Thu, 22 Jan 2015 14:21:27 +0000 (UTC) Received: from avasout07.plus.net (avasout07.plus.net [84.93.230.235]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "Bizanga Labs SMTP Client Certificate", Issuer "Bizanga Labs CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id DDBBEB7C for ; Thu, 22 Jan 2015 14:21:25 +0000 (UTC) Received: from curlew.milibyte.co.uk ([84.92.153.232]) by avasout07 with smtp id j2MM1p004516WCc012MNBi; Thu, 22 Jan 2015 14:21:23 +0000 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.1 cv=Y852s3uN c=1 sm=1 tr=0 a=lfSX4pPLp9EkufIcToJk/A==:117 a=lfSX4pPLp9EkufIcToJk/A==:17 a=D7rCoLxHAAAA:8 a=0Bzu9jTXAAAA:8 a=cYTjFNdXV1EA:10 a=kj9zAlcOel0A:10 a=YNv0rlydsVwA:10 a=6I5d2MoRAAAA:8 a=RGegcSrbAAAA:20 a=UR_ZzNpR11H_CLUYvRkA:9 a=CjuIK1q_8ugA:10 a=FiNG2Fn9aG8A:10 Received: from curlew.lan ([192.168.1.13] helo=milibyte.co.uk) by curlew.milibyte.co.uk with esmtp (Exim 4.85) (envelope-from ) id 1YEIdN-0001TI-DG; Thu, 22 Jan 2015 14:21:21 +0000 From: Mike Clarke To: freebsd-questions@freebsd.org Date: Thu, 22 Jan 2015 14:21:20 +0000 Message-ID: <4619319.I3UruO6Dxl@curlew.lan> User-Agent: KMail/4.14.2 (FreeBSD/10.1-RELEASE; KDE/4.14.2; amd64; ; ) In-Reply-To: <54C0F7EF.4000805@my.hennepintech.edu> References: <54BFFB43.7060208@networktest.com> <2028260.lLgEXe72zl@curlew.lan> <54C0F7EF.4000805@my.hennepintech.edu> MIME-Version: 1.0 X-SA-Exim-Connect-IP: 192.168.1.13 X-SA-Exim-Mail-From: jmc-freebsd2@milibyte.co.uk X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on curlew.lan X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 Subject: Re: frequency of pkg updates Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on curlew.milibyte.co.uk) Cc: David Newman , Andrew Berg X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2015 14:21:27 -0000 On Thursday 22 Jan 2015 07:15:27 Andrew Berg wrote: > A handy tip for anyone mixing packages from the official repo and their own > packages from ports: each individual build page displays the SVN revision of > the ports tree from which that particular set of packages was built, so you > can sync your own ports tree with it. This, of course, requires using SVN > instead of portsnap to keep your tree up-to-date. Anyone interested in doing this might be interested in an earlier post I made or where I included a short script for automating this process derived from an earlier script posted by Reed A. Cartwright. To use this script you will need the textproc/jq package. Since posting the script I noticed that, unlike portsnap, svnlite doesn't update INDEX but it's a trivial matter to add an extra line to run "make -C /usr/ports fetchindex". -- Mike Clarke