diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-03-29 03:59:15 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-03-29 03:59:15 +0800 |
commit | d3bed4f256e04195756edc982ec1b72c95859bb6 (patch) | |
tree | 77cbf4b1b2a28873e8945d73db47c331494e54ff /sysutils | |
parent | 7e7e5b60617deab5df78fe6b1b8eda2b8e21d3c9 (diff) | |
download | freebsd-ports-gnome-d3bed4f256e04195756edc982ec1b72c95859bb6.tar.gz freebsd-ports-gnome-d3bed4f256e04195756edc982ec1b72c95859bb6.tar.zst freebsd-ports-gnome-d3bed4f256e04195756edc982ec1b72c95859bb6.zip |
Update to 1.4.0
- Update LICENSE
- Fix version requirement of RUN_DEPENDS
- Update pkg-descr
- Add PyPI as primary WWW
- Update WWW
Changes: https://github.com/tmux-python/tmuxp/releases
https://github.com/tmux-python/tmuxp/blob/master/CHANGES
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-tmuxp/Makefile | 12 | ||||
-rw-r--r-- | sysutils/py-tmuxp/distinfo | 6 | ||||
-rw-r--r-- | sysutils/py-tmuxp/pkg-descr | 7 |
3 files changed, 13 insertions, 12 deletions
diff --git a/sysutils/py-tmuxp/Makefile b/sysutils/py-tmuxp/Makefile index 9ca3a6d700ac..32f62b5d8295 100644 --- a/sysutils/py-tmuxp/Makefile +++ b/sysutils/py-tmuxp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tmuxp -DISTVERSION= 1.3.5 +DISTVERSION= 1.4.0 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,17 +10,17 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Session manager for tmux -LICENSE= BSD3CLAUSE +LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.3:devel/py-colorama@${FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=6.7:devel/py-click@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.9:devel/py-colorama@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}kaptan>=0.5.7:devel/py-kaptan@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}libtmux>0:devel/py-libtmux@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}libtmux>=0.7.7:devel/py-libtmux@${FLAVOR} \ tmux:sysutils/tmux USES= python -USE_PYTHON= distutils concurrent autoplist +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include <bsd.port.mk> diff --git a/sysutils/py-tmuxp/distinfo b/sysutils/py-tmuxp/distinfo index 37e379ad0c47..4f831d21f436 100644 --- a/sysutils/py-tmuxp/distinfo +++ b/sysutils/py-tmuxp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1519966949 -SHA256 (tmuxp-1.3.5.tar.gz) = bdbbbf5980d6ec21838396a46cd5b599787e8540782b8e2e3f20d2135560a5d3 -SIZE (tmuxp-1.3.5.tar.gz) = 46905 +TIMESTAMP = 1520864523 +SHA256 (tmuxp-1.4.0.tar.gz) = c79ab46c731f1820de881882eaa892423d3ae0199880f1e927493fc7003711be +SIZE (tmuxp-1.4.0.tar.gz) = 46971 diff --git a/sysutils/py-tmuxp/pkg-descr b/sysutils/py-tmuxp/pkg-descr index 6e8a1339b5a1..4e58b4165cb2 100644 --- a/sysutils/py-tmuxp/pkg-descr +++ b/sysutils/py-tmuxp/pkg-descr @@ -1,4 +1,5 @@ -Load and save tmux sessions in JSON or YAML. Control tmux through -python API. +tmuxp is a tmux session manager built on libtmux. It supports to load and save +tmux sessions via json and YAML, tmuxinator and teamocil style. -WWW: https://github.com/tony/tmuxp/ +WWW: https://pypi.python.org/pypi/tmuxp +WWW: https://github.com/tmux-python/tmuxp |