svn commit: r384405 - head/devel/pylint

Marcus von Appen mva at FreeBSD.org
Tue Apr 21 06:08:38 UTC 2015


Author: mva
Date: Tue Apr 21 06:08:37 2015
New Revision: 384405
URL: https://svnweb.freebsd.org/changeset/ports/384405

Log:
  - Add a missing run-time dependency on devel/py-six
  
  PR:		199448
  Reported by:	Randy Westlund <rwestlun at gmail.com>

Modified:
  head/devel/pylint/Makefile

Modified: head/devel/pylint/Makefile
==============================================================================
--- head/devel/pylint/Makefile	Tue Apr 21 05:11:02 2015	(r384404)
+++ head/devel/pylint/Makefile	Tue Apr 21 06:08:37 2015	(r384405)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pylint
 PORTVERSION=	1.4.3
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
@@ -12,7 +13,8 @@ COMMENT=	Analyzes python source code loo
 
 LICENSE=	LGPL21
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astroid>=1.3.6:${PORTSDIR}/devel/py-astroid
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astroid>=1.3.6:${PORTSDIR}/devel/py-astroid \
+		${PYTHON_PKGNAMEPREFIX}six>=1.8.0:${PORTSDIR}/devel/py-six
 
 USES=		python
 USE_PYTHON=	distutils concurrent


More information about the svn-ports-all mailing list