From owner-svn-ports-head@freebsd.org Sat Aug 8 10:20:51 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4495F3A71D7; Sat, 8 Aug 2020 10:20:51 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BNytB1Kn5z4fvP; Sat, 8 Aug 2020 10:20:49 +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 A697D27423; Sat, 8 Aug 2020 10:20:49 +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 078AKn8Z004491; Sat, 8 Aug 2020 10:20:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 078AKn2g004488; Sat, 8 Aug 2020 10:20:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202008081020.078AKn2g004488@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, 8 Aug 2020 10:20:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544427 - head/sysutils/py-tmuxp X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/py-tmuxp X-SVN-Commit-Revision: 544427 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.33 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, 08 Aug 2020 10:20:51 -0000 Author: sunpoet Date: Sat Aug 8 10:20:48 2020 New Revision: 544427 URL: https://svnweb.freebsd.org/changeset/ports/544427 Log: Update to 1.5.5 Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES Modified: head/sysutils/py-tmuxp/Makefile head/sysutils/py-tmuxp/distinfo head/sysutils/py-tmuxp/pkg-descr Modified: head/sysutils/py-tmuxp/Makefile ============================================================================== --- head/sysutils/py-tmuxp/Makefile Sat Aug 8 10:20:43 2020 (r544426) +++ head/sysutils/py-tmuxp/Makefile Sat Aug 8 10:20:48 2020 (r544427) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tmuxp -PORTVERSION= 1.5.4 +PORTVERSION= 1.5.5 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-tmuxp/distinfo ============================================================================== --- head/sysutils/py-tmuxp/distinfo Sat Aug 8 10:20:43 2020 (r544426) +++ head/sysutils/py-tmuxp/distinfo Sat Aug 8 10:20:48 2020 (r544427) @@ -1,3 +1,3 @@ -TIMESTAMP = 1573649224 -SHA256 (tmuxp-1.5.4.tar.gz) = 371105eb69efc457de52fb7a6de0b431a0179c5b54e9ec78180746463153168f -SIZE (tmuxp-1.5.4.tar.gz) = 71024 +TIMESTAMP = 1596280126 +SHA256 (tmuxp-1.5.5.tar.gz) = cd9724b2738a3032f29784ce2e37332ca5f80104e05182502dcdadf7b08f7fc9 +SIZE (tmuxp-1.5.5.tar.gz) = 75028 Modified: head/sysutils/py-tmuxp/pkg-descr ============================================================================== --- head/sysutils/py-tmuxp/pkg-descr Sat Aug 8 10:20:43 2020 (r544426) +++ head/sysutils/py-tmuxp/pkg-descr Sat Aug 8 10:20:48 2020 (r544427) @@ -1,5 +1,4 @@ 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://pypi.org/project/tmuxp/ WWW: https://github.com/tmux-python/tmuxp