I'm the upstream maintainer of Certbot. A FreeBSD user reported a problem with Certbot that was flagged for me on Let's Encrypt's community forum at https://community.letsencrypt.org/t/the-josepy-distribution-was-not-found-and-is-required-by-certbot/76087. In general, the problem is that the security/py-josepy package is required by Certbot and wasn't found at runtime. One of the community forum members pointed out that this package isn't listed in security/py-certbot's makefile. Perhaps this is the problem? I just wanted to flag the issue here so it could be addressed appropriately. Thanks for any help!
It seems certbot depends on josepy since 0.22.0. I'll add it soon. Thanks! https://github.com/certbot/certbot/commit/2a142aa93288d0db87b8f12dc71fce70ee3ce482
A commit references this bug: Author: sunpoet Date: Tue Oct 30 19:55:50 UTC 2018 New revision: 483535 URL: https://svnweb.freebsd.org/changeset/ports/483535 Log: Add missing RUN_DEPENDS - Bump PORTREVISION for dependency change PR: 232819 Submitted by: Brad Warren <bmw@eff.org> Changes: head/security/py-certbot/Makefile
Committed. Thanks!
Thanks for committing this Sunpoet, can you MFH this please
A commit references this bug: Author: sunpoet Date: Sat Nov 10 13:07:16 UTC 2018 New revision: 484608 URL: https://svnweb.freebsd.org/changeset/ports/484608 Log: MFH: r483535 Add missing RUN_DEPENDS - Bump PORTREVISION for dependency change PR: 232819 Submitted by: Brad Warren <bmw@eff.org> Approved by: ports-secteam (blanket) Changes: _U branches/2018Q4/ branches/2018Q4/security/py-certbot/Makefile
MFH'd. Thanks!