<pre style='margin:0'>
Clemens Lang (neverpanic) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b98ad46b08571c730664ebba1cc9bac40665b89b">https://github.com/macports/macports-ports/commit/b98ad46b08571c730664ebba1cc9bac40665b89b</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 b98ad46b085 git: installs_libs no
</span>b98ad46b085 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b98ad46b08571c730664ebba1cc9bac40665b89b
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Aug 15 14:42:18 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    git: installs_libs no
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This makes some ports that depend on git, like doxygen, distributable.
</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/59926
</span>---
 devel/git/Portfile | 1 +
 1 file changed, 1 insertion(+)

<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 52f7fac7444..d30c0456ad0 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;'>@@ -12,6 +12,7 @@ long_description    Git is a fast, scalable, distributed open source version \
</span> maintainers         {ciserlohn @ci42} openmaintainer
 categories          devel
 license             GPL-2 LGPL-2.1+
<span style='display:block; white-space:pre;background:#e0ffe0;'>+installs_libs       no
</span> platforms           darwin
 homepage            https://git-scm.com/
 master_sites        https://www.kernel.org/pub/software/scm/git/ \
</pre><pre style='margin:0'>

</pre>