<pre style='margin:0'>
Lawrence Velázquez (larryv) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2db2f8fb5f77f9c312be2078cac81941e73bfb70">https://github.com/macports/macports-ports/commit/2db2f8fb5f77f9c312be2078cac81941e73bfb70</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 2db2f8fb5f7 yodl: Remove non-ASCII chars from long_description
</span>2db2f8fb5f7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2db2f8fb5f77f9c312be2078cac81941e73bfb70
</span>Author: Lawrence Velázquez <larryv@macports.org>
AuthorDate: Sun Jun 6 17:07:07 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    yodl: Remove non-ASCII chars from long_description
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    I don't think they were causing problems, but I can't be sure, and they
</span><span style='display:block; white-space:pre;color:#404040;'>    aren't necessary in any case.
</span>---
 textproc/yodl/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/yodl/Portfile b/textproc/yodl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ecbb0f6dee8..7b91d2187c5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/yodl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/yodl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,10 +15,10 @@ long_description    Yodl is a package implementing a pre-document \
</span>                     is that you write up a document in a pre-language, \
                     then use the tools to convert it to some final \
                     document language. Current converters are for \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    HTML, man, LaTeX, a poor-man’s text converter and \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    HTML, man, LaTeX, a poor-man's text converter and \
</span>                     an experimental XML converter. Main document types \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    are ‘article’, ‘report’, ‘book’, ‘letter’ and \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    ‘manpage’. The Yodl document language is designed \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    are 'article', 'report', 'book', 'letter' and \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    'manpage'. The Yodl document language is designed \
</span>                     to be easy to use and extensible.
 homepage            http://yodl.sourceforge.net
 
</pre><pre style='margin:0'>

</pre>