Revision
89640
Author
ryandesign@macports.org
Date
2012-02-04 21:48:32 -0800 (Sat, 04 Feb 2012)

Log Message

py-parsing: disable livecheck in subports

Modified Paths

Diff

Modified: trunk/dports/python/py-parsing/Portfile (89639 => 89640)


--- 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+)+)
 }