```
devel/py-buildbot{-*}: Update to 1.5.0
All ports (where necessary):
- Fix and equalize *_DEPENDS (and specified versions) to setup.py
- Match COMMENT to setup.py:description
- Add commented LICENSE_FILE describing why its not defined
py-buildbot:
- Remove post-patch target, no longer necessary
- Enable concurrent (Multiple Python version) installation
py-buildbot-worker:
- Update patch-setup.py to actually fix (package/install) the VERSION file,
rather than just not installing it. The worker passes this files contents
to the master for display in the frontend if it exists, otherwise sending
the string 'latest' or the modification datestamp of another file.
- Enable concurrent (Multiple Python version) installation
- Fix startup script to use the filename of itself (the executed script), not
a filename that uses the ${name} variable, which doesnt exist as it contains
an underscore (not a dash), causing the following error when executed:
/usr/local/etc/rc.d/buildbot-worker: /usr/local/etc/rc.d/buildbot_worker: not found
Changelog:
http://docs.buildbot.net/current/relnotes/index.html#buildbot-1-5-0-2018-10-09
Reviewed_by: Nathan Owens, ???
Differential_Revision: DXXXX
```