View | Details | Raw Unified | Return to bug 216874
Collapse All | Expand All

(-)./Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/sysutils/py-glances/Makefile 428026 2016-12-07 02:15:19Z jhale $
2
# $FreeBSD: head/sysutils/py-glances/Makefile 428026 2016-12-07 02:15:19Z jhale $
3
3
4
PORTNAME=	glances
4
PORTNAME=	glances
5
PORTVERSION=	2.7.1
5
PORTVERSION=	2.8.1
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
CATEGORIES=	sysutils python
7
CATEGORIES=	sysutils python
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
(-)./distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1481076816
1
TIMESTAMP = 1486442628
2
SHA256 (nicolargo-glances-v2.7.1_GH0.tar.gz) = 0f747423e4dee049b1113fc6db2d76af73ef75b1c3445af00cada103bcbbeb69
2
SHA256 (nicolargo-glances-v2.8.1_GH0.tar.gz) = e45dff7e3633ea8bb0748db8e69b43fac90536f5b557ccfa36fb91c3b3efebec
3
SIZE (nicolargo-glances-v2.7.1_GH0.tar.gz) = 4941456
3
SIZE (nicolargo-glances-v2.8.1_GH0.tar.gz) = 5540768
(-)./files/patch-setup.py (-3 / +3 lines)
Lines 1-9 Link Here
1
--- setup.py.orig	2016-09-11 09:08:21 UTC
1
--- setup.py.orig	2017-02-07 04:50:20 UTC
2
+++ setup.py
2
+++ setup.py
3
@@ -26,7 +26,6 @@ def get_data_files():
3
@@ -31,7 +31,6 @@ def get_data_files():
4
     data_files = [
4
     data_files = [
5
         ('share/doc/glances', ['AUTHORS', 'COPYING', 'NEWS', 'README.rst',
5
         ('share/doc/glances', ['AUTHORS', 'COPYING', 'NEWS', 'README.rst',
6
                                'conf/glances.conf']),
6
                                'CONTRIBUTING.md', 'conf/glances.conf']),
7
-        ('share/man/man1', ['docs/man/glances.1'])
7
-        ('share/man/man1', ['docs/man/glances.1'])
8
     ]
8
     ]
9
 
9
 

Return to bug 216874