Revision: 91569 https://trac.macports.org/changeset/91569 Author: mmoll@macports.org Date: 2012-04-05 06:23:27 -0700 (Thu, 05 Apr 2012) Log Message: ----------- python.py-empy: livecheck regex fix Modified Paths: -------------- trunk/dports/python/py-empy/Portfile Modified: trunk/dports/python/py-empy/Portfile =================================================================== --- trunk/dports/python/py-empy/Portfile 2012-04-05 12:53:44 UTC (rev 91568) +++ trunk/dports/python/py-empy/Portfile 2012-04-05 13:23:27 UTC (rev 91569) @@ -36,7 +36,7 @@ if {${name} == ${subport}} { livecheck.type regex livecheck.url ${homepage} - livecheck.regex The current version of empy is 3.3. \\((\[0-9.\]+)\\) + livecheck.regex The current version of empy is (\[0-9.\]+) } else { livecheck.type none }
participants (1)
-
mmoll@macports.org