Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Sep 2020 14:01:35 -0400
From:      Steve Wills <swills@FreeBSD.org>
To:        Kirill Ponomarev <krion@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r549933 - head/security/libdecaf
Message-ID:  <7c30d1ff-946a-f64f-9e27-cdfec0f11a7d@FreeBSD.org>
In-Reply-To: <202009241753.08OHr8EW087491@repo.freebsd.org>
References:  <202009241753.08OHr8EW087491@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7c30d1ff-946a-f64f-9e27-cdfec0f11a7d>