<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/d30567b9ee29689256c6c4b8c0af6a5b98ff75df">https://github.com/macports/macports-ports/commit/d30567b9ee29689256c6c4b8c0af6a5b98ff75df</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 d30567b9ee2 bakefile: Reword descriptions
</span>d30567b9ee2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d30567b9ee29689256c6c4b8c0af6a5b98ff75df
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Feb 14 02:00:02 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    bakefile: Reword descriptions
</span>---
 devel/bakefile/Portfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/bakefile/Portfile b/devel/bakefile/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index eb9abeac301..34ec547333a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/bakefile/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/bakefile/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,12 +17,12 @@ categories          devel
</span> platforms           darwin
 maintainers         nomaintainer
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description         Bakefile is cross-platform, cross-compiler native makefiles generator.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description         cross-platform, cross-compiler native makefile generator
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    Bakefile is cross-platform, cross-compiler native \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    makefiles generator. It takes compiler-independent \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    Bakefile is a cross-platform, cross-compiler native \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    makefile generator. It takes a compiler-independent \
</span>                     description of build tasks as input and generates \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    native makefile (autoconf's Makefile.in, Visual C++ \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    a native makefile (autoconf's Makefile.in, Visual C++ \
</span>                     project, bcc makefile etc.).
 
 homepage            https://bakefile.org
</pre><pre style='margin:0'>

</pre>