<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/20ab568655907ae37fdab0db1c8c5d88e4e5419e">https://github.com/macports/macports-ports/commit/20ab568655907ae37fdab0db1c8c5d88e4e5419e</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 20ab5686559 py-eric-ide: fix patchfile
</span>20ab5686559 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 20ab568655907ae37fdab0db1c8c5d88e4e5419e
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Thu Mar 18 07:43:56 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-eric-ide: fix patchfile
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/62485
</span>---
 python/py-eric-ide/Portfile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-eric-ide/Portfile b/python/py-eric-ide/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2a84b7f960f..117a13c0f1b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-eric-ide/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-eric-ide/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -54,11 +54,10 @@ if {${name} ne ${subport}} {
</span>                         patch-disable-update-check_v198.diff
         livecheck.type  none
     } else {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        patchfiles      patch-install.py.diff
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        patchfiles      patch-install.py.diff \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        patch-disable-update-check.diff
</span>     }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    patchfiles-append   patch-disable-update-check.diff
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     post-patch {
         reinplace "s|@@PYTHON_BIN_NAME@@|${python.bin}|g" ${worksrcpath}/install.py
         reinplace "s|@@PYTHON_PKG_DIR@@|${python.pkgd}/${real_name}|g" ${worksrcpath}/install.py
</pre><pre style='margin:0'>

</pre>