<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e56a78383897096317486a50ad2b4cfc57793adf">https://github.com/macports/macports-ports/commit/e56a78383897096317486a50ad2b4cfc57793adf</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 e56a7838389 opencolorio: Exclude pre-release versions from livecheck
</span>e56a7838389 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e56a78383897096317486a50ad2b4cfc57793adf
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat Apr 17 11:26:48 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    opencolorio: Exclude pre-release versions from livecheck
</span>---
 graphics/opencolorio/Portfile | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/opencolorio/Portfile b/graphics/opencolorio/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4dd9f09eba9..80d0f7e4e31 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/opencolorio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/opencolorio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,14 +12,17 @@ license             BSD
</span> homepage            http://opencolorio.org
 platforms           darwin
 description         a color management framework for visual effects and animation
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    OpenColorIO (OCIO) is a complete color management solution \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    geared towards motion picture production with an emphasis on visual effects and computer animation.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    OpenColorIO (OCIO) is a complete color management solution \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    geared towards motion picture production with an emphasis on \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    visual effects and computer animation.
</span> 
 checksums           rmd160  c05a97f24a4637597e88af7afc1698250e5ff469 \
                     sha256  e1e6f9fd81af8d6714cea9deb6e3684bdefa285aadbab306b7117e5dedcf00f9 \
                     size    13829193
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Exclude pre-releases from livecheck
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.livecheck.regex  {([0-9.]+)}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # see https://github.com/imageworks/OpenColorIO/commit/c43cc918c3e79e324f11ca47e95bfe36e9e0dd15
 patchfiles-append   patch-upstream.diff
 
</pre><pre style='margin:0'>

</pre>