[27076] trunk/dports/lang/ruby/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Tue Jul 17 12:54:50 PDT 2007
Revision: 27076
http://trac.macosforge.org/projects/macports/changeset/27076
Author: ryandesign at macports.org
Date: 2007-07-17 12:54:50 -0700 (Tue, 17 Jul 2007)
Log Message:
-----------
ruby: fix livecheck.regex to avoid error 'couldn't compile regular expression pattern: parentheses () not balanced'
Modified Paths:
--------------
trunk/dports/lang/ruby/Portfile
Modified: trunk/dports/lang/ruby/Portfile
===================================================================
--- trunk/dports/lang/ruby/Portfile 2007-07-17 19:40:49 UTC (rev 27075)
+++ trunk/dports/lang/ruby/Portfile 2007-07-17 19:54:50 UTC (rev 27076)
@@ -84,5 +84,5 @@
livecheck.check regex
livecheck.url http://www.ruby-lang.org/en/downloads/
-livecheck.regex {>Ruby (.*?)</a> \(md5:}
+livecheck.regex {>Ruby (.*?)</a> \\(md5:}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070717/de385c70/attachment.html
More information about the macports-changes
mailing list