diff options
Diffstat (limited to 'sysutils/py-glances/Makefile')
-rw-r--r-- | sysutils/py-glances/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/sysutils/py-glances/Makefile b/sysutils/py-glances/Makefile index c75fc9702e37..204029e2bab5 100644 --- a/sysutils/py-glances/Makefile +++ b/sysutils/py-glances/Makefile @@ -2,23 +2,20 @@ # $FreeBSD$ PORTNAME= glances -PORTVERSION= 1.4.1.1 +PORTVERSION= 1.5.1 CATEGORIES= sysutils python +MASTER_SITES= https://github.com/downloads/nicolargo/glances/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gasol.wu@gmail.com -COMMENT= A CLI curses based monitoring tool for GNU/Linux and BSD OS +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>=0.4.1:${PORTSDIR}/sysutils/py-psutil -USE_GITHUB= yes -GH_ACCOUNT= nicolargo -GH_PROJECT= glances -GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 2920dcc +FETCH_ARGS= -pRr USE_PYTHON= 2.6+ USE_PYDISTUTILS=easy_install PYDISTUTILS_PKGNAME= Glances |