Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jul 2018 12:54:56 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473729 - head/security/py-tlslite
Message-ID:  <201807021254.w62CsuhI005462@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807021254.w62CsuhI005462>