<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/a97bbc31459b37faa7a519820f218a3ff05fd4ac">https://github.com/macports/macports-ports/commit/a97bbc31459b37faa7a519820f218a3ff05fd4ac</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit a97bbc31459b37faa7a519820f218a3ff05fd4ac
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sun Dec 17 13:02:24 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    opencv: ensure conflicts statement works properly
</span>---
 graphics/opencv/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/opencv/Portfile b/graphics/opencv/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6e3bf0f..cdf55ca 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/opencv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/opencv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -297,7 +297,7 @@ foreach pdv ${pythonversions} {
</span>             set conflist "${conflist} python${vv}"
         }
     }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    variant python${pv} conflicts ${conflist} description "Add bindings for Python ${pdv}" {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    variant python${pv} conflicts {*}${conflist} description "Add bindings for Python ${pdv}" {
</span>         patchfiles-delete   patch-modules_python_CMakeLists.txt.diff
         configure.args-delete \
                             -DINSTALL_PYTHON_EXAMPLES=OFF \
</pre><pre style='margin:0'>

</pre>