<pre style='margin:0'>
David Strubbe (dstrubbe) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/eef09864965a28e25c7d0fcbb0859d207be5d1c7">https://github.com/macports/macports-ports/commit/eef09864965a28e25c7d0fcbb0859d207be5d1c7</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 eef0986  xemacs: Correct filename in destroot. Fixes #60002.
</span>eef0986 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit eef09864965a28e25c7d0fcbb0859d207be5d1c7
</span>Author: David Strubbe <dstrubbe@macports.org>
AuthorDate: Thu Jan 23 11:42:00 2020 -0800

<span style='display:block; white-space:pre;color:#404040;'>    xemacs: Correct filename in destroot. Fixes #60002.
</span>---
 editors/xemacs/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/editors/xemacs/Portfile b/editors/xemacs/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 118b63b..824c909 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/editors/xemacs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/editors/xemacs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -113,7 +113,7 @@ post-destroot {
</span> 
     # avoid conflicts with emacs
     move ${destroot}${prefix}/bin/etags ${destroot}${prefix}/bin/etags-xemacs
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    move ${destroot}${prefix}/share/man/man1/etags.1.gz ${destroot}${prefix}/share/man/man1/etags-xemacs.1.gz
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    move ${destroot}${prefix}/share/man/man1/etags.1 ${destroot}${prefix}/share/man/man1/etags-xemacs.1
</span> }
 
 variant sumo \
</pre><pre style='margin:0'>

</pre>