<pre style='margin:0'>
Leonardo Brondani Schenkel (lbschenkel) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8a390cedd780aefb54d9aa33d6369f5b878c298f">https://github.com/macports/macports-ports/commit/8a390cedd780aefb54d9aa33d6369f5b878c298f</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 8a390cedd78 apply post-patch command to use non bundled binary
</span>8a390cedd78 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 8a390cedd780aefb54d9aa33d6369f5b878c298f
</span>Author: Knapoc <Knapoc@users.noreply.github.com>
AuthorDate: Fri Jun 19 09:04:25 2020 +0200
<span style='display:block; white-space:pre;color:#404040;'> apply post-patch command to use non bundled binary
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> partly reverts de3da7c to use the non bundled syncthing binary
</span>---
net/syncthing-macos/Portfile | 5 +++++
1 file changed, 5 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/syncthing-macos/Portfile b/net/syncthing-macos/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1f7800556a0..ce479c0ffee 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/syncthing-macos/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/syncthing-macos/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,7 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup syncthing syncthing-macos 1.6.1-1 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span>
checksums rmd160 26f6e9d6b946dd92e598bf9695e8454e8508a93c \
sha256 030e09533e98da4dcd93711979d73dcb15cff5613e86bad9a62884dcd4da18f3 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,6 +24,10 @@ depends_lib-append port:syncthing
</span> patchfiles no-bundled-syncthing.patch \
disable-autoupdatechecks.patch
<span style='display:block; white-space:pre;background:#e0ffe0;'>+post-patch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ reinplace "s|__PREFIX__|${prefix}|" ${worksrcpath}/syncthing/STApplication.m
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> use_configure no
use_xcode yes
</pre><pre style='margin:0'>
</pre>