svn commit: r549933 - head/security/libdecaf

Steve Wills swills at FreeBSD.org
Thu Sep 24 18:01:51 UTC 2020


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>
> 


More information about the svn-ports-all mailing list