svn commit: r395127 - head/sysutils/py-tmuxp
Ruslan Makhmatkhanov
rm at FreeBSD.org
Sun Aug 23 20:27:30 UTC 2015
Author: rm
Date: Sun Aug 23 20:27:29 2015
New Revision: 395127
URL: https://svnweb.freebsd.org/changeset/ports/395127
Log:
sysutils/py-tmuxp: update to 0.9.1
New release resolves the compatibility issue with python3.
Relax python version check in Makefile.
PR: 201564
Approved by: Tony Narlock <tony at git-pull.com> (maintainer)
Modified:
head/sysutils/py-tmuxp/Makefile
head/sysutils/py-tmuxp/distinfo
Modified: head/sysutils/py-tmuxp/Makefile
==============================================================================
--- head/sysutils/py-tmuxp/Makefile Sun Aug 23 20:06:42 2015 (r395126)
+++ head/sysutils/py-tmuxp/Makefile Sun Aug 23 20:27:29 2015 (r395127)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= tmuxp
-PORTVERSION= 0.9.0
+PORTVERSION= 0.9.1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argc
tmux:${PORTSDIR}/sysutils/tmux
NO_ARCH= yes
-USES= python:2
+USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
Modified: head/sysutils/py-tmuxp/distinfo
==============================================================================
--- head/sysutils/py-tmuxp/distinfo Sun Aug 23 20:06:42 2015 (r395126)
+++ head/sysutils/py-tmuxp/distinfo Sun Aug 23 20:27:29 2015 (r395127)
@@ -1,2 +1,2 @@
-SHA256 (tmuxp-0.9.0.tar.gz) = 03023f5db87c8abb4acf36b0837e372b879f903e6f9f24f6448ff8744d4b28f5
-SIZE (tmuxp-0.9.0.tar.gz) = 77925
+SHA256 (tmuxp-0.9.1.tar.gz) = 3c83e75872c510cd7b1007eb3dc578773691054d282cf7aca1050efa8295b1f5
+SIZE (tmuxp-0.9.1.tar.gz) = 79304
More information about the svn-ports-all
mailing list