Index: head/devel/py-libtmux/Makefile =================================================================== --- head/devel/py-libtmux/Makefile (revision 463524) +++ head/devel/py-libtmux/Makefile (revision 463525) @@ -1,22 +1,22 @@ # Created by: Tony Narlock # $FreeBSD$ PORTNAME= libtmux -PORTVERSION= 0.6.3 +PORTVERSION= 0.7.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for interfacing with tmux LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= tmux:sysutils/tmux NO_ARCH= yes USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils .include Index: head/devel/py-libtmux/distinfo =================================================================== --- head/devel/py-libtmux/distinfo (revision 463524) +++ head/devel/py-libtmux/distinfo (revision 463525) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488618113 -SHA256 (libtmux-0.6.3.tar.gz) = c7d908ffd79cfc5b372a0ad7da128e9455301013717cba55dfa63bcec1e3bc55 -SIZE (libtmux-0.6.3.tar.gz) = 30562 +TIMESTAMP = 1520095624 +SHA256 (libtmux-0.7.7.tar.gz) = 5670c8da8d0192d932ac1e34f010e0eeb098cdb2af6daad0307b5418e7a37733 +SIZE (libtmux-0.7.7.tar.gz) = 33095 Property changes on: head/devel/py-libtmux/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/devel/py-libtmux/pkg-descr =================================================================== --- head/devel/py-libtmux/pkg-descr (revision 463524) +++ head/devel/py-libtmux/pkg-descr (revision 463525) @@ -1,3 +1,7 @@ libtmux is the tool behind tmuxp, a tmux workspace manager in python. +It builds upon tmux's target and formats to create an object mapping to +traverse, inspect and interact with live tmux sessions. + WWW: https://pypi.python.org/pypi/libtmux +WWW: https://github.com/tony/libtmux Property changes on: head/devel/py-libtmux/pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property