<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/472e929e3b1b08101607a9acf056fca564165a9e">https://github.com/macports/macports-ports/commit/472e929e3b1b08101607a9acf056fca564165a9e</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 472e929  BlackHole: Adjust whitespace
</span>472e929 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 472e929e3b1b08101607a9acf056fca564165a9e
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Apr 12 13:51:52 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    BlackHole: Adjust whitespace
</span>---
 audio/BlackHole/Portfile | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/BlackHole/Portfile b/audio/BlackHole/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5963b25..9b1d5f9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/BlackHole/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/BlackHole/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,7 +11,8 @@ platforms           darwin
</span> maintainers         {@adarshp arizona.edu:adarsh} openmaintainer
 license             GPL-3
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description         macOS virtual audio driver.  
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description         macOS virtual audio driver.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> long_description    BlackHole is a modern macOS virtual audio driver that \
                     allows applications to pass audio to other applications \
                     with zero additional latency.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,8 +21,9 @@ xcode.configuration Debug
</span> xcode.build.settings    CODE_SIGN_IDENTITY= CODE_SIGNING_REQUIRED=NO
 xcode.destroot.settings {*}${xcode.build.settings}
 xcode.destroot.path /Library/Audio/Plug-Ins/HAL
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-activate {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-  system "sudo launchctl kickstart -kp system/com.apple.audio.coreaudiod"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    system "sudo launchctl kickstart -kp system/com.apple.audio.coreaudiod"
</span> }
 
 # BlackHole violates the mtree layout by placing the driver in
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,9 +34,8 @@ checksums           rmd160  3c1e6747ccc9be81f2fe707b43b6a18e8ebbd651 \
</span>                     sha256  da0ce2754cfb2edcc1e02542e25b5682fc45cc17be0ec256e5183b89e23e5396 \
                     size    5602801
 notes "\
<span style='display:block; white-space:pre;background:#ffe0e0;'>-To fully uninstall BlackHole, you will need to run the following command after
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+To fully uninstall BlackHole, you will need to run the following command after\
</span> running 'port uninstall blackhole':
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-  sudo launchctl kickstart -kp system/com.apple.audio.coreaudiod    
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    sudo launchctl kickstart -kp system/com.apple.audio.coreaudiod
</span> "
</pre><pre style='margin:0'>

</pre>