Bug 270086 - [New port] x11-wm/bspwm-devel: Development version
Summary: [New port] x11-wm/bspwm-devel: Development version
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Felix Palmen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-10 14:53 UTC by Joel Bodenmann
Modified: 2023-03-11 12:48 UTC (History)
1 user (show)

See Also:


Attachments
Patch (6.40 KB, patch)
2023-03-10 14:53 UTC, Joel Bodenmann
no flags Details | Diff
Patch (6.42 KB, patch)
2023-03-10 18:41 UTC, Joel Bodenmann
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joel Bodenmann freebsd_committer freebsd_triage 2023-03-10 14:53:00 UTC
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.
Comment 1 Joel Bodenmann freebsd_committer freebsd_triage 2023-03-10 18:41:17 UTC
Created attachment 240730 [details]
Patch

Fix DISTVERSION to match guideline.
Comment 2 Felix Palmen freebsd_committer freebsd_triage 2023-03-11 11:27:26 UTC
Builds are ok, looks good. But I guess MAINTAINER is a copy&paste error here?
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-03-11 12:47:03 UTC
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(+)
Comment 4 Felix Palmen freebsd_committer freebsd_triage 2023-03-11 12:48:05 UTC
Committed, thanks.