<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/60eb7b9625e4405c4a1452b2a164a6a080f2542e">https://github.com/macports/macports-ports/commit/60eb7b9625e4405c4a1452b2a164a6a080f2542e</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 60eb7b9  audacity, audacity-devel: rebuild against ffmpeg 4.1
</span>60eb7b9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 60eb7b9625e4405c4a1452b2a164a6a080f2542e
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Thu Nov 8 17:31:32 2018 -0800

<span style='display:block; white-space:pre;color:#404040;'>    audacity, audacity-devel: rebuild against ffmpeg 4.1
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes https://trac.macports.org/ticket/56758.
</span>---
 audio/audacity/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/audacity/Portfile b/audio/audacity/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 95b6383..eca1528 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/audacity/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/audacity/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,6 +32,7 @@ if {${subport} eq "${name}"} {
</span>     # get the source tarball from github because it contains all required external libs
     # incl. those not in MacPorts.
     github.setup    audacity audacity 2.2.2 Audacity-
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision        1
</span>     checksums       rmd160  c48e8467fc06c1ffb11af2b0fba4ede77b66ee2f \
                     sha256  7963cedab841aff181ea25b06991ba5ba56249533815ba5cdd82ec1282dbadd8 \
                     size    25941576
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,6 +42,7 @@ if {${subport} eq "${name}"} {
</span>     # git describe --tags : Audacity-2.2.2-407-g56bca7427
     github.setup    audacity audacity 56bca7427218ab9bdd9a54f4eb7d7490c07657bb
     version         2.2.2.407
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision        1
</span>     # this port is intended to facilitate development efforts shared with "upstreams"
     # so using git instead of a tarball fetch type is more appropriate.
     # fetch.type    git
</pre><pre style='margin:0'>

</pre>