<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/3fa5bf44f65b57412eda8a2b38875d89a10113be">https://github.com/macports/macports-ports/commit/3fa5bf44f65b57412eda8a2b38875d89a10113be</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 3fa5bf44f65 packr2: fix build
</span>3fa5bf44f65 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3fa5bf44f65b57412eda8a2b38875d89a10113be
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Fri Dec 31 10:07:00 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    packr2: fix build
</span>---
 devel/packr/Portfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/packr/Portfile b/devel/packr/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fc5f75cc43d..31aa8110824 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/packr/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/packr/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,8 +4,9 @@ PortSystem          1.0
</span> PortGroup           golang 1.0
 
 go.setup            github.com/gobuffalo/packr 2.8.3 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+go.package          github.com/gobuffalo/packr/v2
</span> github.tarball_from archive
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 description         The simple and easy way to embed static files into Go \
                     binaries.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,9 +22,12 @@ license             MIT
</span> maintainers         {gmail.com:herby.gillot @herbygillot} \
                     openmaintainer
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+build.env-append    PATH=$env(PATH):${gopath}/bin
</span> build.cmd           make
 build.target        build
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+use_parallel_build  no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> patch {
     reinplace {s|\($(GO_BIN) build\)|\1 -o ./bin/packr2|} \
         ${worksrcpath}/Makefile
</pre><pre style='margin:0'>

</pre>