From owner-svn-ports-head@freebsd.org Thu Sep 24 18:01:50 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F0A44423CB1; Thu, 24 Sep 2020 18:01:50 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4By2tP0mzjz3y17; Thu, 24 Sep 2020 18:01:48 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from lrrr.mouf.net (cpe-76-182-16-135.nc.res.rr.com [76.182.16.135]) (authenticated bits=0) by mouf.net (8.14.9/8.14.9) with ESMTP id 08OI1e5J044858 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Thu, 24 Sep 2020 18:01:46 GMT (envelope-from swills@FreeBSD.org) Subject: Re: svn commit: r549933 - head/security/libdecaf To: Kirill Ponomarev , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202009241753.08OHr8EW087491@repo.freebsd.org> From: Steve Wills Message-ID: <7c30d1ff-946a-f64f-9e27-cdfec0f11a7d@FreeBSD.org> Date: Thu, 24 Sep 2020 14:01:35 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <202009241753.08OHr8EW087491@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Thu, 24 Sep 2020 18:01:46 +0000 (UTC) X-Spam-Status: No, score=0.4 required=4.5 tests=KHOP_HELO_FCRDNS, NICE_REPLY_A autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mouf.net X-Virus-Scanned: clamav-milter 0.99.2 at mouf.net X-Virus-Status: Clean X-Rspamd-Queue-Id: 4By2tP0mzjz3y17 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; ASN(0.00)[asn:36236, ipnet:2607:fc50::/36, country:US]; REPLY(-4.00)[] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 24 Sep 2020 18:01:51 -0000 Thanks for the quick fix! On 9/24/20 1:53 PM, Kirill Ponomarev wrote: > Author: krion > Date: Thu Sep 24 17:53:08 2020 > New Revision: 549933 > URL: https://svnweb.freebsd.org/changeset/ports/549933 > > Log: > Deprecate python2 and move to python3 > > Reported by: swills > > Modified: > head/security/libdecaf/Makefile > > Modified: head/security/libdecaf/Makefile > ============================================================================== > --- head/security/libdecaf/Makefile Thu Sep 24 17:29:13 2020 (r549932) > +++ head/security/libdecaf/Makefile Thu Sep 24 17:53:08 2020 (r549933) > @@ -2,7 +2,7 @@ > > PORTNAME= libdecaf > PORTVERSION= 1.0.0 > -PORTREVISION= 2 > +PORTREVISION= 3 > CATEGORIES= security > MASTER_SITES= SF/ed448goldilocks/ > > @@ -12,7 +12,7 @@ COMMENT= Implementation of elliptic curve cryptography > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE.txt > > -USES= cmake compiler:c++11-lang localbase:ldflags python:2.7 tar:tgz > +USES= cmake compiler:c++11-lang localbase:ldflags python tar:tgz > USE_LDCONFIG= yes > > .include >