FreeBSD Bugzilla – Attachment 223249 Details for
Bug 254268
[new port] emulators/hv_kvp_cmd: Hyper-V Data Exchange Service (KVP), users command line utility
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
hv_kvp_cmd-20210314T0505.diff (text/plain), 1.56 KB, created by
Pavel Volkov
on 2021-03-14 05:12:46 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Pavel Volkov
Created:
2021-03-14 05:12:46 UTC
Size:
1.56 KB
patch
obsolete
>diff -urNd emulators/hv_kvp_cmd.orig/Makefile emulators/hv_kvp_cmd/Makefile >--- emulators/hv_kvp_cmd.orig/Makefile 1970-01-01 03:00:00.000000000 +0300 >+++ emulators/hv_kvp_cmd/Makefile 2021-03-14 06:58:12.714531000 +0300 >@@ -0,0 +1,23 @@ >+# $FreeBSD$ >+ >+PORTNAME= hv_kvp_cmd >+DISTVERSION= 1.4 >+CATEGORIES= emulators >+ >+MAINTAINER= pavelivolkov@gmail.com >+COMMENT= Hyper-V Data Exchange Service (KVP), users command line utility >+ >+LICENSE= MIT >+ >+.if !exists(${SRC_BASE}/sys/dev/hyperv/utilities/hv_kvp.h) >+IGNORE= requires system source tree in the ${SRC_BASE} >+.endif >+ >+USE_GITHUB= yes >+GH_ACCOUNT= pol73 >+ >+MAKE_ARGS+= LOCAL=${STAGEDIR}${PREFIX} >+ >+PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz >+ >+.include <bsd.port.mk> >diff -urNd emulators/hv_kvp_cmd.orig/distinfo emulators/hv_kvp_cmd/distinfo >--- emulators/hv_kvp_cmd.orig/distinfo 1970-01-01 03:00:00.000000000 +0300 >+++ emulators/hv_kvp_cmd/distinfo 2021-03-14 06:59:18.254220000 +0300 >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1615694358 >+SHA256 (pol73-hv_kvp_cmd-1.4_GH0.tar.gz) = 76a47576e7b99aba5692d2b860d4a791815367e8e877cf78a2e0e601caa89724 >+SIZE (pol73-hv_kvp_cmd-1.4_GH0.tar.gz) = 5613 >diff -urNd emulators/hv_kvp_cmd.orig/pkg-descr emulators/hv_kvp_cmd/pkg-descr >--- emulators/hv_kvp_cmd.orig/pkg-descr 1970-01-01 03:00:00.000000000 +0300 >+++ emulators/hv_kvp_cmd/pkg-descr 2021-03-13 13:51:52.939944000 +0300 >@@ -0,0 +1,7 @@ >+Hyper-V Data Exchange Service (KVP), >+users command line utility >+ >+Provides a mechanism to exchange basic metadata between >+the virtual machine and the host. >+ >+WWW: https://github.com/pol73/hv_kvp_cmd/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 254268
: 223249 |
223250