<pre style='margin:0'>
Leo Singer (lpsinger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1d92100a330248d7e7f352764f9e48eedc22be9d">https://github.com/macports/macports-ports/commit/1d92100a330248d7e7f352764f9e48eedc22be9d</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 1d92100  gst-plugins-cairovis: fix checksum due to GitHub changes
</span>1d92100 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1d92100a330248d7e7f352764f9e48eedc22be9d
</span>Author: Leo Singer <aronnax@macports.org>
AuthorDate: Wed Nov 28 17:17:15 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gst-plugins-cairovis: fix checksum due to GitHub changes
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See https://trac.macports.org/ticket/54839
</span>---
 science/gst-plugins-cairovis/Portfile | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gst-plugins-cairovis/Portfile b/science/gst-plugins-cairovis/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 370670e..ee45e4e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gst-plugins-cairovis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gst-plugins-cairovis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,12 +2,14 @@ PortSystem            1.0
</span> PortGroup             github 1.0
 
 github.setup          lpsinger gst-plugins-cairovis 0.1.1 RELEASE-
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision              3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision              4
</span> categories            science gnome
 platforms             darwin
 maintainers           {aronnax @lpsinger}
 license               LGPL
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.tarball_from   downloads
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Work around stealth update due changes in GitHub generated tarballs
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+dist_subdir   ${name}/${version}_1
</span> 
 description \
   Scientific visualization plugins for GStreamer using Cairo graphics
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,10 +17,13 @@ long_description \
</span>   Create live line plots, histograms, and waterfall plots from data streams in \
   Gstreamer pipelines using Cairo graphics.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums             rmd160  856faa59e69402bb128b9499ca9415bdda1c1138 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                      sha256  23ccf026aa8ab9c9f8a7f411aadd61ae6c5762bd3a0431810573af4a6f811697
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums             rmd160  419d796ef101efd805caa1957cf453b6b4a5ec3c \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                      sha256  3c186ed606569360d6b4585364f0ac2152c1c5403eb8528ec97dedaa0697caa3 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                      size    43585
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+use_autoreconf        yes
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_build         port:pkgconfig
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build-append  port:pkgconfig
</span> 
 depends_lib           path:lib/pkgconfig/cairo.pc:cairo \
                       port:gsl \
</pre><pre style='margin:0'>

</pre>