- Update to 1.7.5
PR: ports/187719 Submitted by: swills (myself) Approved by: Gasol Wu <gasol.wu@gmail.com> (maintainer)
This commit is contained in:
parent
5f9faf4b4d
commit
6c3d85127b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348625
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= glances
|
||||
PORTVERSION= 1.7.4
|
||||
PORTVERSION= 1.7.5
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= https://github.com/nicolargo/glances/archive/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -14,7 +14,7 @@ COMMENT= CLI curses based monitoring tool for GNU/Linux and BSD OS
|
|||
LICENSE= LGPL3
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.0.0:${PORTSDIR}/devel/py-Jinja2 \
|
||||
${PYTHON_PKGNAMEPREFIX}psutil>=1.2.1:${PORTSDIR}/sysutils/py-psutil
|
||||
${PYTHON_PKGNAMEPREFIX}psutil121>=1.2.1:${PORTSDIR}/sysutils/py-psutil121
|
||||
|
||||
OPTIONS_DEFINE= MANPAGES NLS
|
||||
OPTIONS_SUB= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (v1.7.4.tar.gz) = 20960b5f191bc86e6184d937940f00a62100eb51388bcdeb233f30c809b0f1a6
|
||||
SIZE (v1.7.4.tar.gz) = 1228816
|
||||
SHA256 (v1.7.5.tar.gz) = 1598d1c10f1d2b59ea8d90d5be899fd151b4af28640c6daae23258dc76f659fe
|
||||
SIZE (v1.7.5.tar.gz) = 591977
|
||||
|
|
Loading…
Reference in a new issue