<pre style='margin:0'>
Andrew Fernandes (adfernandes) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/de2b1ac1ce27e645b69bbd05816d612ca2a39b93">https://github.com/macports/macports-ports/commit/de2b1ac1ce27e645b69bbd05816d612ca2a39b93</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 de2b1ac  devel/carthage: trivial update to 0.22.0 (openmaintainer)
</span>de2b1ac is described below

<span style='display:block; white-space:pre;color:#808000;'>commit de2b1ac1ce27e645b69bbd05816d612ca2a39b93
</span>Author: Andrew Fernandes <andrew@fernandes.org>
AuthorDate: Fri Apr 28 21:56:53 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    devel/carthage: trivial update to 0.22.0 (openmaintainer)
</span>---
 devel/carthage/Portfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 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 7835b4d..ed354ad 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,7 +3,7 @@
</span> PortSystem          1.0
 PortGroup           github 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        Carthage Carthage 0.21.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        Carthage Carthage 0.22.0
</span> name                carthage
 categories          devel
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,9 +23,9 @@ use_configure       no
</span> build               {}
 
 destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # remove swift optimization since that can cause the compiler to crash
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # sometimes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    system -W ${worksrcpath} "${build.cmd} prefix_install PREFIX=${destroot}${prefix} 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\""
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # remove swift optimization since that can cause the compiler to crash sometimes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    system -W ${worksrcpath} "echo 'OTHER_LDFLAGS=\$(OTHER_LDFLAGS) -headerpad_max_install_names' > _macports.xcconfig"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    system -W ${worksrcpath} "${build.cmd} prefix_install PREFIX=${destroot}${prefix} 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> }
 
 post-destroot {
</pre><pre style='margin:0'>

</pre>