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

dports at macports.org dports at macports.org
Thu Jun 30 14:49:59 PDT 2011


Revision: 79957
          http://trac.macports.org/changeset/79957
Author:   dports at macports.org
Date:     2011-06-30 14:49:58 -0700 (Thu, 30 Jun 2011)
Log Message:
-----------
googlecode livecheck: update regex

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	2011-06-30 17:46:30 UTC (rev 79956)
+++ trunk/dports/_resources/port1.0/livecheck/googlecode.tcl	2011-06-30 21:49:58 UTC (rev 79957)
@@ -14,6 +14,6 @@
     set livecheck.distname [regsub ***=[quotemeta ${livecheck.version}] [quotemeta [file tail [lindex ${distfiles} 0]]] (\[^'\]+)]
 }
 if {${livecheck.regex} eq ""} {
-    set livecheck.regex [list "href=\"http://[quotemeta ${livecheck.name}].googlecode.com/files/${livecheck.distname}\""]
+    set livecheck.regex [list "href=\"//[quotemeta ${livecheck.name}].googlecode.com/files/${livecheck.distname}\""]
 }
 set livecheck.type "regex"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110630/29e263c9/attachment.html>


More information about the macports-changes mailing list