svn commit: r473729 - head/security/py-tlslite

Steve Wills swills at FreeBSD.org
Mon Jul 2 12:54:57 UTC 2018


Author: swills
Date: Mon Jul  2 12:54:56 2018
New Revision: 473729
URL: https://svnweb.freebsd.org/changeset/ports/473729

Log:
  security/py-tlslite: allow build python3
  
  It's supported according to the documentation.

Modified:
  head/security/py-tlslite/Makefile   (contents, props changed)

Modified: head/security/py-tlslite/Makefile
==============================================================================
--- head/security/py-tlslite/Makefile	Mon Jul  2 12:53:50 2018	(r473728)
+++ head/security/py-tlslite/Makefile	Mon Jul  2 12:54:56 2018	(r473729)
@@ -11,7 +11,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Python module implementing SSL 3.0, TLS 1.0, and TLS 1.1
 
-USES=		python:2.7
+USES=		python
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list