Due to setting RUN_DEPENDS twice, only sysutils/py-supervisor is actually registered as a run dependency. Is net/py-paho-mqtt also needed at runtime or can it be removed?
I often do: RUN_DEPENDS+= Without looking, it sounds like I missed a + I will investigate.
Confirmed at https://github.com/jpmens/mqttwarn ... paho-mqtt is required.
A commit references this bug: Author: dvl Date: Mon Jan 7 18:29:23 UTC 2019 New revision: 489602 URL: https://svnweb.freebsd.org/changeset/ports/489602 Log: Fix depends so that net/py-paho-mqtt actually gets installed. PR: 234697 Reported by: tobik[B MFH: 2019Q1 (missing dependency) Changes: head/sysutils/py-mqttwarn/Makefile
A commit references this bug: Author: dvl Date: Mon Jan 7 18:32:01 UTC 2019 New revision: 489604 URL: https://svnweb.freebsd.org/changeset/ports/489604 Log: MFH: r489602 Fix depends so that net/py-paho-mqtt actually gets installed. PR: 234697 Reported by: tobik Approved by: ports-secteam (blanket) Changes: _U branches/2019Q1/ branches/2019Q1/sysutils/py-mqttwarn/Makefile
Thanks.