<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/18ec0fc8b510f40c4635e07a99d7948e557106b0">https://github.com/macports/macports-ports/commit/18ec0fc8b510f40c4635e07a99d7948e557106b0</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 18ec0fc8b51 hugo: update to 0.120.3
</span>18ec0fc8b51 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 18ec0fc8b510f40c4635e07a99d7948e557106b0
</span>Author: Calvin Ardi <calvin@isi.edu>
AuthorDate: Wed Nov 1 11:50:06 2023 -0700

<span style='display:block; white-space:pre;color:#404040;'>    hugo: update to 0.120.3
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    * generate and install {fish, zsh} completion files
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    * make spacing consistent
</span>---
 www/hugo/Portfile | 20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)

<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 9fa6c6c44d0..49f3a707537 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;'>@@ -3,13 +3,13 @@
</span> PortSystem          1.0
 PortGroup           golang 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-go.setup            github.com/gohugoio/hugo 0.120.1 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+go.setup            github.com/gohugoio/hugo 0.120.3 v
</span> github.tarball_from archive
 revision            0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  dc113f622f827d3cf16bdb5bfca30e760f8d30ac \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  8e461a9bc7abfe31e7a8c128b5e4a6b6baee7ed921f9f9be7239fa677cded46b \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    20735295
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  186a63a899bf23603ed44ef2439a60a00fbfbce6 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  c392ccf23042e967a8faca19a2995c516e388807540e35d791a82b3b808f8ae8 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    20735227
</span> 
 categories          www
 installs_libs       no
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,7 +24,7 @@ long_description    {*}${description}
</span> # FIXME: This port currently can't be built without allowing go mod to fetch
 # dependencies during the build phase. See
 # https://trac.macports.org/ticket/61192
<span style='display:block; white-space:pre;background:#ffe0e0;'>-go.offline_build no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+go.offline_build    no
</span> 
 build.pre_args-append \
     -ldflags \"-X ${go.package}/common/hugo.vendorInfo=macports\"
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -49,4 +49,14 @@ post-destroot {
</span>     system -W ${worksrcpath} "${worksrcpath}/${name} completion bash > hugo.sh"
     xinstall -d ${destroot}${prefix}/share/bash-completion/completions/
     xinstall -m 0644 ${worksrcpath}/hugo.sh ${destroot}${prefix}/share/bash-completion/completions/${name}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # generation fish completion then install them
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    system -W ${worksrcpath} "${worksrcpath}/${name} completion fish > hugo.fish"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -d ${destroot}${prefix}/share/fish/vendor_completions.d/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 644 ${worksrcpath}/hugo.fish ${destroot}${prefix}/share/fish/vendor_completions.d/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # generation zsh completion then install them
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    system -W ${worksrcpath} "${worksrcpath}/${name} completion zsh > _hugo"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -d ${destroot}${prefix}/share/zsh/site-functions/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 644 ${worksrcpath}/_hugo ${destroot}${prefix}/share/zsh/site-functions/
</span> }
</pre><pre style='margin:0'>

</pre>