Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2019 16:52:25 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497968 - head/devel/pysvn
Message-ID:  <201904051652.x35GqPiu006126@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Apr  5 16:52:25 2019
New Revision: 497968
URL: https://svnweb.freebsd.org/changeset/ports/497968

Log:
  - Document incompatibility with python 3.7+
  
  Approved by:	portmgr blanket

Modified:
  head/devel/pysvn/Makefile

Modified: head/devel/pysvn/Makefile
==============================================================================
--- head/devel/pysvn/Makefile	Fri Apr  5 15:29:38 2019	(r497967)
+++ head/devel/pysvn/Makefile	Fri Apr  5 16:52:25 2019	(r497968)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libsvn_client-1.so:devel/subversion \
 		libexpat.so:textproc/expat2
 
 # Python3 ready
-USES=		python
+USES=		python:-3.6
 USE_PYTHON=	distutils noegginfo concurrent optsuffix
 PYDISTUTILS_CONFIGURE_TARGET=	configure
 PYDISTUTILS_CONFIGUREARGS=	--apr-inc-dir=${LOCALBASE}/include/apr-1 \



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