Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  2 Jan 2014 12:54:30 +0800 (CST)
From:      Gasol Wu <gasol.wu@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/185408: [MAINTAINER] sysutils/py-glances: [SUMMARIZE CHANGES]
Message-ID:  <20140102045430.20A0F7501EF@goingmarry.kkbox.com>
Resent-Message-ID: <201401020510.s025A0Ad036070@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         185408
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/py-glances: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 02 05:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Gasol Wu
>Release:        FreeBSD 9.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD goingmarry 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC
>Description:
- Fix package build broken, PYEASYINSTALL_EGG will be substituted only
  if USE_PYDISTUTILS is easy_install.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- py27-glances-1.7.3_1.patch begins here ---
diff -ruN /usr/ports/sysutils/py-glances/Makefile ./Makefile
--- /usr/ports/sysutils/py-glances/Makefile	2013-12-26 04:16:28.000000000 +0800
+++ ./Makefile	2014-01-02 12:10:46.000000000 +0800
@@ -3,6 +3,7 @@
 
 PORTNAME=	glances
 PORTVERSION=	1.7.3
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	https://github.com/nicolargo/glances/archive/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -22,7 +23,7 @@
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 FETCH_ARGS=	-pRr
 USE_PYTHON=	yes
-USE_PYDISTUTILS=yes
+USE_PYDISTUTILS=	easy_install
 PYDISTUTILS_PKGNAME=	Glances
 #NO_STAGE=	yes
 
--- py27-glances-1.7.3_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140102045430.20A0F7501EF>