Date: Sun, 4 Oct 2020 14:13:21 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r551397 - in head/databases/py-tarantool: . files Message-ID: <202010041413.094EDLBj054532@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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', + ] + )
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010041413.094EDLBj054532>