From owner-svn-ports-head@FreeBSD.ORG Thu May 15 17:35:16 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 E2A85D30; Thu, 15 May 2014 17:35:16 +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 B752F2FA7; Thu, 15 May 2014 17:35:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4FHZGie009489; Thu, 15 May 2014 17:35:16 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4FHZGY1009487; Thu, 15 May 2014 17:35:16 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201405151735.s4FHZGY1009487@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 15 May 2014 17:35:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354159 - 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.18 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: Thu, 15 May 2014 17:35:17 -0000 Author: sunpoet Date: Thu May 15 17:35:16 2014 New Revision: 354159 URL: http://svnweb.freebsd.org/changeset/ports/354159 QAT: https://qat.redports.org/buildarchive/r354159/ Log: - Update to 1.7.7 Changes: https://github.com/nicolargo/glances/blob/master/NEWS PR: ports/189808 Submitted by: Gasol Wu (maintainer) Modified: head/sysutils/py-glances/Makefile head/sysutils/py-glances/distinfo Modified: head/sysutils/py-glances/Makefile ============================================================================== --- head/sysutils/py-glances/Makefile Thu May 15 17:35:10 2014 (r354158) +++ head/sysutils/py-glances/Makefile Thu May 15 17:35:16 2014 (r354159) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= glances -PORTVERSION= 1.7.6 -PORTREVISION= 1 +PORTVERSION= 1.7.7 CATEGORIES= sysutils python MASTER_SITES= https://github.com/nicolargo/glances/archive/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -27,6 +26,7 @@ PYDISTUTILS_AUTOPLIST= yes PLIST_FILES= %%ETCDIR%%/glances.conf.sample \ man/man1/glances.1.gz \ + %%NLS%%share/locale/de/LC_MESSAGES/glances.mo \ %%NLS%%share/locale/es/LC_MESSAGES/glances.mo \ %%NLS%%share/locale/fr/LC_MESSAGES/glances.mo \ %%NLS%%share/locale/it/LC_MESSAGES/glances.mo \ @@ -41,7 +41,7 @@ post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/glances ${INSTALL_DATA} ${WRKSRC}/conf/glances.conf ${STAGEDIR}${PREFIX}/etc/glances/glances.conf.sample ${INSTALL_MAN} ${WRKSRC}/man/glances.1 ${STAGEDIR}${MANPREFIX}/man/man1/ -.for lang in es fr it pt_BR zh_CN +.for lang in de es fr it pt_BR zh_CN ${INSTALL_DATA} ${WRKSRC}/i18n/${lang}/LC_MESSAGES/glances.mo \ ${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES/ .endfor Modified: head/sysutils/py-glances/distinfo ============================================================================== --- head/sysutils/py-glances/distinfo Thu May 15 17:35:10 2014 (r354158) +++ head/sysutils/py-glances/distinfo Thu May 15 17:35:16 2014 (r354159) @@ -1,2 +1,2 @@ -SHA256 (v1.7.6.tar.gz) = 7d026bd6f0289e88a9acd3be813eb5288a2af2216bab7086a58bf560dc781279 -SIZE (v1.7.6.tar.gz) = 592197 +SHA256 (v1.7.7.tar.gz) = 13c783333d4223040120f32665195694413f52a240cebfff48c154ca769efeff +SIZE (v1.7.7.tar.gz) = 596125