[60501] trunk/dports/_resources/port1.0/livecheck/googlecode.tcl

perry at macports.org perry at macports.org
Fri Nov 13 20:29:34 PST 2009


Revision: 60501
          http://trac.macports.org/changeset/60501
Author:   perry at macports.org
Date:     2009-11-13 20:29:31 -0800 (Fri, 13 Nov 2009)
Log Message:
-----------
Fixed typo in googlecode.tcl (regex should be regexp).

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/livecheck/googlecode.tcl

Modified: trunk/dports/_resources/port1.0/livecheck/googlecode.tcl
===================================================================
--- trunk/dports/_resources/port1.0/livecheck/googlecode.tcl	2009-11-14 01:54:06 UTC (rev 60500)
+++ trunk/dports/_resources/port1.0/livecheck/googlecode.tcl	2009-11-14 04:29:31 UTC (rev 60501)
@@ -4,7 +4,7 @@
 
 if {$has_homepage && ${livecheck.name} eq "default"
     && ([regexp {^http://code.google.com/p/([^/]+)} $homepage _ tag]
-        || [regex {^http://(.*).googlecode.com} $homepage _ tag])} {
+        || [regexp {^http://(.*).googlecode.com} $homepage _ tag])} {
         set livecheck.name $tag
 }
 if {!$has_homepage || ${livecheck.url} eq ${homepage}} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091113/b087aa0d/attachment.html>


More information about the macports-changes mailing list