<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/30a3d65dabdd0225c9239f14eb44ce4486e779c1">https://github.com/macports/macports-ports/commit/30a3d65dabdd0225c9239f14eb44ce4486e779c1</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 30a3d65  root6: Use new davix port and enable by default
</span>30a3d65 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 30a3d65dabdd0225c9239f14eb44ce4486e779c1
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat Jan 26 13:48:27 2019 +0000

<span style='display:block; white-space:pre;color:#404040;'>    root6: Use new davix port and enable by default
</span>---
 science/root6/Portfile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/root6/Portfile b/science/root6/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e590f79..71fea56 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/root6/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/root6/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -102,6 +102,7 @@ configure.args-append \
</span>                     -Dbuiltin_lzma=OFF \
                     -Dbuiltin_tbb=OFF \
                     -Dbuiltin_afterimage=ON \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -Ddavix=OFF \
</span>                     -Dfftw3=OFF \
                     -Dkrb5=OFF \
                     -Dldap=OFF \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -299,7 +300,7 @@ post-activate {
</span> 
 universal_variant no
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-default_variants +xml +gsl +minuit2 +tmva +roofit +graphviz +opengl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+default_variants +xml +gsl +minuit2 +tmva +roofit +graphviz +opengl +davix
</span> 
 variant root7 description {Enable ROOT7 preview} {
     configure.args-replace  -Droot7=OFF -Droot7=ON
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -514,7 +515,8 @@ foreach py_ver ${python_versions} {
</span> # ========================================================================================
 
 variant davix description {Enable Davix support} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-replace  -Dbuiltin_davix=OFF  -Dbuiltin_davix=ON
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-replace  -Ddavix=OFF  -Ddavix=ON
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      port:davix
</span> }
 
 variant xml description {Build with xml support} {
</pre><pre style='margin:0'>

</pre>