[38426] trunk/dports/lang/ruby/Portfile

kimuraw at macports.org kimuraw at macports.org
Sat Jul 19 18:20:25 PDT 2008


Revision: 38426
          http://trac.macosforge.org/projects/macports/changeset/38426
Author:   kimuraw at macports.org
Date:     2008-07-19 18:20:24 -0700 (Sat, 19 Jul 2008)
Log Message:
-----------
lang/ruby:
fix failure of livecheck with "regex didn't match".

Modified Paths:
--------------
    trunk/dports/lang/ruby/Portfile

Modified: trunk/dports/lang/ruby/Portfile
===================================================================
--- trunk/dports/lang/ruby/Portfile	2008-07-19 23:01:50 UTC (rev 38425)
+++ trunk/dports/lang/ruby/Portfile	2008-07-20 01:20:24 UTC (rev 38426)
@@ -108,6 +108,6 @@
 
 livecheck.check	regex
 livecheck.url	http://www.ruby-lang.org/en/downloads/
-livecheck.regex	{>Ruby (.*?)</a> \\\(md5:}
+livecheck.regex	{>Ruby (.*?)</a> \(md5:}
 
 test.run	yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080719/7bf97df5/attachment.html 


More information about the macports-changes mailing list