svn commit: r524573 - head/databases/py-tarantool

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 29 19:14:10 UTC 2020


Author: sunpoet
Date: Wed Jan 29 19:14:09 2020
New Revision: 524573
URL: https://svnweb.freebsd.org/changeset/ports/524573

Log:
  Remove unnecessary requires.txt patch

Modified:
  head/databases/py-tarantool/Makefile

Modified: head/databases/py-tarantool/Makefile
==============================================================================
--- head/databases/py-tarantool/Makefile	Wed Jan 29 19:14:04 2020	(r524572)
+++ head/databases/py-tarantool/Makefile	Wed Jan 29 19:14:09 2020	(r524573)
@@ -18,9 +18,8 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
-REINPLACE_ARGS=	-i ''
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|msgpack-python|msgpack|' ${WRKSRC}/setup.py ${WRKSRC}/tarantool.egg-info/requires.txt
+	@${REINPLACE_CMD} -e 's|msgpack-python|msgpack|' ${WRKSRC}/setup.py
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list