aboutsummaryrefslogtreecommitdiff
path: root/databases/py-tarantool
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-04-22 18:29:51 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-04-22 18:29:51 +0000
commitf9624911207da619c0d7aa5ec3c7e65bbc8e6e01 (patch)
treeb3026afd24dfb07b76baf524f7ab2b7a5a81e323 /databases/py-tarantool
parent414a36abe64db754adb45a433456c251bae0040e (diff)
downloadports-f9624911207da619c0d7aa5ec3c7e65bbc8e6e01.tar.gz
ports-f9624911207da619c0d7aa5ec3c7e65bbc8e6e01.zip
Move devel/py-msgpack-python to devel/py-msgpack
- Update to 0.5.6 - Update pkg-descr - Update WWW Changes: https://github.com/msgpack/msgpack-python/blob/master/ChangeLog.rst
Notes
Notes: svn path=/head/; revision=468048
Diffstat (limited to 'databases/py-tarantool')
-rw-r--r--databases/py-tarantool/Makefile3
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