Index: head/databases/py-tarantool/Makefile =================================================================== --- head/databases/py-tarantool/Makefile (revision 551396) +++ head/databases/py-tarantool/Makefile (revision 551397) @@ -1,25 +1,22 @@ # Created by: Veniamin Gvozdikov # $FreeBSD$ PORTNAME= tarantool PORTVERSION= 0.6.6 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Client library for Tarantool Database LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0.4:devel/py-msgpack@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -post-patch: - @${REINPLACE_CMD} -e 's|msgpack-python|msgpack|' ${WRKSRC}/setup.py - .include Index: head/databases/py-tarantool/files/patch-setup.py =================================================================== --- head/databases/py-tarantool/files/patch-setup.py (nonexistent) +++ head/databases/py-tarantool/files/patch-setup.py (revision 551397) @@ -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', + ] + ) Property changes on: head/databases/py-tarantool/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property