py-parsing: disable livecheck in subports
--- trunk/dports/python/py-parsing/Portfile 2012-02-05 05:47:03 UTC (rev 89639)
+++ trunk/dports/python/py-parsing/Portfile 2012-02-05 05:48:32 UTC (rev 89640)
@@ -38,6 +38,7 @@
eval xinstall -m 644 [glob ${worksrcpath}/examples/*] \
${destroot}${prefix}/share/doc/${name}/examples/
}
+ livecheck.type none
} else {
livecheck.regex pyparsing-(\\d+(\\.\\d+)+)
}