<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/87cdffc94bee85130ab8489d669e6b599bfe26e7">https://github.com/macports/macports-ports/commit/87cdffc94bee85130ab8489d669e6b599bfe26e7</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 87cdffc  gstreamer1*: livecheck only stable release versions
</span>87cdffc is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 87cdffc94bee85130ab8489d669e6b599bfe26e7
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Fri Jan 13 16:11:09 2017 -0800

<span style='display:block; white-space:pre;color:#404040;'>    gstreamer1*: livecheck only stable release versions
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See new embedded comment for rationale
</span>---
 gnome/gstreamer1-gst-libav/Portfile        | 7 ++++++-
 gnome/gstreamer1-gst-plugins-bad/Portfile  | 7 ++++++-
 gnome/gstreamer1-gst-plugins-base/Portfile | 9 +++++++--
 gnome/gstreamer1-gst-plugins-good/Portfile | 7 ++++++-
 gnome/gstreamer1-gst-plugins-ugly/Portfile | 7 ++++++-
 gnome/gstreamer1/Portfile                  | 7 ++++++-
 6 files changed, 37 insertions(+), 7 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gstreamer1-gst-libav/Portfile b/gnome/gstreamer1-gst-libav/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 451bb4f..f76c454 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gstreamer1-gst-libav/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gstreamer1-gst-libav/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,6 +9,11 @@ PortGroup           compiler_blacklist_versions 1.0
</span> 
 name                gstreamer1-gst-libav
 set my_name         gst-libav
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# unstable versions of the gstreamer1 series are typically, well, unstable
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# tyoical issues are movement of plugins from one category to another (e.q. bad->good),
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# addition of new plugins and removal of others, missing files, etc
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# beginning with the 1.12 stable series please only push stable versions to git
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# and then only after addressing any possible issues discovered during the previous unstable series.
</span> version             1.11.1
 description         This is gst-libav, a set of plug-ins for GStreamer.
 long_description    ${description}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -76,4 +81,4 @@ platform darwin 8 {
</span> 
 livecheck.type      regex
 livecheck.url       ${master_sites}
<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;'>+livecheck.regex     "${my_name}-(\\d+\\\.\\d*\[02468\](?:\\.\\d+)*)${extract.suffix}"
</span><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 25dd89b..5b7ce9b 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;'>@@ -10,6 +10,11 @@ PortGroup           gobject_introspection 1.0
</span> 
 name                gstreamer1-gst-plugins-bad
 set my_name         gst-plugins-bad
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# unstable versions of the gstreamer1 series are typically, well, unstable
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# tyoical issues are movement of plugins from one category to another (e.q. bad->good),
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# addition of new plugins and removal of others, missing files, etc
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# beginning with the 1.12 stable series please only push stable versions to git
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# and then only after addressing any possible issues discovered during the previous unstable series.
</span> version             1.11.1
 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 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -192,4 +197,4 @@ if {[variant_isset universal]} {
</span> 
 livecheck.type      regex
 livecheck.url       ${master_sites}
<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;'>+livecheck.regex     "${my_name}-(\\d+\\\.\\d*\[02468\](?:\\.\\d+)*)${extract.suffix}"
</span><span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gstreamer1-gst-plugins-base/Portfile b/gnome/gstreamer1-gst-plugins-base/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f58201d..d2057b2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gstreamer1-gst-plugins-base/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gstreamer1-gst-plugins-base/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,6 +8,11 @@ PortGroup           muniversal 1.0
</span> 
 name                gstreamer1-gst-plugins-base
 set my_name         gst-plugins-base
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# unstable versions of the gstreamer1 series are typically, well, unstable
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# tyoical issues are movement of plugins from one category to another (e.q. bad->good),
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# addition of new plugins and removal of others, missing files, etc
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# beginning with the 1.12 stable series please only push stable versions to git
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# and then only after addressing any possible issues discovered during the previous unstable series.
</span> version             1.11.1
 description         This is gst-plugins, a set of plug-ins for GStreamer.
 long_description    ${description}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,7 +35,7 @@ depends_lib         port:gstreamer1 \
</span>                     port:libopus \
                     port:orc \
                     path:lib/pkgconfig/pango.pc:pango \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:zlib 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:zlib
</span> 
 gobject_introspection yes
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -129,4 +134,4 @@ if {[variant_isset universal]} {
</span> livecheck.type      regex
 livecheck.name      ${my_name}
 livecheck.url       ${master_sites}
<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;'>+livecheck.regex     "${my_name}-(\\d+\\\.\\d*\[02468\](?:\\.\\d+)*)${extract.suffix}"
</span><span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gstreamer1-gst-plugins-good/Portfile b/gnome/gstreamer1-gst-plugins-good/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 40167c8..b5a8b2e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gstreamer1-gst-plugins-good/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gstreamer1-gst-plugins-good/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,6 +8,11 @@ PortGroup           compiler_blacklist_versions 1.0
</span> 
 name                gstreamer1-gst-plugins-good
 set my_name         gst-plugins-good
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# unstable versions of the gstreamer1 series are typically, well, unstable
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# tyoical issues are movement of plugins from one category to another (e.q. bad->good),
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# addition of new plugins and removal of others, missing files, etc
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# beginning with the 1.12 stable series please only push stable versions to git
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# and then only after addressing any possible issues discovered during the previous unstable series.
</span> version             1.11.1
 description         A set of good-quality plug-ins for GStreamer under GStreamer's preferred \
                     license, LGPL.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -118,4 +123,4 @@ compiler.blacklist  {clang < 211.10.1}
</span> 
 livecheck.type      regex
 livecheck.url       ${master_sites}
<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;'>+livecheck.regex     "${my_name}-(\\d+\\\.\\d*\[02468\](?:\\.\\d+)*)${extract.suffix}"
</span><span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gstreamer1-gst-plugins-ugly/Portfile b/gnome/gstreamer1-gst-plugins-ugly/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f1ec3fa..8637cde 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gstreamer1-gst-plugins-ugly/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gstreamer1-gst-plugins-ugly/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,6 +7,11 @@ PortGroup           muniversal 1.0
</span> 
 name                gstreamer1-gst-plugins-ugly
 set my_name         gst-plugins-ugly
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# unstable versions of the gstreamer1 series are typically, well, unstable
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# tyoical issues are movement of plugins from one category to another (e.q. bad->good),
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# addition of new plugins and removal of others, missing files, etc
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# beginning with the 1.12 stable series please only push stable versions to git
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# and then only after addressing any possible issues discovered during the previous unstable series.
</span> version             1.11.1
 description         A set of good-quality plug-ins for GStreamer that might pose distribution \
                     problems.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -83,4 +88,4 @@ pre-activate {
</span> 
 livecheck.type      regex
 livecheck.url       ${master_sites}
<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;'>+livecheck.regex     "${my_name}-(\\d+\\\.\\d*\[02468\](?:\\.\\d+)*)${extract.suffix}"
</span><span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gstreamer1/Portfile b/gnome/gstreamer1/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ffec302..a86838d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gstreamer1/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gstreamer1/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,6 +9,11 @@ PortGroup           muniversal 1.0
</span> 
 name                gstreamer1
 set my_name         gstreamer
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# unstable versions of the gstreamer1 series are typically, well, unstable
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# tyoical issues are movement of plugins from one category to another (e.q. bad->good),
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# addition of new plugins and removal of others, missing files, etc
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# beginning with the 1.12 stable series please only push stable versions to git
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# and then only after addressing any possible issues discovered during the previous unstable series.
</span> version             1.11.1
 description         GStreamer is a library for constructing graphs of media-handling components.
 long_description    The applications it supports range from simple Ogg/Vorbis playback, audio/video \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -79,4 +84,4 @@ if {[variant_isset universal]} {
</span> 
 livecheck.type      regex
 livecheck.url       ${master_sites}
<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;'>+livecheck.regex     "${my_name}-(\\d+\\\.\\d*\[02468\](?:\\.\\d+)*)${extract.suffix}"
</span></pre><pre style='margin:0'>

</pre>