<pre style='margin:0'>
Landon Fuller (landonf) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/787393c8c9eb0f4006a6cf2d7273bf40379b4118">https://github.com/macports/macports-ports/commit/787393c8c9eb0f4006a6cf2d7273bf40379b4118</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 787393c8c9e git: drop installation of explicitly non-functional emacs placeholders.
</span>787393c8c9e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 787393c8c9eb0f4006a6cf2d7273bf40379b4118
</span>Author: Landon Fuller <landonf@macports.org>
AuthorDate: Mon Nov 2 10:49:32 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    git: drop installation of explicitly non-functional emacs placeholders.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    As of 2018, git's previous elisp support was deprecated and replaced with
</span><span style='display:block; white-space:pre;color:#404040;'>    modules that simply call `error' to inform the user that they have been
</span><span style='display:block; white-space:pre;color:#404040;'>    removed; we can safely stop installing these in the global site-lisp
</span><span style='display:block; white-space:pre;color:#404040;'>    directory.
</span>---
 devel/git/Portfile | 5 -----
 1 file changed, 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/git/Portfile b/devel/git/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index be84c0248b2..54f10b564f0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/git/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/git/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -132,11 +132,6 @@ post-destroot {
</span> 
     file delete -force ${share_path}/contrib
     copy ${worksrcpath}/contrib ${share_path}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -m 755 -d ${destroot}${prefix}/share/emacs/site-lisp/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -m 644 {*}[glob ${worksrcpath}/contrib/emacs/*.el] \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        ${destroot}${prefix}/share/emacs/site-lisp/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> }
 
 variant pcre description {Use pcre} {
</pre><pre style='margin:0'>

</pre>