Date: Mon, 3 Jun 2019 18:36:53 +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: r503406 - head/devel/py-libtmux Message-ID: <201906031836.x53Iare6073084@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jun 3 18:36:52 2019 New Revision: 503406 URL: https://svnweb.freebsd.org/changeset/ports/503406 Log: Update to 0.8.2 Changes: https://github.com/tmux-python/libtmux/blob/master/CHANGES Modified: head/devel/py-libtmux/Makefile head/devel/py-libtmux/distinfo Modified: head/devel/py-libtmux/Makefile ============================================================================== --- head/devel/py-libtmux/Makefile Mon Jun 3 18:36:47 2019 (r503405) +++ head/devel/py-libtmux/Makefile Mon Jun 3 18:36:52 2019 (r503406) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libtmux -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= tmux:sysutils/tmux -NO_ARCH= yes USES= python USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include <bsd.port.mk> Modified: head/devel/py-libtmux/distinfo ============================================================================== --- head/devel/py-libtmux/distinfo Mon Jun 3 18:36:47 2019 (r503405) +++ head/devel/py-libtmux/distinfo Mon Jun 3 18:36:52 2019 (r503406) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548611906 -SHA256 (libtmux-0.8.1.tar.gz) = 5d4963cc4af53046cabd0997152af05a0a419e4c63af6737389b50f637c3852a -SIZE (libtmux-0.8.1.tar.gz) = 37696 +TIMESTAMP = 1559578195 +SHA256 (libtmux-0.8.2.tar.gz) = 2acd86617203bc966b125d016526fb40503411a2281b55d9d970a487dc6e065a +SIZE (libtmux-0.8.2.tar.gz) = 37725
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906031836.x53Iare6073084>