Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Nov 2018 18:19:25 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484717 - head/devel/py-linecache2
Message-ID:  <201811111819.wABIJPvk030991@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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