[48310] trunk/base/src/port1.0/portlivecheck.tcl

perry at macports.org perry at macports.org
Wed Mar 18 15:55:58 PDT 2009


Revision: 48310
          http://trac.macports.org/changeset/48310
Author:   perry at macports.org
Date:     2009-03-18 15:55:58 -0700 (Wed, 18 Mar 2009)
Log Message:
-----------
port1.0/portlivecheck.tcl - freshmeat's default livecheck.regex is case-insensitive.

Modified Paths:
--------------
    trunk/base/src/port1.0/portlivecheck.tcl

Modified: trunk/base/src/port1.0/portlivecheck.tcl
===================================================================
--- trunk/base/src/port1.0/portlivecheck.tcl	2009-03-18 21:52:34 UTC (rev 48309)
+++ trunk/base/src/port1.0/portlivecheck.tcl	2009-03-18 22:55:58 UTC (rev 48310)
@@ -126,7 +126,7 @@
                 set livecheck.url "http://freshmeat.net/projects/${livecheck.name}/releases.atom"
             }
             if {${livecheck.regex} eq ""} {
-                set livecheck.regex [list "<title>${livecheck.name} (.*)</title>"]
+                set livecheck.regex [list "(?i)<title>${livecheck.name} (.*)</title>"]
             }
             set livecheck.check "regex"
         }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090318/8db0d51f/attachment.html>


More information about the macports-changes mailing list