Bug 185900 - [MAINTAINER] sysutils/py-glances: update to 1.7.4
Summary: [MAINTAINER] sysutils/py-glances: update to 1.7.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-20 04:10 UTC by Gasol Wu
Modified: 2014-02-04 11:54 UTC (History)
0 users

See Also:


Attachments
py27-glances-1.7.4.patch (2.34 KB, patch)
2014-01-20 04:10 UTC, Gasol Wu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gasol Wu 2014-01-20 04:10:00 UTC
- Update to 1.7.4
- let OPTIONS works

Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-20 04:10:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-04 11:41:13 UTC
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 <gasol.wu@gmail.com>

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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-02-04 11:54:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!