Unmaintained FreeBSD ports which are out of date

2023-06-05 Thread portscout
Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. Please consider also adopting this po

New port p5-Plack-Middleware-Headers

2023-06-05 Thread Einar Bjarni Halldórsson
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

Re: Error compiling textproc/py-rich

2023-06-05 Thread Xavier Humbert
Le 6/3/23 18:17, Matthew Seaman a écrit : Are you sure that poetry-core is correctly installed?   Try `pkg delete -f py39-poetry-core ; pkg install -A py39-poetry-core` Matthew, Seems indeed that poetry-core was badly i nstalled. Reinstalling it fixed the problem. Thanks ! Cheers Xavier