Date: Tue, 7 Feb 2017 14:36:58 +0000 (UTC) From: Kirill Ponomarew <krion@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433556 - in head/sysutils/py-glances: . files Message-ID: <201702071436.v17EawBh009838@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: krion Date: Tue Feb 7 14:36:58 2017 New Revision: 433556 URL: https://svnweb.freebsd.org/changeset/ports/433556 Log: Update sysutils/py-glances to 2.8.1 PR: 216874 Submitted by: gasol.wu@gmail.com Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9471 Modified: head/sysutils/py-glances/Makefile head/sysutils/py-glances/distinfo head/sysutils/py-glances/files/patch-setup.py Modified: head/sysutils/py-glances/Makefile ============================================================================== --- head/sysutils/py-glances/Makefile Tue Feb 7 14:21:07 2017 (r433555) +++ head/sysutils/py-glances/Makefile Tue Feb 7 14:36:58 2017 (r433556) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= glances -PORTVERSION= 2.7.1 +PORTVERSION= 2.8.1 DISTVERSIONPREFIX= v CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,7 +25,7 @@ USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes -PLIST_FILES= %%ETCDIR%%/glances.conf.sample \ +PLIST_FILES= ${ETCDIR}/glances.conf.sample \ man/man1/glances.1.gz post-install: Modified: head/sysutils/py-glances/distinfo ============================================================================== --- head/sysutils/py-glances/distinfo Tue Feb 7 14:21:07 2017 (r433555) +++ head/sysutils/py-glances/distinfo Tue Feb 7 14:36:58 2017 (r433556) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481076816 -SHA256 (nicolargo-glances-v2.7.1_GH0.tar.gz) = 0f747423e4dee049b1113fc6db2d76af73ef75b1c3445af00cada103bcbbeb69 -SIZE (nicolargo-glances-v2.7.1_GH0.tar.gz) = 4941456 +TIMESTAMP = 1486442628 +SHA256 (nicolargo-glances-v2.8.1_GH0.tar.gz) = e45dff7e3633ea8bb0748db8e69b43fac90536f5b557ccfa36fb91c3b3efebec +SIZE (nicolargo-glances-v2.8.1_GH0.tar.gz) = 5540768 Modified: head/sysutils/py-glances/files/patch-setup.py ============================================================================== --- head/sysutils/py-glances/files/patch-setup.py Tue Feb 7 14:21:07 2017 (r433555) +++ head/sysutils/py-glances/files/patch-setup.py Tue Feb 7 14:36:58 2017 (r433556) @@ -1,9 +1,9 @@ ---- setup.py.orig 2016-09-11 09:08:21 UTC +--- setup.py.orig 2017-02-07 04:50:20 UTC +++ setup.py -@@ -26,7 +26,6 @@ def get_data_files(): +@@ -31,7 +31,6 @@ def get_data_files(): data_files = [ ('share/doc/glances', ['AUTHORS', 'COPYING', 'NEWS', 'README.rst', - 'conf/glances.conf']), + 'CONTRIBUTING.md', 'conf/glances.conf']), - ('share/man/man1', ['docs/man/glances.1']) ]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702071436.v17EawBh009838>