From owner-svn-ports-head@FreeBSD.ORG Fri May 8 10:12:08 2015 Return-Path: Delivered-To: svn-ports-head@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 EE4BFA55; Fri, 8 May 2015 10:12:08 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6CF01151; Fri, 8 May 2015 10:12:07 +0000 (UTC) Received: from [192.168.1.22] (140.Red-83-60-172.dynamicIP.rima-tde.net [83.60.172.140]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 739CC43BD4; Fri, 8 May 2015 05:02:50 -0500 (CDT) Message-ID: <554C89C7.70505@marino.st> Date: Fri, 08 May 2015 12:02:47 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Dmitry Marakasov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r385747 - head/security/burpsuite References: <201505080955.t489tQi7058301@svn.freebsd.org> In-Reply-To: <201505080955.t489tQi7058301@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2015 10:12:09 -0000 On 5/8/2015 11:55, Dmitry Marakasov wrote: > Author: amdmi3 > Date: Fri May 8 09:55:25 2015 > New Revision: 385747 > URL: https://svnweb.freebsd.org/changeset/ports/385747 > > Log: > - Mark IS_INTERACTIVE, as it needs interactive license comfirmation > > Approved by: portmgr blanket > > Modified: > head/security/burpsuite/Makefile > We got rid of ALL the INTERACTIVE ports a few months. This isn't nice. Can't the regular license framework be used instead? Isn't that why it's there? John