svn commit: r497968 - head/devel/pysvn
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Apr 5 16:52:26 UTC 2019
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 \
More information about the svn-ports-all
mailing list