Created attachment 205108 [details] add 'concurrent' to USE_PYTHON and bump PORTREVISION Since devel/py-setproctitle installs HISTORY.rst and README.rst in a fixed location at the moment pkg won't allow having multiple flavors installed next to eachother. antoine (IRC, #bsdports) suggested to add 'concurrent' to USE_PYTHON and this works like a charm. Also bumped PORTREVISION, but I'm not sure that's necessary.
PORTREVISION is necessary as the package contents change: filenames in particular, the intent of this change :) Thank you for the report and patch Ralf
Comment on attachment 205108 [details] add 'concurrent' to USE_PYTHON and bump PORTREVISION Approved by: portmgr (blanket(s): just fix it, ports (python) compliance)
A commit references this bug: Author: koobs Date: Sun Jun 16 09:25:47 UTC 2019 New revision: 504290 URL: https://svnweb.freebsd.org/changeset/ports/504290 Log: 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) MFH: 2019Q2 (blanket: bugfix) Changes: head/devel/py-setproctitle/Makefile
A commit references this bug: Author: koobs Date: Mon Jul 1 06:32:44 UTC 2019 New revision: 505542 URL: https://svnweb.freebsd.org/changeset/ports/505542 Log: 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) Changes: _U branches/2019Q2/ branches/2019Q2/devel/py-setproctitle/Makefile