<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/72928bd79999c213c369606f3f00de64f77fa625">https://github.com/macports/macports-ports/commit/72928bd79999c213c369606f3f00de64f77fa625</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 72928bd79999c213c369606f3f00de64f77fa625
</span>Author: Kirill A. Korinsky <kirill@korins.ky>
AuthorDate: Sat Nov 27 13:39:48 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    usql: allow to build with upx-devel
</span>---
 databases/usql/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/usql/Portfile b/databases/usql/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6c4e0186298..ef8bd44708d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/usql/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/usql/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           golang 1.0
</span> 
 go.setup            github.com/xo/usql 0.9.5 v
 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         Universal command-line interface for SQL databases
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,7 +32,7 @@ checksums           rmd160  5f0f71d7143f4d83fe8a50a2edd1b594d95cf9e8 \
</span> 
 depends_build-append \
                     port:realpath \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:upx
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    path:bin/upx:upx
</span> depends_lib-append  port:icu
 
 # Allow Go to download dependencies during build time
</pre><pre style='margin:0'>

</pre>