diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-04-22 18:29:51 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-04-22 18:29:51 +0000 |
commit | f9624911207da619c0d7aa5ec3c7e65bbc8e6e01 (patch) | |
tree | b3026afd24dfb07b76baf524f7ab2b7a5a81e323 /databases/py-tarantool | |
parent | 414a36abe64db754adb45a433456c251bae0040e (diff) | |
download | ports-f9624911207da619c0d7aa5ec3c7e65bbc8e6e01.tar.gz ports-f9624911207da619c0d7aa5ec3c7e65bbc8e6e01.zip |
Notes
Diffstat (limited to 'databases/py-tarantool')
-rw-r--r-- | databases/py-tarantool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-tarantool/Makefile b/databases/py-tarantool/Makefile index 7844f82585c7..795f50c6a141 100644 --- a/databases/py-tarantool/Makefile +++ b/databases/py-tarantool/Makefile @@ -3,6 +3,7 @@ PORTNAME= tarantool PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ COMMENT= Client library for Tarantool Database LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack-python>=0.4:devel/py-msgpack-python@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0.4:devel/py-msgpack@${FLAVOR} NO_ARCH= yes USES= python tar:bz2 |