<pre style='margin:0'>
Jeremy Huddleston Sequoia (jeremyhu) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ab4c06c1e94c31f7337f100f23f5d284977b0262">https://github.com/macports/macports-ports/commit/ab4c06c1e94c31f7337f100f23f5d284977b0262</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new ab4c06c xhyve: Update to current master
</span>ab4c06c is described below
<span style='display:block; white-space:pre;color:#808000;'>commit ab4c06c1e94c31f7337f100f23f5d284977b0262
</span>Author: Jeremy Huddleston Sequoia <jeremyhu@macports.org>
AuthorDate: Fri Apr 5 22:58:57 2019 -0700
<span style='display:block; white-space:pre;color:#404040;'> xhyve: Update to current master
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@macports.org>
</span>---
emulators/xhyve/Portfile | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/emulators/xhyve/Portfile b/emulators/xhyve/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4d21a6b..1a9ba6b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/emulators/xhyve/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/emulators/xhyve/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,8 +4,8 @@ PortSystem 1.0
</span> PortGroup github 1.0
PortGroup xcode 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup machyve xhyve e924fb854379267e3a85b42ae7427e4a81830b83
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-version 20181126
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup machyve xhyve 1dd9a5165848c7ed56dafc41932c553ea56a12af
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version 20190404
</span> categories emulators
platforms darwin
supported_archs x86_64
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,9 +19,9 @@ long_description \
</span> It can run FreeBSD and vanilla Linux distributions and \
may gain support for other guest operating systems in the future.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums rmd160 8ef5be101fbab57d32a66d898ef41f5c48221a22 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 96168282edbda70e0d60c63cd38f8206e2ee73d9bdf3bebafd1c6b497e897088 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 11717977
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 62cc38624eee0780f1d4bf85166ec557c3313518 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 bc586c6bbb9f6e28e64bf98b1b24e2abfe5698bb7f3970940957979048d36758 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 11717868
</span>
post-patch {
foreach script [glob -- ${worksrcpath}/${name}run-*.sh] {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -63,6 +63,6 @@ notes "
</span> Please codesign ${prefix}/bin/xhyve with an appropriate identity and entitlements.plist:
sudo /usr/bin/codesign --force --sign <identity> -o library --entitlements ${prefix}/share/${name}/entitlements.plist ${xcode.destroot.path}/xhyve
<span style='display:block; white-space:pre;background:#ffe0e0;'>- The shell script to run xhyve is installed as ${prefix}/libexec/${name}/${name}run.sh.sample.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- Copy the script for editing. ${name}run.sh.sample will be overwritten when the port is updated.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ The sample shell scripts to run xhyve are installed as ${prefix}/libexec/${name}/${name}run-*.sh.sample.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ Copy the scripts for editing. They will be overwritten when the port is updated.
</span> "
</pre><pre style='margin:0'>
</pre>