From owner-svn-ports-head@freebsd.org Sat Mar 3 19:16:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26202F3378D; Sat, 3 Mar 2018 19:16:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8EFFD71948; Sat, 3 Mar 2018 19:16:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6A7182651; Sat, 3 Mar 2018 19:16:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w23JG7bq097724; Sat, 3 Mar 2018 19:16:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23JG7gu097721; Sat, 3 Mar 2018 19:16:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031916.w23JG7gu097721@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 19:16:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463525 - head/devel/py-libtmux X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-libtmux X-SVN-Commit-Revision: 463525 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 19:16:08 -0000 Author: sunpoet Date: Sat Mar 3 19:16:06 2018 New Revision: 463525 URL: https://svnweb.freebsd.org/changeset/ports/463525 Log: Update to 0.7.7 - Allow concurrent installation (USE_PYTHON=concurrent) - Update pkg-descr - Add GitHub repository to WWW - Take maintainership Changes: https://github.com/tony/libtmux/blob/master/CHANGES Modified: head/devel/py-libtmux/Makefile head/devel/py-libtmux/distinfo (contents, props changed) head/devel/py-libtmux/pkg-descr (contents, props changed) Modified: head/devel/py-libtmux/Makefile ============================================================================== --- head/devel/py-libtmux/Makefile Sat Mar 3 19:16:01 2018 (r463524) +++ head/devel/py-libtmux/Makefile Sat Mar 3 19:16:06 2018 (r463525) @@ -2,12 +2,12 @@ # $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 @@ -17,6 +17,6 @@ RUN_DEPENDS= tmux:sysutils/tmux NO_ARCH= yes USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils .include Modified: head/devel/py-libtmux/distinfo ============================================================================== --- head/devel/py-libtmux/distinfo Sat Mar 3 19:16:01 2018 (r463524) +++ head/devel/py-libtmux/distinfo Sat Mar 3 19:16:06 2018 (r463525) @@ -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 Modified: head/devel/py-libtmux/pkg-descr ============================================================================== --- head/devel/py-libtmux/pkg-descr Sat Mar 3 19:16:01 2018 (r463524) +++ head/devel/py-libtmux/pkg-descr Sat Mar 3 19:16:06 2018 (r463525) @@ -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