Bug 187719

Summary: [PATCH] sysutils/py-glances: update to 1.7.5
Product: Ports & Packages Reporter: Steve Wills <swills>
Component: Individual Port(s)Assignee: freebsd-python (Nobody) <python>
Status: Closed FIXED    
Severity: Affects Only Me CC: gasol.wu
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
py-glances-1.7.5.patch none

Description Steve Wills freebsd_committer freebsd_triage 2014-03-19 01:20:00 UTC
- Update to 1.7.5

Port maintainer (gasol.wu@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.11 (mode: update, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-19 01:20:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-19 01:20:06 UTC
Maintainer of sysutils/py-glances,

Please note that PR ports/187719 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187719

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-19 01:20:07 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Gasol Wu 2014-03-19 02:45:15 UTC
Approve
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-03-19 15:03:39 UTC
Author: swills
Date: Wed Mar 19 15:03:35 2014
New Revision: 348625
URL: http://svnweb.freebsd.org/changeset/ports/348625
QAT: https://qat.redports.org/buildarchive/r348625/

Log:
  - Update to 1.7.5
  
  PR:		ports/187719
  Submitted by:	swills (myself)
  Approved by:	Gasol Wu <gasol.wu@gmail.com> (maintainer)

Modified:
  head/sysutils/py-glances/Makefile
  head/sysutils/py-glances/distinfo

Modified: head/sysutils/py-glances/Makefile
==============================================================================
--- head/sysutils/py-glances/Makefile	Wed Mar 19 14:57:34 2014	(r348624)
+++ head/sysutils/py-glances/Makefile	Wed Mar 19 15:03:35 2014	(r348625)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	glances
-PORTVERSION=	1.7.4
+PORTVERSION=	1.7.5
 CATEGORIES=	sysutils python
 MASTER_SITES=	https://github.com/nicolargo/glances/archive/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ COMMENT=	CLI curses based monitoring too
 LICENSE=	LGPL3
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Jinja2>=2.0.0:${PORTSDIR}/devel/py-Jinja2 \
-		${PYTHON_PKGNAMEPREFIX}psutil>=1.2.1:${PORTSDIR}/sysutils/py-psutil
+		${PYTHON_PKGNAMEPREFIX}psutil121>=1.2.1:${PORTSDIR}/sysutils/py-psutil121
 
 OPTIONS_DEFINE=	MANPAGES NLS
 OPTIONS_SUB=	yes

Modified: head/sysutils/py-glances/distinfo
==============================================================================
--- head/sysutils/py-glances/distinfo	Wed Mar 19 14:57:34 2014	(r348624)
+++ head/sysutils/py-glances/distinfo	Wed Mar 19 15:03:35 2014	(r348625)
@@ -1,2 +1,2 @@
-SHA256 (v1.7.4.tar.gz) = 20960b5f191bc86e6184d937940f00a62100eb51388bcdeb233f30c809b0f1a6
-SIZE (v1.7.4.tar.gz) = 1228816
+SHA256 (v1.7.5.tar.gz) = 1598d1c10f1d2b59ea8d90d5be899fd151b4af28640c6daae23258dc76f659fe
+SIZE (v1.7.5.tar.gz) = 591977
_______________________________________________
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 6 Steve Wills freebsd_committer freebsd_triage 2014-03-19 15:04:58 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!