[105404] trunk/dports/python/py-parsing/Portfile

snc at macports.org snc at macports.org
Fri Apr 19 13:22:53 PDT 2013


Revision: 105404
          https://trac.macports.org/changeset/105404
Author:   snc at macports.org
Date:     2013-04-19 13:22:52 -0700 (Fri, 19 Apr 2013)
Log Message:
-----------
py-parsing: fix livecheck

Modified Paths:
--------------
    trunk/dports/python/py-parsing/Portfile

Modified: trunk/dports/python/py-parsing/Portfile
===================================================================
--- 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
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130419/ab0377f7/attachment-0001.html>


More information about the macports-changes mailing list