<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/98c6231de200d1e326bc7b03c6c3f2df82068026">https://github.com/macports/macports-ports/commit/98c6231de200d1e326bc7b03c6c3f2df82068026</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 98c6231de20 carthage: Update to 0.39.1
</span>98c6231de20 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 98c6231de200d1e326bc7b03c6c3f2df82068026
</span>Author: Saagar Jha <saagar@saagarjha.com>
AuthorDate: Wed Sep 27 02:34:15 2023 -0700

<span style='display:block; white-space:pre;color:#404040;'>    carthage: Update to 0.39.1
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/68252
</span>---
 devel/carthage/Portfile | 39 +++++++++++----------------------------
 1 file changed, 11 insertions(+), 28 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/carthage/Portfile b/devel/carthage/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 309274b211e..9b89493f01a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/carthage/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/carthage/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           github 1.0
</span> PortGroup           xcodeversion 1.0
 
 use_xcode           yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        Carthage Carthage 0.38.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        Carthage Carthage 0.39.1
</span> name                carthage
 categories          devel
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,34 +36,17 @@ if {${os.major} < 17} {
</span> 
 destroot {
     system -W ${worksrcpath} "${build.cmd} prefix_install PREFIX=${destroot}${prefix} CARTHAGE_TEMPORARY_FOLDER=${destroot} SWIFTPM_DISABLE_SANDBOX_SHOULD_BE_FLAGGED=should_be_flagged"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant bash_completion {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_run-append path:etc/bash_completion:bash-completion
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Install shell completions
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set completions_path ${destroot}${prefix}/share/bash-completion/completions
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -d ${completions_path}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 644 ${worksrcpath}/Source/Scripts/carthage-bash-completion ${completions_path}/${name}
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    post-destroot {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        set completions_path ${prefix}/share/bash-completion/completions
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        xinstall -d ${destroot}${completions_path}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        xinstall -m 644 ${worksrcpath}/Source/Scripts/carthage-bash-completion ${destroot}${completions_path}/${name}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    }
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set completions_path ${destroot}${prefix}/share/zsh/site-functions
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -d ${completions_path}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall ${worksrcpath}/Source/Scripts/carthage-zsh-completion ${completions_path}/_${name}
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant zsh_completion {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_run-append path:${prefix}/bin/zsh:zsh
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    post-destroot {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        set site-functions ${destroot}${prefix}/share/zsh/site-functions
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        xinstall -d ${site-functions}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        xinstall ${worksrcpath}/Source/Scripts/carthage-bash-completion ${site-functions}/_${name}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    }
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant fish_completion description {Install fish completion} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_run-append path:${prefix}/bin/fish:fish
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    post-destroot {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        set completions_path ${prefix}/share/fish/completions
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        xinstall -d ${destroot}${completions_path}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        xinstall -m 644 ${worksrcpath}/Source/Scripts/carthage-fish-completion ${destroot}${completions_path}/${name}.fish
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set completions_path ${destroot}${prefix}/share/fish/vendor_completions.d
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -d ${completions_path}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 644 ${worksrcpath}/Source/Scripts/carthage-fish-completion ${completions_path}/${name}.fish
</span> }
</pre><pre style='margin:0'>

</pre>