[34576] trunk/dports/python/py25-baz/Portfile

ram at macports.org ram at macports.org
Thu Feb 28 10:14:22 PST 2008


Revision: 34576
          http://trac.macosforge.org/projects/macports/changeset/34576
Author:   ram at macports.org
Date:     2008-02-28 10:14:21 -0800 (Thu, 28 Feb 2008)

Log Message:
-----------
python/py25-baz: correct livecheck regular expression

Modified Paths:
--------------
    trunk/dports/python/py25-baz/Portfile

Modified: trunk/dports/python/py25-baz/Portfile
===================================================================
--- trunk/dports/python/py25-baz/Portfile	2008-02-28 18:14:16 UTC (rev 34575)
+++ trunk/dports/python/py25-baz/Portfile	2008-02-28 18:14:21 UTC (rev 34576)
@@ -26,4 +26,4 @@
 
 livecheck.check   regex
 livecheck.url     ${homepage}
-livecheck.regex   "PyBaz (\[0-9\]+\.\[0-9\]+\.\[0-9\]+) was released"
+livecheck.regex   {PyBaz ([0-9]+\.[0-9]+\.[0-9]+) was released}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080228/88b4709d/attachment.html 


More information about the macports-changes mailing list