# HG changeset patch
# User Sean Farley <sean.michael.farley@gmail.com>
# Date 1354589418 21600
# Node ID f2844edb90a334cc90b498ae3f7e162efee0f205
# Parent 83cf9913e2527131d47068f2d0b7a7198e218dee
py-pyobjc-qtkit: add missing 'livecheck.type none' for subports
diff --git a/dports/python/py-pyobjc-qtkit/Portfile b/dports/python/py-pyobjc-qtkit/Portfile
a
|
b
|
|
36 | 36 | xinstall -m 644 -W ${worksrcpath} \ |
37 | 37 | LICENSE.txt README.txt \ |
38 | 38 | ${destroot}${prefix}/share/doc/${subport} |
39 | 39 | copy ${worksrcpath}/Doc ${destroot}${prefix}/share/doc/${subport} |
40 | 40 | } |
| 41 | |
| 42 | livecheck.type none |
41 | 43 | } else { |
42 | 44 | livecheck.type regex |
43 | 45 | livecheck.url http://pypi.python.org/pypi/pyobjc-framework-QTKit/ |
44 | 46 | livecheck.regex {pyobjc-framework-QTKit ([0-9.]+)} |
45 | 47 | } |