From owner-freebsd-questions@FreeBSD.ORG Wed Dec 18 17:30:20 2013 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 1E949345 for ; Wed, 18 Dec 2013 17:30:20 +0000 (UTC) Received: from avasout08.plus.net (avasout08.plus.net [212.159.14.20]) by mx1.freebsd.org (Postfix) with ESMTP id 8776F1230 for ; Wed, 18 Dec 2013 17:30:18 +0000 (UTC) Received: from curlew.milibyte.co.uk ([84.92.153.232]) by avasout08 with smtp id 35WG1n006516WCc015WH77; Wed, 18 Dec 2013 17:30:17 +0000 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.1 cv=PMw2p5aC c=1 sm=1 tr=0 a=lfSX4pPLp9EkufIcToJk/A==:117 a=lfSX4pPLp9EkufIcToJk/A==:17 a=D7rCoLxHAAAA:8 a=0Bzu9jTXAAAA:8 a=mSnCZvPJBnkA:10 a=-ULTJd-tqhcA:10 a=ZTb9aqGL9YkA:10 a=Q9fys5e9bTEA:10 a=6I5d2MoRAAAA:8 a=7wk2-IM3W-kA:10 a=EDDCgsJGt1iyFR2R5mgA:9 a=PUjeQqilurYA:10 Received: from curlew.lan ([192.168.1.13]) by curlew.milibyte.co.uk with esmtp (Exim 4.82) (envelope-from ) id 1VtKwo-000AHz-F1 for freebsd-questions@freebsd.org; Wed, 18 Dec 2013 17:30:16 +0000 From: Mike Clarke To: freebsd-questions@freebsd.org Date: Wed, 18 Dec 2013 17:30:12 +0000 User-Agent: KMail/1.13.7 (FreeBSD/9.1-RELEASE-p7; KDE/4.10.5; amd64; ; ) References: <201312181021.19689.jmc-freebsd2@milibyte.co.uk> <52B17A63.7010800@adestra.com> In-Reply-To: <52B17A63.7010800@adestra.com> MIME-Version: 1.0 Message-Id: <201312181730.13133.jmc-freebsd2@milibyte.co.uk> 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.3.2 (2011-06-06) on curlew.lan X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.2 Subject: Re: Portaudit detects wrong version of subversion Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on curlew.milibyte.co.uk) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 17:30:20 -0000 On Wednesday 18 Dec 2013 10:35:15 Matthew Seaman wrote: > portaudit works with the old still pkg_install database -- on a > pkgngized system you should use 'pkg audit' instead. Does essentially > the same job, but using /var/db/pkg/local.sqlite rather than all those > old sub-directories for individual ports under /var/db/pkg. Thanks, I'll switch over to using pkg audit for the daily periodic job. Should I do anything about removing out of date subdirectories in /var/db? There was a subversion-1.7.13 subdirectory but nothing for subversion-1.8.5. As an experiment I've now rebuilt subversion using portmaster and the subversion-1.8.5 subdirectory has been created but the subversion-1.7.13 subdirectory wasn't deleted. -- Mike Clarke