[52272] trunk/dports/python/py26-midgard2/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Jun 13 06:03:16 PDT 2009


Revision: 52272
          http://trac.macports.org/changeset/52272
Author:   ryandesign at macports.org
Date:     2009-06-13 06:03:16 -0700 (Sat, 13 Jun 2009)
Log Message:
-----------
py26-midgard2: two backslashes before periods in livecheck regex

Modified Paths:
--------------
    trunk/dports/python/py26-midgard2/Portfile

Modified: trunk/dports/python/py26-midgard2/Portfile
===================================================================
--- trunk/dports/python/py26-midgard2/Portfile	2009-06-13 12:54:58 UTC (rev 52271)
+++ trunk/dports/python/py26-midgard2/Portfile	2009-06-13 13:03:16 UTC (rev 52272)
@@ -37,4 +37,4 @@
 
 livecheck.check    regex
 livecheck.url      ${homepage}/download/9-3/
-livecheck.regex    ${internal_name}-(9\\\.\[0-9\]+\\\.\[0-9\]).tar.\[bg\]z
+livecheck.regex    ${internal_name}-(9\\.\[0-9\]+\\.\[0-9\])\\.tar\\.\[bg\]z
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090613/2979178a/attachment.html>


More information about the macports-changes mailing list