Date: Tue, 24 Apr 2018 19:47: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: r468234 - head/devel/py-tarantool-queue Message-ID: <201804241947.w3OJlLeK008689@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Apr 24 19:47:21 2018 New Revision: 468234 URL: https://svnweb.freebsd.org/changeset/ports/468234 Log: Fix msgpack dependency - Bump PORTREVISION for package change Modified: head/devel/py-tarantool-queue/Makefile Modified: head/devel/py-tarantool-queue/Makefile ============================================================================== --- head/devel/py-tarantool-queue/Makefile Tue Apr 24 19:47:15 2018 (r468233) +++ head/devel/py-tarantool-queue/Makefile Tue Apr 24 19:47:21 2018 (r468234) @@ -3,7 +3,7 @@ PORTNAME= tarantool-queue PORTVERSION= 0.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,10 +17,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0:devel/p ${PYTHON_PKGNAMEPREFIX}tarantool>=0:databases/py-tarantool@${FLAVOR} NO_ARCH= yes +REINPLACE_ARGS= -i '' USES= python USE_PYTHON= autoplist concurrent distutils post-patch: - @${REINPLACE_CMD} -e 's|tarantool<0.4|tarantool|' ${WRKSRC}/setup.py + @${REINPLACE_CMD} -e 's|msgpack-python|msgpack|; s|tarantool<0.4|tarantool|' ${WRKSRC}/setup.py ${WRKSRC}/tarantool_queue.egg-info/requires.txt .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804241947.w3OJlLeK008689>