<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/780cb55d68bad5d216fa38890aa5214b9d051422">https://github.com/macports/macports-ports/commit/780cb55d68bad5d216fa38890aa5214b9d051422</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 780cb55d68b synthing-macos: update to 1.22.2-1
</span>780cb55d68b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 780cb55d68bad5d216fa38890aa5214b9d051422
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Tue Jan 3 07:22:16 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    synthing-macos: update to 1.22.2-1
</span>---
 net/syncthing-macos/Portfile | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

<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 f9369a4b5fd..f5c833fb2f6 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;'>@@ -3,13 +3,13 @@
</span> PortSystem              1.0
 PortGroup               github 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup            syncthing syncthing-macos 1.20.2-1 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup            syncthing syncthing-macos 1.22.2-1 v
</span> github.tarball_from     archive
 revision                0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums               rmd160  f489f20525a04d34a2875e93e1b7c191f84aa64d \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        sha256  e910fa7f55b5ba8419354ab2612d6f69f0a99db71a38f6299881c156ec447ea3 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        size    13228941
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums               rmd160  952e92d5f1c22d7a311f76e65955d5c9268876d2 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        sha256  1c14c149d3fda91c8b8f7ad26d58f6bd39d8b8bb1a3f6ab4a17c5273e6b6adf4 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        size    13229479
</span> 
 categories              net aqua
 installs_libs           no
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,11 +18,11 @@ maintainers             {gmail.com:herby.gillot @herbygillot} \
</span>                         openmaintainer
 
 description             Frugal and native macOS Syncthing application bundle
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description        ${description}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description        {*}${description}
</span> 
 depends_lib-append      port:syncthing
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-patchfiles              patch-no-bundled-syncthing.diff \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+patchfiles-append       patch-no-bundled-syncthing.diff \
</span>                         patch-disable-autoupdatechecks.diff
 
 post-patch {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,5 +37,7 @@ build {
</span> }
 
 destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    copy ${build.dir}/Build/Products/Release/Syncthing.app ${destroot}${applications_dir}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    copy \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ${build.dir}/Build/Products/Release/Syncthing.app \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ${destroot}${applications_dir}
</span> }
</pre><pre style='margin:0'>

</pre>