[91590] trunk/dports/python/py-empy/Portfile

mmoll at macports.org mmoll at macports.org
Fri Apr 6 05:39:51 PDT 2012


Revision: 91590
          https://trac.macports.org/changeset/91590
Author:   mmoll at macports.org
Date:     2012-04-06 05:39:48 -0700 (Fri, 06 Apr 2012)
Log Message:
-----------
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-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}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120406/5021db34/attachment.html>


More information about the macports-changes mailing list