svn commit: r468234 - head/devel/py-tarantool-queue

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Apr 24 19:47:23 UTC 2018


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>


More information about the svn-ports-head mailing list