aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2019-07-01 06:32:43 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2019-07-01 06:32:43 +0000
commitd81b12cce63e9d24481af105d4619e57634e1033 (patch)
tree3f9085d778897301990e6a9b60b80d8a02b236e2
parent16f20227bf7bef441fc80ef4a32624cbcac45329 (diff)
downloadports-d81b12cce63e9d24481af105d4619e57634e1033.tar.gz
ports-d81b12cce63e9d24481af105d4619e57634e1033.zip
MFH: r504290 devel/py-setproctitle: Fix conflict with concurrent Python flavors
Since devel/py-setproctitle installs HISTORY.rst and README.rst in a fixed location, pkg won't allow multiple flavors installed at the same time and concurrent ports conflict on install with each other. This change adds USE_PYTHON=concurrent which compensates for files in DOCSDIR automatically, by using a different directory for each Python version. PR: 238601 Submitted by: Ralf van der Enden <tremere cainites net> Approved by: portmgr (blanket(s): just fix it, ports (python) compliance) Approved by: ports-secteam (blanket: bugfix)
Notes
Notes: svn path=/branches/2019Q2/; revision=505542
-rw-r--r--devel/py-setproctitle/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-setproctitle/Makefile b/devel/py-setproctitle/Makefile
index 2a97d05b5bb0..fae79b9ab1a7 100644
--- a/devel/py-setproctitle/Makefile
+++ b/devel/py-setproctitle/Makefile
@@ -3,6 +3,7 @@
PORTNAME= setproctitle
PORTVERSION= 1.1.10
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
USES= python
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist concurrent distutils
PORTDOCS= HISTORY.rst README.rst