[34816] trunk/base/src/port1.0/portlivecheck.tcl
raimue at macports.org
raimue at macports.org
Thu Mar 6 14:37:45 PST 2008
Revision: 34816
http://trac.macosforge.org/projects/macports/changeset/34816
Author: raimue at macports.org
Date: 2008-03-06 14:37:44 -0800 (Thu, 06 Mar 2008)
Log Message:
-----------
port1.0/portlivecheck.tcl:
Fix livecheck for gnu
Modified Paths:
--------------
trunk/base/src/port1.0/portlivecheck.tcl
Modified: trunk/base/src/port1.0/portlivecheck.tcl
===================================================================
--- trunk/base/src/port1.0/portlivecheck.tcl 2008-03-06 22:29:12 UTC (rev 34815)
+++ trunk/base/src/port1.0/portlivecheck.tcl 2008-03-06 22:37:44 UTC (rev 34816)
@@ -148,7 +148,7 @@
set livecheck.distname ${livecheck.name}
}
if {${livecheck.regex} eq ""} {
- set livecheck.regex [list "[quotemeta ${livecheck.distname}]-(\\\\d+(?:\\\\.\\\\d+)*)"]
+ set livecheck.regex [list "[quotemeta ${livecheck.distname}]-(\\d+(?:\\.\\d+)*)"]
}
set livecheck.check "regex"
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080306/1cb0aa21/attachment.html
More information about the macports-changes
mailing list