Bug 276291 - [NEW PORT] sysutils/vmstated - bhyve virtual machine state daemon
Summary: [NEW PORT] sysutils/vmstated - bhyve virtual machine state daemon
Status: In Progress
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Koichiro Iwao
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-13 08:28 UTC by Chris Moerz
Modified: 2024-01-31 05:18 UTC (History)
1 user (show)

See Also:


Attachments
patch for sysutils/vmstated and sysutils Makefile (3.77 KB, patch)
2024-01-13 08:28 UTC, Chris Moerz
no flags Details | Diff
poudriere log for 13.2-RELEASE (35.39 KB, text/plain)
2024-01-13 08:29 UTC, Chris Moerz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Moerz 2024-01-13 08:28:24 UTC
Created attachment 247616 [details]
patch for sysutils/vmstated and sysutils Makefile

vmstated is a user-space daemon that manages bhyve virtual
machines. It provides hook scripts for easy network and storage setup
and maintains records on a virtual machine's state while it is
running.

(Poudriere logs will follow shortly)
Comment 1 Chris Moerz 2024-01-13 08:29:19 UTC
Created attachment 247617 [details]
poudriere log for 13.2-RELEASE

portlint and portclippy both verified Makefiles - OK.
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-01-24 01:57:15 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a3cf7b23ba323acfeb3a63735274a88897692d09

commit a3cf7b23ba323acfeb3a63735274a88897692d09
Author:     Chris Moerz <freebsd@ny-central.org>
AuthorDate: 2024-01-13 08:18:27 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2024-01-24 01:55:54 +0000

    sysutils/vmstated: add new port

    PR:             276291

 sysutils/Makefile                 |  1 +
 sysutils/vmstated/Makefile (new)  | 19 +++++++++++++++++++
 sysutils/vmstated/README.md (new) | 38 ++++++++++++++++++++++++++++++++++++++
 sysutils/vmstated/distinfo (new)  |  3 +++
 sysutils/vmstated/pkg-descr (new) |  4 ++++
 sysutils/vmstated/pkg-plist (new) |  8 ++++++++
 6 files changed, 73 insertions(+)
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-01-31 05:18:13 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d197a1aed78206ac49002b63ede04bbeec79fb45

commit d197a1aed78206ac49002b63ede04bbeec79fb45
Author:     Koichiro Iwao <meta@FreeBSD.org>
AuthorDate: 2024-01-31 05:07:44 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2024-01-31 05:17:09 +0000

    sysutils/vmstated: minor modifications to follow ports standard

    - Remove unnecessary README.md
    - Remove unnecessary mode specification in plist (same with default)
    - Fix GitHub URL
    - Patch incorrect manpath

    PR:             276291
    Reported by:    jbeich
    Approved by:    blanket
    Sponsored by:   Cybertrust Japan

 sysutils/vmstated/Makefile         |  7 ++++++-
 sysutils/vmstated/README.md (gone) | 38 --------------------------------------
 sysutils/vmstated/pkg-plist        |  3 ---
 3 files changed, 6 insertions(+), 42 deletions(-)