<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/16ade4ac587950388b635c5175e2a731735ad67a">https://github.com/macports/macports-ports/commit/16ade4ac587950388b635c5175e2a731735ad67a</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 16ade4a  wtfutil: update to 0.26.0
</span>16ade4a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 16ade4ac587950388b635c5175e2a731735ad67a
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Wed Feb 5 14:51:49 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    wtfutil: update to 0.26.0
</span>---
 sysutils/wtfutil/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/wtfutil/Portfile b/sysutils/wtfutil/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index afcb8be..617497a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/wtfutil/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/wtfutil/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,7 +3,7 @@
</span> PortSystem          1.0
 PortGroup           github 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        wtfutil wtf 0.25.0 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        wtfutil wtf 0.26.0 v
</span> homepage            https://wtfutil.com
 
 name                wtfutil
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,7 +30,7 @@ build.env           GOPATH=${workpath} \
</span> build.target        install
 
 post-extract {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    reinplace "s|@mv ~/go/bin/wtf ~/go/bin/wtfutil|@mv \$\$GOPATH/bin/wtf \$\$GOPATH/bin/wtfutil|g" ${worksrcpath}/Makefile
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace "s|~/go|\$\${GOPATH}|g" ${worksrcpath}/Makefile
</span> }
 
 post-build {
</pre><pre style='margin:0'>

</pre>