Created attachment 170535 [details] textproc/py-xlrd: Add USE_PYTHON=concurrent Due to the presence of ${PREFIX}/bin/runxlrd.py, this port needs USE_PYTHON=concurrent to permit concurrent installation with multiple versions of python.
Hi, thanks for the patch. Does 'concurrent' USE_PYTHON change the package? Is portrevision bump required?
Yes, it does change the plist. Before: /usr/local/bin/runxlrd.py After (e.g. for the default version): /usr/local/bin/runxlrd.py /usr/local/bin/runxlrd.py-2.7 After (e.g. for a non-default version): /usr/local/bin/runxlrd.py-3.4
(In reply to John W. O'Brien from comment #2) looks good for me. please go ahead commit the changes.
sorry i logged from wrong account. looks good for me. please go ahead commit the changes. don't forget to bump portrevision. thanks you.
Comment on attachment 170535 [details] textproc/py-xlrd: Add USE_PYTHON=concurrent Maintainer approved.
A commit references this bug: Author: pi Date: Sun Jul 3 07:53:41 UTC 2016 New revision: 417959 URL: https://svnweb.freebsd.org/changeset/ports/417959 Log: textproc/py-xlrd: Allow concurrent installs - Add USE_PYTHON=concurrent PR: 209689 Submitted by: John W. O'Brien <john@saltant.com> Approved by: dikshie@sfc.wide.ad.jp (maintainer) Changes: head/textproc/py-xlrd/Makefile
Committed, thanks!