svn commit: r484717 - head/devel/py-linecache2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 11 18:19:28 UTC 2018


Author: sunpoet
Date: Sun Nov 11 18:19:25 2018
New Revision: 484717
URL: https://svnweb.freebsd.org/changeset/ports/484717

Log:
  Fix *_DEPENDS
  
  - Add NO_ARCH
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/py-linecache2/Makefile

Modified: head/devel/py-linecache2/Makefile
==============================================================================
--- head/devel/py-linecache2/Makefile	Sun Nov 11 18:19:16 2018	(r484716)
+++ head/devel/py-linecache2/Makefile	Sun Nov 11 18:19:25 2018	(r484717)
@@ -3,6 +3,7 @@
 
 PORTNAME=	linecache2
 PORTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,9 +14,10 @@ COMMENT=	New features in linecache backported to Pytho
 LICENSE=	PSFL
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>0:devel/py-pbr@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>0:devel/py-pbr@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list