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 /www/py-autobahn | |
parent | 414a36abe64db754adb45a433456c251bae0040e (diff) | |
download | freebsd-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
Diffstat (limited to 'www/py-autobahn')
-rw-r--r-- | www/py-autobahn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-autobahn/Makefile b/www/py-autobahn/Makefile index d6898e3af81a..fc8a03883770 100644 --- a/www/py-autobahn/Makefile +++ b/www/py-autobahn/Makefile @@ -4,6 +4,7 @@ PORTNAME= autobahn PORTVERSION= 0.17.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -39,7 +40,7 @@ SERIALIZATION_DESC= WAMPv2 Binary Serialization ACCELERATE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wsaccel>=0.6.2:www/py-wsaccel@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ujson>=1.33:devel/py-ujson@${FLAVOR} -SERIALIZATION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack-python>=0.4.0:devel/py-msgpack-python@${FLAVOR} +SERIALIZATION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0.4.0:devel/py-msgpack@${FLAVOR} .include <bsd.port.pre.mk> |