<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/afe5bc96eafc7928e38ab023f7dbace0f35ebdca">https://github.com/macports/macports-ports/commit/afe5bc96eafc7928e38ab023f7dbace0f35ebdca</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 afe5bc96eaf py27-gst-python: disable livecheck
</span>afe5bc96eaf is described below

<span style='display:block; white-space:pre;color:#808000;'>commit afe5bc96eafc7928e38ab023f7dbace0f35ebdca
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Thu Sep 24 16:26:17 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    py27-gst-python: disable livecheck
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This was the last release in the 0.10.x API series.
</span><span style='display:block; white-space:pre;color:#404040;'>    Not to be confused with the current 1.x API series.
</span>---
 python/py27-gst-python/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py27-gst-python/Portfile b/python/py27-gst-python/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 88de7a929b9..760ca698a9a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py27-gst-python/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py27-gst-python/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,5 +33,6 @@ configure.args-append       --includedir=${python_prefix}/include/python2.7 \
</span> configure.pkg_config_path   ${python_prefix}/lib/pkgconfig
 configure.python            ${prefix}/bin/python2.7
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url       https://gstreamer.freedesktop.org/src/${my_name}/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.regex     "${my_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# 0.10.22 was the last release in the 0.10.x API series
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# not to be confused with the current 1.x API series
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.type      none
</span></pre><pre style='margin:0'>

</pre>