The branch main has been updated by manu:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=db953e8b97756df2d6907408388952bcc301c762

commit db953e8b97756df2d6907408388952bcc301c762
Author:     Emmanuel Vadot <[email protected]>
AuthorDate: 2021-09-02 15:13:45 +0000
Commit:     Emmanuel Vadot <[email protected]>
CommitDate: 2021-09-07 08:24:54 +0000

    pkgbase: Create a FreeBSD-hyperv package
    
    Put all hyperv utilities in it.
    
    Differential Revision:   https://reviews.freebsd.org/D31805
---
 libexec/hyperv/Makefile           | 1 +
 release/packages/Makefile.package | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/libexec/hyperv/Makefile b/libexec/hyperv/Makefile
index 6e251b24faa7..1d1fbf375a0e 100644
--- a/libexec/hyperv/Makefile
+++ b/libexec/hyperv/Makefile
@@ -4,6 +4,7 @@
 
 BINDIR=                ${LIBEXECDIR}/hyperv
 
+PACKAGE=       hyperv-tools
 SCRIPTS=       hv_set_ifconfig hv_get_dns_info hv_get_dhcp_info
 SCRIPTS+=      hyperv_vfattach hyperv_vfup
 
diff --git a/release/packages/Makefile.package 
b/release/packages/Makefile.package
index cc75e07a8943..add10d648c22 100644
--- a/release/packages/Makefile.package
+++ b/release/packages/Makefile.package
@@ -54,6 +54,8 @@ hast_COMMENT=                 Highly Available Storage daemon
 hast_DESC=             Highly Available Storage daemon
 hostapd_COMMENT=       802.11 Access Point Daemon an Utilities
 hostapd_DESC=          802.11 Access Point Daemon an Utilities
+hyperv-tools_COMMENT=  Microsoft HyperV Utilities
+hyperv-tools_DESC=     Microsoft HyperV Utilities
 jail_COMMENT=          Jail Utilities
 jail_DESC=             Jail Utilities
 jail-debug_DESCR=      Debugging Symbols
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to