From owner-svn-ports-all@FreeBSD.ORG Tue Oct 14 19:18:48 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ADC8B756; Tue, 14 Oct 2014 19:18:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 724B09C1; Tue, 14 Oct 2014 19:18:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9EJImWi006954; Tue, 14 Oct 2014 19:18:48 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9EJIl2u006952; Tue, 14 Oct 2014 19:18:47 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201410141918.s9EJIl2u006952@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Tue, 14 Oct 2014 19:18:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370881 - head/sysutils/py-glances X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Oct 2014 19:18:48 -0000 Author: pawel Date: Tue Oct 14 19:18:47 2014 New Revision: 370881 URL: https://svnweb.freebsd.org/changeset/ports/370881 QAT: https://qat.redports.org/buildarchive/r370881/ Log: - Update to version 2.1 [1] - Remove run dependency on devel/py-Jinja2 [1] - Convert to USES=python - Remove uneeded PLIST_DIRS PR: 193843 [1] Submitted by: maintainer Modified: head/sysutils/py-glances/Makefile head/sysutils/py-glances/distinfo Modified: head/sysutils/py-glances/Makefile ============================================================================== --- head/sysutils/py-glances/Makefile Tue Oct 14 19:00:57 2014 (r370880) +++ head/sysutils/py-glances/Makefile Tue Oct 14 19:18:47 2014 (r370881) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= glances -PORTVERSION= 2.0 +PORTVERSION= 2.1 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +11,7 @@ COMMENT= CLI curses based monitoring too LICENSE= LGPL3 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.0.0:${PORTSDIR}/devel/py-Jinja2 \ - ${PYTHON_PKGNAMEPREFIX}psutil>=2.0.0:${PORTSDIR}/sysutils/py-psutil +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=2.1.1:${PORTSDIR}/sysutils/py-psutil OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes @@ -20,16 +19,14 @@ OPTIONS_SUB= yes USE_GITHUB= yes GH_ACCOUNT= nicolargo GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 2484bea +GH_COMMIT= 5e2dadb -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils PLIST_FILES= %%ETCDIR%%/glances.conf.sample \ man/man1/glances.1.gz \ %%NLS%%share/locale/de/LC_MESSAGES/glances.mo -PLIST_DIRS= etc/glances NLS_USES= gettext Modified: head/sysutils/py-glances/distinfo ============================================================================== --- head/sysutils/py-glances/distinfo Tue Oct 14 19:00:57 2014 (r370880) +++ head/sysutils/py-glances/distinfo Tue Oct 14 19:18:47 2014 (r370881) @@ -1,2 +1,2 @@ -SHA256 (glances-2.0.tar.gz) = 544e66cbc6dab3f8485a8f889fe2927d1acf5b9136104bb44cf2c7d0075ad77b -SIZE (glances-2.0.tar.gz) = 1692473 +SHA256 (glances-2.1.tar.gz) = 7b20021123b53e26696fa9f18edc27746139eb7b07f05a070a0368d8dfe16703 +SIZE (glances-2.1.tar.gz) = 1779204