Date: Thu, 24 Sep 2020 17:53:08 +0000 (UTC) From: Kirill Ponomarev <krion@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549933 - head/security/libdecaf Message-ID: <202009241753.08OHr8EW087491@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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?202009241753.08OHr8EW087491>