Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Sep 2018 08:44:44 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480557 - head/sysutils/s-tui
Message-ID:  <201809240844.w8O8iiSs048446@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Sep 24 08:44:44 2018
New Revision: 480557
URL: https://svnweb.freebsd.org/changeset/ports/480557

Log:
  sysutils/s-tui: Update 0.6.7.4 -> 0.8.2
  
  Reported by:	upstream

Modified:
  head/sysutils/s-tui/Makefile
  head/sysutils/s-tui/distinfo
  head/sysutils/s-tui/pkg-message

Modified: head/sysutils/s-tui/Makefile
==============================================================================
--- head/sysutils/s-tui/Makefile	Mon Sep 24 08:30:36 2018	(r480556)
+++ head/sysutils/s-tui/Makefile	Mon Sep 24 08:44:44 2018	(r480557)
@@ -1,19 +1,22 @@
 # $FreeBSD$
 
 PORTNAME=	s-tui
-DISTVERSION=	0.6.7.4
+DISTVERSION=	0.8.2
 CATEGORIES=	sysutils python
-MASTER_SITES=	CHEESESHOP
 
 MAINTAINER=	freebsd_ports@k-worx.org
-COMMENT=	Stress Terminal UI - stress test and monitoring tool
+COMMENT=	Stress Terminal UI: stress test and monitoring tool
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}urwid>0:devel/py-urwid@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}psutil>=5.2.0:sysutils/py-psutil@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}urwid>=1.3.1:devel/py-urwid@${PY_FLAVOR}
 
 USES=		python
+USE_GITHUB=	yes
+GH_ACCOUNT=	amanusk
+GH_TAGNAME=	200c8f1 # experimental free_bsd branch
 USE_PYTHON=	distutils noflavors autoplist
 NO_ARCH=	yes
 

Modified: head/sysutils/s-tui/distinfo
==============================================================================
--- head/sysutils/s-tui/distinfo	Mon Sep 24 08:30:36 2018	(r480556)
+++ head/sysutils/s-tui/distinfo	Mon Sep 24 08:44:44 2018	(r480557)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1523639127
-SHA256 (s-tui-0.6.7.4.tar.gz) = e9fdfafa2653237beb0f52a598de504087afd3d1255e22f5c55a59df2272d2f9
-SIZE (s-tui-0.6.7.4.tar.gz) = 25666
+TIMESTAMP = 1537778341
+SHA256 (amanusk-s-tui-0.8.2-200c8f1_GH0.tar.gz) = 9b364b8b42b214ffab46f591940e836a9762dfae08990afffe8ee8a222779539
+SIZE (amanusk-s-tui-0.8.2-200c8f1_GH0.tar.gz) = 2232192

Modified: head/sysutils/s-tui/pkg-message
==============================================================================
--- head/sysutils/s-tui/pkg-message	Mon Sep 24 08:30:36 2018	(r480556)
+++ head/sysutils/s-tui/pkg-message	Mon Sep 24 08:44:44 2018	(r480557)
@@ -1,6 +1,9 @@
 ======================================================================
-If you want to enable CPU stress testing you'll need to install additionally one
-of the following ports:
+You installed s-tui, stress test and monitoring tool.
+s-tui is experimental on FreeBSD. Please help testing it.
+
+If you want to enable CPU stress testing you'll need to install
+additionally one of the following ports:
 
 - benchmarks/stress-ng
 - sysutils/stress



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