svn commit: r353700 - head/sysutils/py-glances

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 11 14:26:58 UTC 2014


Author: sunpoet
Date: Sun May 11 14:26:57 2014
New Revision: 353700
URL: http://svnweb.freebsd.org/changeset/ports/353700
QAT: https://qat.redports.org/buildarchive/r353700/

Log:
  - Remove MANPAGES option: install manpage unconditionally
  - Remove duplicate PLIST entry (bin/glances)
  - Bump PORTREVISION for package change
  
  Submitted by:	sunpoet (myself)
  Approved by:	Gasol Wu <gasol.wu at gmail.com> (maintainer)

Modified:
  head/sysutils/py-glances/Makefile

Modified: head/sysutils/py-glances/Makefile
==============================================================================
--- head/sysutils/py-glances/Makefile	Sun May 11 14:26:52 2014	(r353699)
+++ head/sysutils/py-glances/Makefile	Sun May 11 14:26:57 2014	(r353700)
@@ -3,6 +3,7 @@
 
 PORTNAME=	glances
 PORTVERSION=	1.7.6
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	https://github.com/nicolargo/glances/archive/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,7 @@ LICENSE=	LGPL3
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Jinja2>=2.0.0:${PORTSDIR}/devel/py-Jinja2 \
 		${PYTHON_PKGNAMEPREFIX}psutil>=2.0.0:${PORTSDIR}/sysutils/py-psutil
 
-OPTIONS_DEFINE=	DOCS MANPAGES NLS
+OPTIONS_DEFINE=	DOCS NLS
 OPTIONS_SUB=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
@@ -24,9 +25,8 @@ USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
 PYDISTUTILS_AUTOPLIST=	yes
 
-PLIST_FILES=	bin/glances \
-		%%ETCDIR%%/glances.conf.sample \
-		%%MANPAGES%%man/man1/glances.1.gz \
+PLIST_FILES=	%%ETCDIR%%/glances.conf.sample \
+		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 \


More information about the svn-ports-all mailing list