summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGasol Wu <gasol.wu@gmail.com>2022-01-05 13:13:24 +0800
committerNeel Chauhan <nc@FreeBSD.org>2022-01-05 13:17:54 -0800
commit48c01480c5f0f661793cdbb029b35e5851177450 (patch)
treecd5f6001d4e7c23044fd7460202531cef2b059ac
parent833727759939e4552779cd10806013884e3ca9b4 (diff)
downloadfreebsd-ports-48c01480c5f0f661793cdbb029b35e5851177450.zip
sysutils/py-glances: Update to 3.2.4.2
PR: 260951
-rw-r--r--sysutils/py-glances/Makefile6
-rw-r--r--sysutils/py-glances/distinfo6
-rw-r--r--sysutils/py-glances/pkg-descr2
3 files changed, 8 insertions, 6 deletions
diff --git a/sysutils/py-glances/Makefile b/sysutils/py-glances/Makefile
index d355423adf39..badb6b5f3c11 100644
--- a/sysutils/py-glances/Makefile
+++ b/sysutils/py-glances/Makefile
@@ -1,7 +1,7 @@
# Created by: Gasol Wu <gasol.wu@gmail.com>
PORTNAME= glances
-PORTVERSION= 3.1.4
+PORTVERSION= 3.2.4.2
DISTVERSIONPREFIX= v
CATEGORIES= sysutils python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,9 @@ LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=5.3.0:sysutils/py-psutil@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}defusedxml>=0:devel/py-defusedxml@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0.15.2:devel/py-coverage@${PY_FLAVOR}
USES= python:3.6+
diff --git a/sysutils/py-glances/distinfo b/sysutils/py-glances/distinfo
index 5b487fbde3ef..bb5ecd0b0766 100644
--- a/sysutils/py-glances/distinfo
+++ b/sysutils/py-glances/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1584897349
-SHA256 (nicolargo-glances-v3.1.4_GH0.tar.gz) = bf5ec080b824f724bc2a5a42b6e2dbe9eba3effd60d50f2cf39af7e9bf18f6b7
-SIZE (nicolargo-glances-v3.1.4_GH0.tar.gz) = 6770502
+TIMESTAMP = 1641345549
+SHA256 (nicolargo-glances-v3.2.4.2_GH0.tar.gz) = 88ac8103d777b2a55cee9418a5940269c640c3ad964ec44de0e9bb80cdbead37
+SIZE (nicolargo-glances-v3.2.4.2_GH0.tar.gz) = 6914758
diff --git a/sysutils/py-glances/pkg-descr b/sysutils/py-glances/pkg-descr
index 48026bc7cc78..e6bf7685e90a 100644
--- a/sysutils/py-glances/pkg-descr
+++ b/sysutils/py-glances/pkg-descr
@@ -1,4 +1,4 @@
Glances is a CLI curses based monitoring tool for GNU/Linux and BSD OS.
Uses the PsUtil library to get information from your system.
-WWW: http://nicolargo.github.com/glances/
+WWW: https://nicolargo.github.io/glances/