[153381] trunk/dports/devel/carthage/Portfile

sean at macports.org sean at macports.org
Thu Sep 29 11:42:12 PDT 2016


Revision: 153381
          https://trac.macports.org/changeset/153381
Author:   sean at macports.org
Date:     2016-09-29 11:42:12 -0700 (Thu, 29 Sep 2016)
Log Message:
-----------
carthage: update to 0.18; fixes #52035

Modified Paths:
--------------
    trunk/dports/devel/carthage/Portfile

Modified: trunk/dports/devel/carthage/Portfile
===================================================================
--- trunk/dports/devel/carthage/Portfile	2016-09-29 18:18:06 UTC (rev 153380)
+++ trunk/dports/devel/carthage/Portfile	2016-09-29 18:42:12 UTC (rev 153381)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        Carthage Carthage 0.17.2
+github.setup        Carthage Carthage 0.18
 categories          devel
 platforms           darwin
 
@@ -23,7 +23,7 @@
 build               {}
 
 destroot {
-    system -W ${worksrcpath} "${build.cmd} prefix_install PREFIX=${destroot}${prefix} TEMPORARY_FOLDER=${destroot} XCODEFLAGS=\"-workspace 'Carthage.xcworkspace' -scheme 'carthage' DSTROOT=${destroot} -IDECustomDerivedDataLocation=${worksrcpath}/custombuild\""
+    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\""
 }
 
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160929/aa944f38/attachment.html>


More information about the macports-changes mailing list