Index: head/sysutils/py-tmuxp/Makefile =================================================================== --- head/sysutils/py-tmuxp/Makefile (revision 463368) +++ head/sysutils/py-tmuxp/Makefile (revision 463369) @@ -1,25 +1,26 @@ # Created by: Tony Narlock # $FreeBSD$ PORTNAME= tmuxp -PORTVERSION= 0.9.3 +DISTVERSION= 1.3.5 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Session manager for tmux LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>=0:devel/py-argcomplete@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}kaptan>=0.5.7:devel/py-kaptan@${FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.3:devel/py-colorama@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}kaptan>=0.5.7:devel/py-kaptan@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}libtmux>0:devel/py-libtmux@${FLAVOR} \ tmux:sysutils/tmux -NO_ARCH= yes USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= distutils concurrent autoplist +NO_ARCH= yes .include Index: head/sysutils/py-tmuxp/distinfo =================================================================== --- head/sysutils/py-tmuxp/distinfo (revision 463368) +++ head/sysutils/py-tmuxp/distinfo (revision 463369) @@ -1,2 +1,3 @@ -SHA256 (tmuxp-0.9.3.tar.gz) = a9376038f5c03b3ee4be740fbe08604a97f76f0282cfaed8d6dae00fe28567ed -SIZE (tmuxp-0.9.3.tar.gz) = 80846 +TIMESTAMP = 1519966949 +SHA256 (tmuxp-1.3.5.tar.gz) = bdbbbf5980d6ec21838396a46cd5b599787e8540782b8e2e3f20d2135560a5d3 +SIZE (tmuxp-1.3.5.tar.gz) = 46905 Index: head/sysutils/py-tmuxp/pkg-descr =================================================================== --- head/sysutils/py-tmuxp/pkg-descr (revision 463368) +++ head/sysutils/py-tmuxp/pkg-descr (revision 463369) @@ -1,4 +1,4 @@ Load and save tmux sessions in JSON or YAML. Control tmux through python API. -WWW: https://pypi.python.org/pypi/tmuxp +WWW: https://github.com/tony/tmuxp/