<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/86ae509ca78a0363cd4adde9ce858148da7beb99">https://github.com/macports/macports-ports/commit/86ae509ca78a0363cd4adde9ce858148da7beb99</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 86ae509  carthage: Update to 0.33.0
</span>86ae509 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 86ae509ca78a0363cd4adde9ce858148da7beb99
</span>Author: Saagar Jha <saagar@saagarjha.com>
AuthorDate: Thu Apr 4 21:30:24 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    carthage: Update to 0.33.0
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    * Remove extra build steps related to files that are no longer relevant
</span><span style='display:block; white-space:pre;color:#404040;'>    * Remove build flags that no longer seem necessary
</span><span style='display:block; white-space:pre;color:#404040;'>    * Add bash, zsh, and fish completion variants
</span><span style='display:block; white-space:pre;color:#404040;'>    * Improve capitalization of Xcode
</span><span style='display:block; white-space:pre;color:#404040;'>    * Fix maintainer
</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/58097
</span>---
 devel/carthage/Portfile | 46 +++++++++++++++++++++++++++++++++-------------
 1 file changed, 33 insertions(+), 13 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 bef1538..9307b8b 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;'>@@ -3,14 +3,14 @@
</span> PortSystem          1.0
 PortGroup           github 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        Carthage Carthage 0.31.2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        Carthage Carthage 0.33.0
</span> name                carthage
 categories          devel
 platforms           darwin
 
 universal_variant   no
 license             MIT
<span style='display:block; white-space:pre;background:#ffe0e0;'>-maintainers         {saagarjha.com:saagarjha @saagarjha} openmaintainer
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+maintainers         {saagarjha.com:saagar @saagarjha} openmaintainer
</span> 
 description         A simple, decentralized dependency manager for Cocoa
 long_description    ${description}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,18 +25,38 @@ build               {}
</span> destroot {
     if { [vercmp ${xcodeversion} "9.0"] < 0 } {
         ui_error "Xcode 9.0 or greater is needed to build ${name}; only found version ${xcodeversion}."
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        return -code error "incompatible xcode version"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        return -code error "incompatible Xcode version"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    system -W ${worksrcpath} "${build.cmd} prefix_install PREFIX=${destroot}${prefix} CARTHAGE_TEMPORARY_FOLDER=${destroot} SWIFTPM_DISABLE_SANDBOX_SHOULD_BE_FLAGGED=should_be_flagged"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant bash_completion {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_run-append path:etc/bash_completion:bash-completion
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    post-destroot {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        set completions_path ${prefix}/share/bash-completion/completions
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        xinstall -d ${destroot}${completions_path}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        xinstall -m 644 ${worksrcpath}/Source/Scripts/carthage-bash-completion ${destroot}${completions_path}/${name}
</span>     }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # remove swift optimization since that can cause the compiler to crash sometimes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    system -W ${worksrcpath} "echo 'OTHER_LDFLAGS=\$(OTHER_LDFLAGS) -headerpad_max_install_names' > _macports.xcconfig"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    system -W ${worksrcpath} "${build.cmd} prefix_install PREFIX=${destroot}${prefix} CARTHAGE_TEMPORARY_FOLDER=${destroot} XCODEFLAGS=\"-workspace 'Carthage.xcworkspace' -scheme 'carthage' DSTROOT=${destroot} -IDECustomDerivedDataLocation=${worksrcpath}/custombuild CODE_SIGN_IDENTITY= CODE_SIGNING_REQUIRED=NO SWIFT_OPTIMIZATION_LEVEL=-Onone -xcconfig _macports.xcconfig\""
</span> }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-post-destroot {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    delete ${destroot}/usr
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    delete ${destroot}/Library
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -d ${destroot}${prefix}/Library
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    move ${destroot}${prefix}/Frameworks ${destroot}${prefix}/Library/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    system -W ${destroot}${prefix}/bin "install_name_tool -add_rpath @executable_path/../Library/Frameworks carthage"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    system -W ${destroot}${prefix}/bin "install_name_tool -add_rpath @executable_path/../Library/Frameworks/CarthageKit.framework/Versions/A/Frameworks/ carthage"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant zsh_completion description {Install zsh completion} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_run-append path:${prefix}/bin/zsh:zsh
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    post-destroot {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        set site-functions ${destroot}${prefix}/share/zsh/site-functions
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        xinstall -d ${site-functions}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        xinstall ${worksrcpath}/Source/Scripts/carthage-bash-completion ${site-functions}/_${name}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant fish_completion description {Install fish completion} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_run-append path:${prefix}/bin/fish:fish
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    post-destroot {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        set completions_path ${prefix}/share/fish/completions
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        xinstall -d ${destroot}${completions_path}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        xinstall -m 644 ${worksrcpath}/Source/Scripts/carthage-fish-completion ${destroot}${completions_path}/${name}.fish
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span> }
</pre><pre style='margin:0'>

</pre>