From owner-freebsd-questions@FreeBSD.ORG Wed Dec 18 20:39:42 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5A18A881 for ; Wed, 18 Dec 2013 20:39:42 +0000 (UTC) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F22841189 for ; Wed, 18 Dec 2013 20:39:41 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.2.117.99]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.7/8.14.7) with ESMTP id rBIKdaWO074710 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Wed, 18 Dec 2013 20:39:37 GMT (envelope-from m.seaman@infracaninophile.co.uk) DKIM-Filter: OpenDKIM Filter v2.8.3 smtp.infracaninophile.co.uk rBIKdaWO074710 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1387399177; bh=K30BK8PFcNS91+XARqedNxQtVUqPaMrUuPj90mE6p1Q=; h=Date:From:To:Subject:References:In-Reply-To; z=Date:=20Wed,=2018=20Dec=202013=2020:39:23=20+0000|From:=20Matthew =20Seaman=20|To:=20freebsd-questi ons@freebsd.org|Subject:=20Re:=20Portaudit=20detects=20wrong=20ver sion=20of=20subversion|References:=20<201312181021.19689.jmc-freeb sd2@milibyte.co.uk>=20<52B17A63.7010800@adestra.com>=20<2013121817 30.13133.jmc-freebsd2@milibyte.co.uk>|In-Reply-To:=20<201312181730 .13133.jmc-freebsd2@milibyte.co.uk>; b=v61kWuy3ekSc7BTsmxEv0zoBXORUHK9RijTysky1OsJ8dbrWPVhiVbNdEwzaHCWdF UAxEkDRdkdhhhsrdfWAWj1RqgrcXIZYE3jt1xlPzx/C4fBPOWZYGZE0hTywJwPAsgv Z3WQh14skRM8XGb8upwcc06L/wraZNmoj9M9PX60= Message-ID: <52B207FB.5020203@infracaninophile.co.uk> Date: Wed, 18 Dec 2013 20:39:23 +0000 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Portaudit detects wrong version of subversion References: <201312181021.19689.jmc-freebsd2@milibyte.co.uk> <52B17A63.7010800@adestra.com> <201312181730.13133.jmc-freebsd2@milibyte.co.uk> In-Reply-To: <201312181730.13133.jmc-freebsd2@milibyte.co.uk> X-Enigmail-Version: 1.6 OpenPGP: id=E7F39EBF Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="aFl4sdNXQAUw2F1Dufm4epvuFTDcXaDMB" X-Virus-Scanned: clamav-milter 0.98 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.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 20:39:42 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --aFl4sdNXQAUw2F1Dufm4epvuFTDcXaDMB Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 18/12/2013 17:30, Mike Clarke wrote: > On Wednesday 18 Dec 2013 10:35:15 Matthew Seaman wrote: >=20 >> 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. >=20 > Thanks, I'll switch over to using pkg audit for the daily periodic job.= >=20 > Should I do anything about removing out of date subdirectories in /var/= db?=20 > There was a subversion-1.7.13 subdirectory but nothing for subversion-1= =2E8.5.=20 > As an experiment I've now rebuilt subversion using portmaster and the=20 > subversion-1.8.5 subdirectory has been created but the subversion-1.7.1= 3=20 > subdirectory wasn't deleted. >=20 If you use portmaster(8), it uses that directory structure to stash some info it uses for distfile management. Otherwise those per port subdirectories of /var/db/pkg are pretty useless on a pkgng-ized system. rm(1) is your friend. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey JID: matthew@infracaninophile.co.uk --aFl4sdNXQAUw2F1Dufm4epvuFTDcXaDMB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.20 (Darwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQJ8BAEBCgBmBQJSsggIXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NTNBNjhCOTEzQTRFNkNGM0UxRTEzMjZC QjIzQUY1MThFMUE0MDEzAAoJELsjr1GOGkAT7f0P+wfu9ODc+8NsoXm7th4Hv+1b v/Vm55GZtemLPOlOFYgYMIPEApo1l4MO304h3Cij4u3kW/BDjqO0YK3PfuavjLy0 B0n0ioRYLAgovTbFXheAQX6M+WvuK2dY4+tOxIJxbCwoi0wPm27HAPbz5Hxmcm+y r70Y3OiXTuwjtAywwPFlOAsMYvIK9TS1z0KQoXnn02ItKlA0kZ+qM+8YfcPIJRpd WiZp6AZ5deQGHJM6VZYhxlmBub4HlJ8K1pSULM07RcTQuGjEdOqRoZ5AJ5CCFWAA /Neg/LbNkM17ys0KKnCOh65YoOyoD+ZhtFK0y4PggpQwMDTadotzK3hvZxRxSB6J 9q5jW/4VK9MCri2AukABJotIPWZOLxi3mI73NM3lrnWlkrDz4sY0vxoTrdwNvdxs mAGWxsaDXlbRZ/IwWw3RKl2+PBxT52LkjEduRpUhb267iihUmqE5VgqEHLMZKgps pM6ctDdBPRXBKvKrBQz4ozg5i7kBdgTKUl1reKEw62B7/mH6sFSA6kyJpDRaIkAB PXltGa9FYdcANkmQ0UTjIDlVAiR0QYvJaCCYFkbyXKrcJPL/vpkNJ3/qRoP6OA1i 0xOfWaJKIlXihd4IvVmGX3dQAQ/BSq++3SCJuBzZhfC7B1bE4oXUQYFOLN+Q0ybn /sdWNlr6zUsAYWlsGhtA =ROTN -----END PGP SIGNATURE----- --aFl4sdNXQAUw2F1Dufm4epvuFTDcXaDMB--