svn commit: r551397 - in head/databases/py-tarantool: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 4 14:13:26 UTC 2020


Author: sunpoet
Date: Sun Oct  4 14:13:21 2020
New Revision: 551397
URL: https://svnweb.freebsd.org/changeset/ports/551397

Log:
  Convert REINPLACE_CMD to patch file

Added:
  head/databases/py-tarantool/files/
  head/databases/py-tarantool/files/patch-setup.py   (contents, props changed)
Modified:
  head/databases/py-tarantool/Makefile

Modified: head/databases/py-tarantool/Makefile
==============================================================================
--- head/databases/py-tarantool/Makefile	Sun Oct  4 14:13:16 2020	(r551396)
+++ head/databases/py-tarantool/Makefile	Sun Oct  4 14:13:21 2020	(r551397)
@@ -19,7 +19,4 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|msgpack-python|msgpack|' ${WRKSRC}/setup.py
-
 .include <bsd.port.mk>

Added: head/databases/py-tarantool/files/patch-setup.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/py-tarantool/files/patch-setup.py	Sun Oct  4 14:13:21 2020	(r551397)
@@ -0,0 +1,10 @@
+--- setup.py.orig	2018-10-25 00:05:26 UTC
++++ setup.py
+@@ -82,6 +82,6 @@ setup(
+     cmdclass=cmdclass,
+     command_options=command_options,
+     install_requires=[
+-        'msgpack-python>=0.4',
++        'msgpack>=0.4',
+     ]
+ )


More information about the svn-ports-all mailing list