<pre style='margin:0'>
Dan Villiom Podlaski Christiansen (danchr) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d2ac66d1ffe959fce563610605ea3afeb378dbcc">https://github.com/macports/macports-ports/commit/d2ac66d1ffe959fce563610605ea3afeb378dbcc</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit d2ac66d1ffe959fce563610605ea3afeb378dbcc
</span>Author: Dan Villiom Podlaski Christiansen <danchr@macports.org>
AuthorDate: Fri Nov 17 18:09:30 2017 +0100

<span style='display:block; white-space:pre;color:#404040;'>    xhyve: use note to point at codesign (maintainer timeout)
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The note is standard infrastructure, and can be seen later on using
</span><span style='display:block; white-space:pre;color:#404040;'>    'port note'.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    References: https://trac.macports.org/ticket/55323
</span>---
 emulators/xhyve/Portfile | 7 +++----
 1 file changed, 3 insertions(+), 4 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 fa9628c..ed0431d 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;'>@@ -49,10 +49,6 @@ post-destroot {
</span>     xinstall -d -m 755 ${destroot}${prefix}/share/${name}
     xinstall -m 644 -W ${worksrcpath} src/xhyve-entitlements.plist ${destroot}${prefix}/share/${name}/entitlements.plist
 }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-post-activate {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    ui_msg "Please codesign ${prefix}/bin/xhyve with an appropriate identity and entitlements.plist:"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    ui_msg "    sudo /usr/bin/codesign --force --sign <identity> -o library --entitlements ${prefix}/share/${name}/entitlements.plist ${xcode.destroot.path}/xhyve"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span> 
 post-destroot {
     xinstall -d -m 755 ${destroot}${prefix}/libexec/${name}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -62,6 +58,9 @@ post-destroot {
</span> }
 
 notes "
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    Please codesign ${prefix}/bin/xhyve with an appropriate identity and entitlements.plist:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    sudo /usr/bin/codesign --force --sign <identity> -o library --entitlements ${prefix}/share/${name}/entitlements.plist ${xcode.destroot.path}/xhyve
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     The shell script to run xhyve is installed as ${prefix}/libexec/${name}/${name}run.sh.sample.
     Copy the script for editing. ${name}run.sh.sample will be overwritten when the port is updated.
 "
</pre><pre style='margin:0'>

</pre>