Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Mar 2018 21:16:38 +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: r464311 - head/devel/py-libtmux
Message-ID:  <201803122116.w2CLGcGD026560@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Mar 12 21:16:38 2018
New Revision: 464311
URL: https://svnweb.freebsd.org/changeset/ports/464311

Log:
  Update to 0.8.0
  
  - Update LICENSE
  - Update WWW
  
  Changes:	https://github.com/tmux-python/libtmux/blob/master/CHANGES

Modified:
  head/devel/py-libtmux/Makefile
  head/devel/py-libtmux/distinfo
  head/devel/py-libtmux/pkg-descr

Modified: head/devel/py-libtmux/Makefile
==============================================================================
--- head/devel/py-libtmux/Makefile	Mon Mar 12 21:16:32 2018	(r464310)
+++ head/devel/py-libtmux/Makefile	Mon Mar 12 21:16:38 2018	(r464311)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libtmux
-PORTVERSION=	0.7.8
+PORTVERSION=	0.8.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,7 +10,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Library for interfacing with tmux
 
-LICENSE=	BSD3CLAUSE
+LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	tmux:sysutils/tmux

Modified: head/devel/py-libtmux/distinfo
==============================================================================
--- head/devel/py-libtmux/distinfo	Mon Mar 12 21:16:32 2018	(r464310)
+++ head/devel/py-libtmux/distinfo	Mon Mar 12 21:16:38 2018	(r464311)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1520265795
-SHA256 (libtmux-0.7.8.tar.gz) = 3dacce93790a93d4b1a70eb4a6ea5db6a49dcf6599c277e89c1a8de742d9b89e
-SIZE (libtmux-0.7.8.tar.gz) = 36399
+TIMESTAMP = 1520870318
+SHA256 (libtmux-0.8.0.tar.gz) = 2b969b507c26d9db08b85be4808d75774b6418ecf5a0f61956f7a1da44519585
+SIZE (libtmux-0.8.0.tar.gz) = 36485

Modified: head/devel/py-libtmux/pkg-descr
==============================================================================
--- head/devel/py-libtmux/pkg-descr	Mon Mar 12 21:16:32 2018	(r464310)
+++ head/devel/py-libtmux/pkg-descr	Mon Mar 12 21:16:38 2018	(r464311)
@@ -4,4 +4,4 @@ It builds upon tmux's target and formats to create an 
 traverse, inspect and interact with live tmux sessions.
 
 WWW: https://pypi.python.org/pypi/libtmux
-WWW: https://github.com/tony/libtmux
+WWW: https://github.com/tmux-python/libtmux



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