svn commit: r472749 - head/devel/py-cmdtest

Yuri Victorovich yuri at FreeBSD.org
Tue Jun 19 02:19:40 UTC 2018


Author: yuri
Date: Tue Jun 19 02:19:39 2018
New Revision: 472749
URL: https://svnweb.freebsd.org/changeset/ports/472749

Log:
  devel/py-cmdtest: Add USE_PYTHON=concurrent
  
  Also fix manpage directory share/man -> man.
  
  Approved by:	portmgr

Modified:
  head/devel/py-cmdtest/Makefile

Modified: head/devel/py-cmdtest/Makefile
==============================================================================
--- head/devel/py-cmdtest/Makefile	Tue Jun 19 02:14:17 2018	(r472748)
+++ head/devel/py-cmdtest/Makefile	Tue Jun 19 02:19:39 2018	(r472749)
@@ -2,6 +2,7 @@
 
 PORTNAME=	cmdtest
 PORTVERSION=	0.32
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://git.liw.fi/cgi-bin/cgit/cgit.cgi/cmdtest/snapshot/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,10 +21,10 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}markdown>0:textpro
 		${PYTHON_PKGNAMEPREFIX}ttystatus>0:devel/py-ttystatus@${FLAVOR}
 
 USES=		python:2.7
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils concurrent autoplist
 NO_ARCH=	yes
 
 post-patch:
-	${REINPLACE_CMD} -e "s,python,${PYTHON_CMD},g" ${WRKSRC}/setup.py
+	@${REINPLACE_CMD} -e "s,python,${PYTHON_CMD},g ; s,share/man/,man/," ${WRKSRC}/setup.py
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list