<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/39e260dbd51d36d43687cfd42d3ffdaf14db5835">https://github.com/macports/macports-ports/commit/39e260dbd51d36d43687cfd42d3ffdaf14db5835</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 39e260d  hugo: add extended variant for Sass/SCSS support.
</span>39e260d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 39e260dbd51d36d43687cfd42d3ffdaf14db5835
</span>Author: Lars Bilke <lars.bilke@ufz.de>
AuthorDate: Thu Jun 6 11:41:15 2019 +0200

<span style='display:block; white-space:pre;color:#404040;'>    hugo: add extended variant for Sass/SCSS support.
</span>---
 www/hugo/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<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 d0b549c..1388286 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;'>@@ -44,3 +44,7 @@ variant bash_completion {
</span>         xinstall -m 644 ${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;'>+variant extended description {Builds Hugo Extended with Sass/SCSS support} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    build.args-append --tags extended
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span></pre><pre style='margin:0'>

</pre>