Ticket #51658: keybase.patch

File keybase.patch, 1.7 KB (added by larryv (Lawrence Velázquez), 8 years ago)

update to 1.0.16, enable parallel builds

  • dports/security/keybase/Portfile

    commit de937b298351702b504427cb2b74cd1f971b44e8
    Author: Lawrence Velázquez <larryv@macports.org>
    Date:   9 hours ago
    
        keybase: Update to 1.0.16
        
        Also:
        - Use the correct category.
        - Enable parallel builds.
        - Build more verbosely.
        - Shoehorn the build args into something resembling our usual style.
    
    diff --git a/dports/security/keybase/Portfile b/dports/security/keybase/Portfile
    index cd5ea4c..7089bef 100644
    a b  
    44PortSystem          1.0
    55PortGroup           github 1.0
    66
    7 github.setup        keybase client 1.0.14-1 v
     7github.setup        keybase client 1.0.16 v
    88name                keybase
    9 categories          devel
     9categories          security
    1010platforms           darwin
    1111license             BSD
    1212maintainers         sean openmaintainer
    long_description $description 
    1616depends_build       port:go
    1717depends_run         bin:gpg:gnupg
    1818
    19 checksums           rmd160  46a8e423188fee3cf2246b9c803dc5f465d3e3fd \
    20                     sha256  2a7e1171765030467667b8da0f1c5732ef5c0701769f4c04c1a61889cd18aae9
     19checksums           rmd160  fef3f8c847bbbf8b4007d95a9e77d670d0ea48a8 \
     20                    sha256  7dae8cf0f1c60675c93e7db2edbfd829174294bce3edf6b12e7f13e44ca2fb35
    2121
    2222use_configure       no
    2323
    24 use_parallel_build  no
    2524build.cmd           go
    26 build.target        build -a -tags production github.com/keybase/client/go/keybase
     25build.target        build
     26build.args          -a -p ${build.jobs} -x -tags production
     27build.post_args     github.com/keybase/client/go/keybase
    2728build.env           GOPATH=${workpath}/go GO15VENDOREXPERIMENT=1
    2829
    2930# I still hate go