<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/54434418d3a99fd4b7fe9840dbc67b75c1fc98ed">https://github.com/macports/macports-ports/commit/54434418d3a99fd4b7fe9840dbc67b75c1fc98ed</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 54434418d3a hugo: fix long_description
</span>54434418d3a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 54434418d3a99fd4b7fe9840dbc67b75c1fc98ed
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Sun Mar 5 08:59:02 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    hugo: fix long_description
</span>---
 www/hugo/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/hugo/Portfile b/www/hugo/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8822f21b246..0b5f8129e5d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/hugo/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/hugo/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,7 +19,7 @@ maintainers         {isi.edu:calvin @cardi} \
</span>                     openmaintainer
 
 description         A Fast and Flexible Static Site Generator built with love in GoLang
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    ${description}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    {*}${description}
</span> 
 # FIXME: This port currently can't be built without allowing go mod to fetch
 # dependencies during the build phase. See
</pre><pre style='margin:0'>

</pre>