[59812] trunk/dports/python/py26-pytidylib/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Oct 22 19:33:11 PDT 2009


Revision: 59812
          http://trac.macports.org/changeset/59812
Author:   ryandesign at macports.org
Date:     2009-10-22 19:33:08 -0700 (Thu, 22 Oct 2009)
Log Message:
-----------
py26-pytidylib: escape the livecheck.regex properly.

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

Modified: trunk/dports/python/py26-pytidylib/Portfile
===================================================================
--- trunk/dports/python/py26-pytidylib/Portfile	2009-10-23 02:25:09 UTC (rev 59811)
+++ trunk/dports/python/py26-pytidylib/Portfile	2009-10-23 02:33:08 UTC (rev 59812)
@@ -38,5 +38,5 @@
 
 livecheck.url       http://sourceforge.net/projects/pytidylib/files/
 livecheck.type      regex
-livecheck.regex     pytidylib-(\[0-9.\]+)\.tar\.gz
+livecheck.regex     {pytidylib-([0-9.]+)\.tar\.gz}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091022/9b312216/attachment.html>


More information about the macports-changes mailing list