ports/185408: [MAINTAINER] sysutils/py-glances: [SUMMARIZE CHANGES]
Gasol Wu
gasol.wu at gmail.com
Thu Jan 2 05:10:00 UTC 2014
>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:
More information about the freebsd-ports-bugs
mailing list