Revision
105404
Author
snc@macports.org
Date
2013-04-19 13:22:52 -0700 (Fri, 19 Apr 2013)

Log Message

py-parsing: fix livecheck

Modified Paths

Diff

Modified: trunk/dports/python/py-parsing/Portfile (105403 => 105404)


--- trunk/dports/python/py-parsing/Portfile	2013-04-19 20:19:51 UTC (rev 105403)
+++ trunk/dports/python/py-parsing/Portfile	2013-04-19 20:22:52 UTC (rev 105404)
@@ -51,12 +51,12 @@
     }
 
     if {[string range [option subport] 2 3] == 33} {
-        livecheck.regex pyparsing-(\\d+(\\.\\d+)+)
+        livecheck.regex pyparsing-(2(\\.\\d+)+)
     } elseif {[string range [option subport] 2 3] == 27} {
         livecheck.regex pyparsing-(1(\\.\\d+)+)
     } else {
         livecheck.type  none
     }
 } else {
-    #livecheck.type  none
+    livecheck.type  none
 }