Created attachment 240721 [details] Patch This port is a carbon copy of the existing x11-wm/bspwm port. The only difference is that it tracks a specific git commit hash rather than a release version. There's not much else to say here.
Created attachment 240730 [details] Patch Fix DISTVERSION to match guideline.
Builds are ok, looks good. But I guess MAINTAINER is a copy&paste error here?
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7c8486abe7ba87853075bf75362be9795c169895 commit 7c8486abe7ba87853075bf75362be9795c169895 Author: Joel Bodenmann <jbo@insane.engineer> AuthorDate: 2023-03-10 14:48:47 +0000 Commit: Felix Palmen <zirias@FreeBSD.org> CommitDate: 2023-03-11 12:46:28 +0000 x11-wm/bspwm-devel: Add new port This is the development version of the existing x11-wm/bspwm port. PR: 270086 Approved by: tcberner (mentor) x11-wm/Makefile | 1 + x11-wm/bspwm-devel/Makefile (new) | 61 +++++++++++++++++++++++++++ x11-wm/bspwm-devel/distinfo (new) | 3 ++ x11-wm/bspwm-devel/files/pkg-message.in (new) | 14 ++++++ x11-wm/bspwm-devel/pkg-descr (new) | 2 + x11-wm/bspwm-devel/pkg-plist (new) | 27 ++++++++++++ x11-wm/bspwm/Makefile | 2 + 7 files changed, 110 insertions(+)
Committed, thanks.