diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-04-23 02:29:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-04-23 02:29:51 +0800 |
commit | 52cd18a3a26125d1118d0c70235b687b0b28d4dd (patch) | |
tree | b3026afd24dfb07b76baf524f7ab2b7a5a81e323 /sysutils | |
parent | d5cc7b764333f674ee6c7f8787e7245f62c5b729 (diff) | |
download | freebsd-ports-gnome-52cd18a3a26125d1118d0c70235b687b0b28d4dd.tar.gz freebsd-ports-gnome-52cd18a3a26125d1118d0c70235b687b0b28d4dd.tar.zst freebsd-ports-gnome-52cd18a3a26125d1118d0c70235b687b0b28d4dd.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 'sysutils')
-rw-r--r-- | sysutils/py-salt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/py-salt/Makefile b/sysutils/py-salt/Makefile index 09e5ee16da6b..b41d7ad294dd 100644 --- a/sysutils/py-salt/Makefile +++ b/sysutils/py-salt/Makefile @@ -3,7 +3,7 @@ PORTNAME= salt PORTVERSION= 2017.7.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${FLAVOR} \ ${PY_ENUM34} \ ${PY_FUTURES} \ ${PYTHON_PKGNAMEPREFIX}libcloud>=0.14.0:net/py-libcloud@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}msgpack-python>=0.3:devel/py-msgpack-python@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msgpack>=0.3:devel/py-msgpack@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}progressbar>0:misc/py-progressbar@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=1.0.0:www/py-requests@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tornado4>=4.2.1:www/py-tornado4@${FLAVOR} \ |