svn commit: r549933 - head/security/libdecaf

Kirill Ponomarev krion at FreeBSD.org
Thu Sep 24 17:53:09 UTC 2020


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