Ticket #52035: Portfile-carthage.diff

File Portfile-carthage.diff, 972 bytes (added by nevil (Anders Hasselqvist), 8 years ago)

Portfile diff

  • Portfile

    old new  
    44PortSystem          1.0
    55PortGroup           github 1.0
    66
    7 github.setup        Carthage Carthage 0.17.2
     7github.setup        Carthage Carthage 0.18
    88categories          devel
    99platforms           darwin
    1010
     
    2323build               {}
    2424
    2525destroot {
    26     system -W ${worksrcpath} "${build.cmd} prefix_install PREFIX=${destroot}${prefix} TEMPORARY_FOLDER=${destroot} XCODEFLAGS=\"-workspace 'Carthage.xcworkspace' -scheme 'carthage' DSTROOT=${destroot} -IDECustomDerivedDataLocation=${worksrcpath}/custombuild\""
     26    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\""
    2727}
    2828
    2929post-destroot {