Created attachment 244454 [details] bmd.patch I'm writing this software 'bmd' that manages bhyve processes for my use case and joy of programming. It's my private project and now ready for other people to use it. I made a new port and tested by 'portlint' and 'poudriere'. The attached 'bmd.patch' passed successfully. Please apply the patch to Ports tree. Thank you!
Committed, thanks.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c7af9c73998dfa653e03a3f3e002fb88e9252339 commit c7af9c73998dfa653e03a3f3e002fb88e9252339 Author: Vanilla I. Shu <vanilla@FreeBSD.org> AuthorDate: 2023-09-01 02:49:42 +0000 Commit: Vanilla I. Shu <vanilla@FreeBSD.org> CommitDate: 2023-09-01 02:54:14 +0000 sysutils/bmd: add new ports. PR: 273434 Reported by: Yuichiro NAITO <naito.yuichiro at gmail.com> sysutils/Makefile | 1 + sysutils/bmd/Makefile (new) | 21 +++++++++++++++++++++ sysutils/bmd/distinfo (new) | 3 +++ sysutils/bmd/files/patch-Makefile (new) | 24 ++++++++++++++++++++++++ sysutils/bmd/files/patch-rc.d_Makefile (new) | 11 +++++++++++ sysutils/bmd/pkg-descr (new) | 6 ++++++ sysutils/bmd/pkg-plist (new) | 10 ++++++++++ 7 files changed, 76 insertions(+)