Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Mar 2018 19:59:15 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465843 - head/sysutils/py-tmuxp
Message-ID:  <201803281959.w2SJxF7s065535@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Mar 28 19:59:15 2018
New Revision: 465843
URL: https://svnweb.freebsd.org/changeset/ports/465843

Log:
  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

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	Wed Mar 28 19:59:10 2018	(r465842)
+++ head/sysutils/py-tmuxp/Makefile	Wed Mar 28 19:59:15 2018	(r465843)
@@ -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>

Modified: head/sysutils/py-tmuxp/distinfo
==============================================================================
--- head/sysutils/py-tmuxp/distinfo	Wed Mar 28 19:59:10 2018	(r465842)
+++ head/sysutils/py-tmuxp/distinfo	Wed Mar 28 19:59:15 2018	(r465843)
@@ -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

Modified: head/sysutils/py-tmuxp/pkg-descr
==============================================================================
--- head/sysutils/py-tmuxp/pkg-descr	Wed Mar 28 19:59:10 2018	(r465842)
+++ head/sysutils/py-tmuxp/pkg-descr	Wed Mar 28 19:59:15 2018	(r465843)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803281959.w2SJxF7s065535>