From owner-freebsd-ports@FreeBSD.ORG Thu Sep 13 16:17:01 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2374106566C for ; Thu, 13 Sep 2012 16:17:01 +0000 (UTC) (envelope-from se@freebsd.org) Received: from nm24-vm7.bullet.mail.ukl.yahoo.com (nm24-vm7.bullet.mail.ukl.yahoo.com [217.146.176.223]) by mx1.freebsd.org (Postfix) with SMTP id 092728FC18 for ; Thu, 13 Sep 2012 16:17:00 +0000 (UTC) Received: from [217.146.183.217] by nm24.bullet.mail.ukl.yahoo.com with NNFMP; 13 Sep 2012 16:10:47 -0000 Received: from [77.238.184.51] by tm10.bullet.mail.ukl.yahoo.com with NNFMP; 13 Sep 2012 16:10:47 -0000 Received: from [127.0.0.1] by smtp120.mail.ukl.yahoo.com with NNFMP; 13 Sep 2012 16:10:47 -0000 X-Yahoo-Newman-Id: 152829.65937.bm@smtp120.mail.ukl.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: D3AVWt0VM1lEz03p8h.cp4tc4zsvB8hzw1t_J9r1zyoexPS n5pv2m9uNr50r7H5MjH_G2o58CUnoM7WaWrqUDcQJwrInrUXy4Mob4nvWJLn Ap1LGxhS7winxzb.K02zuOp_sTSVkhaz4YiUj6pOfGiLrb67rLQW1odONa9Y XSQwCtPC8ZOe4mwCN_MsTs1iQmb8LdXLs.PxGDSybJLlOxnUmMrXx2BAoBOa vtDpR16gx3aD_QkcjNrKO28iXTV9ZXXop4C3OFB_OdriMb2GwDpYTBIxN2p4 TTrFSK9kLJkCkwgKrixEar_SXeCJGONqPq64f1IdgFiZ3.nvB2GTpR.Z2qLy M6tkA_3kqNgvULZZQR4gwogi.rpsVcvsV4ovG_sWPrmMWS9E6B_iLHy4GuUo l4ngB4tNEg9_qaiK9nmCxkipVeGkF4Ntsy5rns8SxYeHA3EN1dgablv5rh0f EWz_wXSVzMEUrwwYpyO_YwDRRk9xhqHbmXIQRbM2xkR_8IfThaOH4a0rJNeN 9hBWZS6lHiSI6Nw-- X-Yahoo-SMTP: iDf2N9.swBDAhYEh7VHfpgq0lnq. Received: from [192.168.119.19] (se@81.173.156.187 with plain) by smtp120.mail.ukl.yahoo.com with SMTP; 13 Sep 2012 16:10:46 +0000 GMT Message-ID: <50520580.2040101@freebsd.org> Date: Thu, 13 Sep 2012 18:10:40 +0200 From: Stefan Esser User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <504D964F.4020802@freebsd.org> In-Reply-To: <504D964F.4020802@freebsd.org> X-Enigmail-Version: 1.4.4 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [patch] Portaudit and PKGNG X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 16:17:01 -0000 Am 10.09.2012 09:27, schrieb Stefan Esser: > PR ports/171406 contains a patch I submitted to make portaudit work with > PKGNG: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171406 > > It works on my systems, but definitely needs further review. The > patch just replaces "pkg_info" by "pkg info" and "pkg_version" by > "pkg version". This works fine, since PKGNG apparently supports > all the required options and kept the output format unchanged > compared to the old framework. > > Regards, STefan Seems this patch is not required, since "pkg audit" implements the functionality (but with a changed message format, so scripts that parse portaudit output need to be modified). Therefor the patch is not really useful ... Regards, STefan