<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/df6eb969749c5f85d5389b9cc8a616c78f18aed0">https://github.com/macports/macports-ports/commit/df6eb969749c5f85d5389b9cc8a616c78f18aed0</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 df6eb96  pymol: Remove copy statements left over from debugging
</span>df6eb96 is described below

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

<span style='display:block; white-space:pre;color:#404040;'>    pymol: Remove copy statements left over from debugging
</span>---
 science/pymol/Portfile | 2 --
 1 file changed, 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 21d4ff7..d6a8795 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,6 @@ 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;'>-copy ${worksrcpath}/monkeypatch_distutils.py ${worksrcpath}/monkeypatch_distutils.py.orig
</span>     reinplace  "s|cxx + ' ' + cxxflags|'${configure.cxx} ' + cxxflags|g" ${worksrcpath}/monkeypatch_distutils.py
 }
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -110,7 +109,6 @@ 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;'>-copy ${destroot}${python.pkgd}/pymol/invocation.py ${destroot}${python.pkgd}/pymol/invocation.py.orig
</span>           reinplace {s|options\.gui = 'pmg_qt'|options.gui = 'pmg_tk'|g} ${destroot}${python.pkgd}/pymol/invocation.py
      }
 }
</pre><pre style='margin:0'>

</pre>