Revision
91590
Author
mmoll@macports.org
Date
2012-04-06 05:39:48 -0700 (Fri, 06 Apr 2012)

Log Message

py-empy: livecheck regex fix

Modified Paths

Diff

Modified: trunk/dports/python/py-empy/Portfile (91589 => 91590)


--- trunk/dports/python/py-empy/Portfile	2012-04-06 09:49:10 UTC (rev 91589)
+++ trunk/dports/python/py-empy/Portfile	2012-04-06 12:39:48 UTC (rev 91590)
@@ -32,7 +32,7 @@
 if {${name} == ${subport}} {
     livecheck.type      regex
     livecheck.url       ${homepage}
-    livecheck.regex     The current version of empy is (\[0-9.\]+)
+    livecheck.regex     The current version of empy is (\[0-9.\]+\[0-9\])
 } else {
     post-destroot {
         file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${subport}