Hi,
I just submitted a PR with a patch
[https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271842]
The problem is that the latest upgrade of netdisco is broken, since
netdisco now depends on Plack Middleware Headers, which isn't in ports.
My patch adds a port for p5-Plack-Middleware-Headers and adds it as a
runtime dependency for netdisco.
Since Headers is an extension and a fork of Plack Middleware Header, I
used that port as base, and my patch as [email protected] as MAINTAINER.
I tested building netdisco in poudriere and installed on host without
errors.
.einar