From owner-svn-ports-head@FreeBSD.ORG Tue Feb 4 11:41:06 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 40D4EAF4; Tue, 4 Feb 2014 11:41:06 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 12C1C128E; Tue, 4 Feb 2014 11:41:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s14Bf5l4028409; Tue, 4 Feb 2014 11:41:05 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s14Bf5JC028403; Tue, 4 Feb 2014 11:41:05 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201402041141.s14Bf5JC028403@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 4 Feb 2014 11:41:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342499 - 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-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 11:41:06 -0000 Author: sunpoet Date: Tue Feb 4 11:41:05 2014 New Revision: 342499 URL: http://svnweb.freebsd.org/changeset/ports/342499 QAT: https://qat.redports.org/buildarchive/r342499/ Log: - Update to 1.7.4 - Fix PLIST for MANPAGES option Changes: https://github.com/nicolargo/glances/blob/master/NEWS PR: ports/185900 Submitted by: Gasol Wu Modified: head/sysutils/py-glances/Makefile head/sysutils/py-glances/distinfo head/sysutils/py-glances/pkg-plist Modified: head/sysutils/py-glances/Makefile ============================================================================== --- head/sysutils/py-glances/Makefile Tue Feb 4 11:37:43 2014 (r342498) +++ head/sysutils/py-glances/Makefile Tue Feb 4 11:41:05 2014 (r342499) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= glances -PORTVERSION= 1.7.3 +PORTVERSION= 1.7.4 CATEGORIES= sysutils python MASTER_SITES= https://github.com/nicolargo/glances/archive/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,7 +24,6 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install PYDISTUTILS_PKGNAME= Glances -MANPAGES_MAN1= glances.1 NLS_TRANSLATIONS= es fr it pt_BR zh_CN NLS_USES= gettext Modified: head/sysutils/py-glances/distinfo ============================================================================== --- head/sysutils/py-glances/distinfo Tue Feb 4 11:37:43 2014 (r342498) +++ head/sysutils/py-glances/distinfo Tue Feb 4 11:41:05 2014 (r342499) @@ -1,2 +1,2 @@ -SHA256 (v1.7.3.tar.gz) = 03a5c8193fd3c91b8249c2501bc612008fa81861c14f82464a10b45d08c4ca4f -SIZE (v1.7.3.tar.gz) = 1431225 +SHA256 (v1.7.4.tar.gz) = 20960b5f191bc86e6184d937940f00a62100eb51388bcdeb233f30c809b0f1a6 +SIZE (v1.7.4.tar.gz) = 1228816 Modified: head/sysutils/py-glances/pkg-plist ============================================================================== --- head/sysutils/py-glances/pkg-plist Tue Feb 4 11:37:43 2014 (r342498) +++ head/sysutils/py-glances/pkg-plist Tue Feb 4 11:41:05 2014 (r342499) @@ -46,6 +46,7 @@ etc/glances/glances.conf.sample %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/share/doc/glances/images/screenshot-wide.png %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/share/doc/glances/images/screenshot.png %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/share/doc/glances/images/sensors.png +%%MANPAGES%%man/man1/glances.1.gz %%NLS%%share/locale/es/LC_MESSAGES/glances.mo %%NLS%%share/locale/fr/LC_MESSAGES/glances.mo %%NLS%%share/locale/it/LC_MESSAGES/glances.mo