From owner-freebsd-ports@FreeBSD.ORG Sat Mar 15 22:28:46 2014 Return-Path: Delivered-To: freebsd-ports@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 A2DD6BE7; Sat, 15 Mar 2014 22:28:46 +0000 (UTC) Received: from mail-oa0-x232.google.com (mail-oa0-x232.google.com [IPv6:2607:f8b0:4003:c02::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5BA67C30; Sat, 15 Mar 2014 22:28:46 +0000 (UTC) Received: by mail-oa0-f50.google.com with SMTP id i7so4129644oag.23 for ; Sat, 15 Mar 2014 15:28:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=1pHhUggTHGsVtviSmj62dMzRaT2yc5n3DfdFsumalEo=; b=G70W5JvEVxvVDM6wUSia/UzCFKFgxvOTjk/QsuL16SYnOPMF2mvbUtNNVWzzwfgcF9 nUcn33Tsc9LpJFYAnkCYhofjkxB/XdSbneGigiW/UN1XK67lHwNYq4Ae5TIsgstAnDP2 nwOK1lrK6jpfP9Pc4tZklv4JL2+3X5LAE8W19OhqkJiPVldOldAoLyZzd3qOsCbY2Yxq YXqwTaJtlwS84M9bIUAZU0EWnKV0mESsFRIG24CFIL8X1rsVReYKBU/u7isCKQy/X3Q1 /iwCuh6plNruSkMBBMwriAZgN8bNhcdxQRgh8Yr3yEtpUIyZ3BoDtZIp+mPkMnWczNI2 apIg== X-Received: by 10.182.247.68 with SMTP id yc4mr2438obc.67.1394922525808; Sat, 15 Mar 2014 15:28:45 -0700 (PDT) Received: from [192.168.1.154] (wsip-70-168-116-242.ks.ks.cox.net. [70.168.116.242]) by mx.google.com with ESMTPSA id u4sm48284716oev.1.2014.03.15.15.28.45 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 15 Mar 2014 15:28:45 -0700 (PDT) Message-ID: <5324D41C.8050301@gmail.com> Date: Sat, 15 Mar 2014 17:28:44 -0500 From: Ryan Frederick User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Matthew Seaman Subject: Re: Requesting Committer Attention for ports/184011 References: <53016F1C.7060605@gmail.com> <5324C723.3060902@gmail.com> <5324CF7D.5050503@FreeBSD.org> In-Reply-To: <5324CF7D.5050503@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2014 22:28:46 -0000 On 3/15/14, 5:09 PM, Matthew Seaman wrote: > Hi, Ryan, > > I'll deal with this for you. However, I can't commit the patch from the > PR as it stands, as it doesn't have staging support. That's absolutely > required nowadays. > > It might be an idea to make the pkg_version/portaudit vs. pkg > version/pkg audit choice be an OPTION setting with only the default > based on the OS version -- plenty of people are running pkg(8) on > earlier versions than 10.x. I'll be happy to show you how to do that if > you are unsure. > > Cheers, > > Matthew > I'd appreciate your help Matthew. I don't intend this patch to be an end-all and be-all commit but rather a stopgap commit as part of transitioning to a fork I've made of the original upstream (https://github.com/rfrederick/check_ports). The original author ended development three years ago, and since I use the port daily I'd like to bring it up to speed as far as pkgng and staging support goes. Ryan