Ticket #37222: 9.patch

File 9.patch, 1.1 KB (added by seanfarley (Sean Farley), 11 years ago)

py-pyobjc-quartz: whitespace cleanup

  • dports/python/py-pyobjc-quartz/Portfile

    # HG changeset patch
    # User Sean Farley <sean.michael.farley@gmail.com>
    # Date 1354589027 21600
    # Node ID 4a91e0024bcc85a3423c9d3e2bf33a68a477ef40
    # Parent  0fff51bafee5f6df19d922a16ec594f35100986a
    py-pyobjc-quartz: whitespace cleanup
    
    diff --git a/dports/python/py-pyobjc-quartz/Portfile b/dports/python/py-pyobjc-quartz/Portfile
    a b  
    2727python.versions     26 27
    2828python.default_version 27
    2929
    3030if {$subport != $name} {
    3131    depends_lib         port:py${python.version}-pyobjc
    32    
     32
    3333    post-destroot {
    3434        xinstall -m 644 -W ${worksrcpath} \
    3535            LICENSE.txt README.txt \
    3636            ${destroot}${prefix}/share/doc/${subport}
    3737        copy ${worksrcpath}/Examples \
    3838            ${destroot}${prefix}/share/doc/${subport}/examples
    3939        copy ${worksrcpath}/Doc ${destroot}${prefix}/share/doc/${subport}
    4040    }
     41
    4142    livecheck.type  none
    4243} else {
    4344    livecheck.type  regex
    4445    livecheck.url   http://pypi.python.org/pypi/pyobjc-framework-Quartz/
    4546    livecheck.regex {pyobjc-framework-Quartz ([0-9.]+)}