<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a20d3a932484832d7264a3a36a1ebcd7b834873e">https://github.com/macports/macports-ports/commit/a20d3a932484832d7264a3a36a1ebcd7b834873e</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 a20d3a9  pymol: Use correct escaping in reinplace
</span>a20d3a9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a20d3a932484832d7264a3a36a1ebcd7b834873e
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon May 25 02:22:13 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    pymol: Use correct escaping in reinplace
</span>---
 science/pymol/Portfile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/pymol/Portfile b/science/pymol/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7d11dd0..21d4ff7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/pymol/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/pymol/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -94,7 +94,8 @@ post-patch {
</span>     reinplace  "s|@PREFIX@|${prefix}|g" ${worksrcpath}/setup.py ${worksrcpath}/modules/pmg_tk/startup/apbs_tools.py
     reinplace  "s|@@PYTHON_PKGDIR@@|${python.pkgd}|g" ${worksrcpath}/setup/pymol_macports
     reinplace  "s|@@PYTHON_BINARY@@|${python.bin}|g" ${worksrcpath}/setup/pymol_macports
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    reinplace  "s|cxx + \' \' + cxxflags|\'${configure.cxx} \' + cxxflags|g" ${worksrcpath}/monkeypatch_distutils.py
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+copy ${worksrcpath}/monkeypatch_distutils.py ${worksrcpath}/monkeypatch_distutils.py.orig
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace  "s|cxx + ' ' + cxxflags|'${configure.cxx} ' + cxxflags|g" ${worksrcpath}/monkeypatch_distutils.py
</span> }
 
 use_parallel_build yes
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -109,7 +110,8 @@ post-destroot {
</span>      if {![variant_isset x11]} {
           file delete ${destroot}${python.pkgd}/pmg_tk/startup/apbs_tools.py
      } else {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-          reinplace "s|options.gui \= \'pmg_qt\'|options.gui \= \'pmg_tk\'|g" ${destroot}${python.pkgd}/pymol/invocation.py
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+copy ${destroot}${python.pkgd}/pymol/invocation.py ${destroot}${python.pkgd}/pymol/invocation.py.orig
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+          reinplace {s|options\.gui = 'pmg_qt'|options.gui = 'pmg_tk'|g} ${destroot}${python.pkgd}/pymol/invocation.py
</span>      }
 }
 
</pre><pre style='margin:0'>

</pre>