# 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
|
|
27 | 27 | python.versions 26 27 |
28 | 28 | python.default_version 27 |
29 | 29 | |
30 | 30 | if {$subport != $name} { |
31 | 31 | depends_lib port:py${python.version}-pyobjc |
32 | | |
| 32 | |
33 | 33 | post-destroot { |
34 | 34 | xinstall -m 644 -W ${worksrcpath} \ |
35 | 35 | LICENSE.txt README.txt \ |
36 | 36 | ${destroot}${prefix}/share/doc/${subport} |
37 | 37 | copy ${worksrcpath}/Examples \ |
38 | 38 | ${destroot}${prefix}/share/doc/${subport}/examples |
39 | 39 | copy ${worksrcpath}/Doc ${destroot}${prefix}/share/doc/${subport} |
40 | 40 | } |
| 41 | |
41 | 42 | livecheck.type none |
42 | 43 | } else { |
43 | 44 | livecheck.type regex |
44 | 45 | livecheck.url http://pypi.python.org/pypi/pyobjc-framework-Quartz/ |
45 | 46 | livecheck.regex {pyobjc-framework-Quartz ([0-9.]+)} |