Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Nov 2019 12:18:39 +0000 (UTC)
From:      Santhosh Raju <fox@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517123 - head/sysutils/py-glances
Message-ID:  <201911091218.xA9CIdnD009464@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fox
Date: Sat Nov  9 12:18:39 2019
New Revision: 517123
URL: https://svnweb.freebsd.org/changeset/ports/517123

Log:
  sysutils/py-glances: Updates to 3.1.3
  
  - Adds missing runtime dependency py-future.
  
  Changes since 3.1.0:
  
  https://github.com/nicolargo/glances/compare/v3.1.0...v3.1.3
  
  PR:		241251
  Approved by:	maintainer-timeout(more than 14 days), swills, philip (mentor)

Modified:
  head/sysutils/py-glances/Makefile
  head/sysutils/py-glances/distinfo

Modified: head/sysutils/py-glances/Makefile
==============================================================================
--- head/sysutils/py-glances/Makefile	Sat Nov  9 11:11:20 2019	(r517122)
+++ head/sysutils/py-glances/Makefile	Sat Nov  9 12:18:39 2019	(r517123)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	glances
-PORTVERSION=	3.1.0
+PORTVERSION=	3.1.3
 DISTVERSIONPREFIX=	v
 CATEGORIES=	sysutils python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,8 @@ COMMENT=	CLI curses based monitoring tool for GNU/Linu
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}psutil>=5.3.0:sysutils/py-psutil@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}psutil>=5.3.0:sysutils/py-psutil@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist distutils

Modified: head/sysutils/py-glances/distinfo
==============================================================================
--- head/sysutils/py-glances/distinfo	Sat Nov  9 11:11:20 2019	(r517122)
+++ head/sysutils/py-glances/distinfo	Sat Nov  9 12:18:39 2019	(r517123)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1553626565
-SHA256 (nicolargo-glances-v3.1.0_GH0.tar.gz) = 56e67aee5960ecb575a7277e87b06d305ec87d2108f65860d13d9111d320bdf5
-SIZE (nicolargo-glances-v3.1.0_GH0.tar.gz) = 6688798
+TIMESTAMP = 1571070873
+SHA256 (nicolargo-glances-v3.1.3_GH0.tar.gz) = e3e8f9362b82c74427522e82501b47696945251035b35282f9ee4bc533996220
+SIZE (nicolargo-glances-v3.1.3_GH0.tar.gz) = 6759527



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