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

mmoll at macports.org mmoll at macports.org
Thu Apr 5 06:23:30 PDT 2012


Revision: 91569
          https://trac.macports.org/changeset/91569
Author:   mmoll at 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
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120405/d115bc6b/attachment.html>


More information about the macports-changes mailing list