<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/158d703cdfebcde144bb8f45c01248a7218f86ab">https://github.com/macports/macports-ports/commit/158d703cdfebcde144bb8f45c01248a7218f86ab</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 158d703  ROOT6: Fix font paths
</span>158d703 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 158d703cdfebcde144bb8f45c01248a7218f86ab
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Fri Jun 23 19:37:40 2017 +0100

<span style='display:block; white-space:pre;color:#404040;'>    ROOT6: Fix font paths
</span>---
 science/root6/Portfile | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

<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 99d5bf8..63ab34e 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;'>@@ -12,7 +12,7 @@ PortGroup           xcodeversion 1.0
</span> # don't forget to update both the git tag and the version
 github.setup        root-project root 6-10-00 v
 version             [string map {- .} ${github.version}]
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> livecheck.version   ${github.version}
 # github.setup      root-mirror root <sha>
 # version           6.10.00
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -214,6 +214,11 @@ post-destroot {
</span>         set d [file tail $manpage]
         ln -s ${manpath}/man1/${d}.gz ${destroot}${prefix}/share/man/man1/${versioned_filename}
     }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Define font path in system config file
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set rootsystemrcfile ${destroot}${prefix}/libexec/root${version_major}/etc/root/system.rootrc
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # uncoment some settings
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace "s|#\*\.\*\.Root\.TTFontPath|\*\.\*\.Root\.TTFontPath|g" ${rootsystemrcfile}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace "s|#Unix\.\*\.Gui.IconPath|Unix\.\*\.Gui\.IconPath|g" ${rootsystemrcfile}
</span> }
 
 set run_port_select "No"
</pre><pre style='margin:0'>

</pre>