K 10 svn:author V 7 asomers K 8 svn:date V 27 2017-07-07T03:57:39.673175Z K 7 svn:log V 912 Fix changes unintentionally included in 445206 devel/py-twisted152/Makefile Revert all changes to this file Pointy-hat-to: asomers devel/buildbot-workers/Makefile devel/buildbot-workers/files/buildbot-worker.in Revert a 1-line change that I never intended to commit. However, leave in place the PORTREVISION bump and the other change to the RC script, which I did intend to commit, but in a separate revision, with this change message: devel/buildbot-worker rc script fails to start worker Running "service buildbot-worker start" on FreeBSD 11.0-RELEASE fails with the error "warn 'run_rc_command: cannot run -worker_program". The reason is because `name` contains a hyphen. This causes the following line in rc.subr to expand incorrectly: command=${_override_command:-$command} The solution is to change name to "buildbot_worker". PR: 219207 Reviewed by: grembo Approved by: grembo (maintainer) END