<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a2f80a87a70f604d0d512b4619db2c265d5fc5fc">https://github.com/macports/macports-ports/commit/a2f80a87a70f604d0d512b4619db2c265d5fc5fc</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 a2f80a8  gstreamer1-gst-plugins-bad: prevent opportunistically using srtp
</span>a2f80a8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a2f80a87a70f604d0d512b4619db2c265d5fc5fc
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Thu Jul 13 17:32:48 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    gstreamer1-gst-plugins-bad: prevent opportunistically using srtp
</span>---
 gnome/gstreamer1-gst-plugins-bad/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gstreamer1-gst-plugins-bad/Portfile b/gnome/gstreamer1-gst-plugins-bad/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 166858d..339c510 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gstreamer1-gst-plugins-bad/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gstreamer1-gst-plugins-bad/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,7 +16,7 @@ set my_name         gst-plugins-bad
</span> # beginning with the 1.12 stable series please only push stable versions to git
 # and then only after addressing any possible issues discovered during the previous unstable series.
 version             1.12.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> description         A set of plug-ins for GStreamer that need more quality.
 long_description    GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared \
                     to the rest. They might be close to being good quality, but they're missing \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -117,6 +117,7 @@ configure.args      --disable-silent-rules \
</span>                     --disable-opus \
                     --disable-qt \
                     --disable-sdltest \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --disable-srtp \
</span>                     --enable-experimental \
                     --enable-static
 
</pre><pre style='margin:0'>

</pre>