[51665] trunk/dports/ruby/rb-rbot/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat May 30 21:24:25 PDT 2009


Revision: 51665
          http://trac.macports.org/changeset/51665
Author:   ryandesign at macports.org
Date:     2009-05-30 21:24:25 -0700 (Sat, 30 May 2009)
Log Message:
-----------
rb-rbot: Fix livecheck (you don't escape periods inside character classes)

Modified Paths:
--------------
    trunk/dports/ruby/rb-rbot/Portfile

Modified: trunk/dports/ruby/rb-rbot/Portfile
===================================================================
--- trunk/dports/ruby/rb-rbot/Portfile	2009-05-31 04:15:06 UTC (rev 51664)
+++ trunk/dports/ruby/rb-rbot/Portfile	2009-05-31 04:24:25 UTC (rev 51665)
@@ -25,4 +25,4 @@
 depends_run         port:rb-bdb
 
 livecheck.check     regex
-livecheck.regex     {Stable rbot: ([0-9\.]+)}
+livecheck.regex     {Stable rbot: ([0-9.]+)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090530/aefa47dc/attachment.html>


More information about the macports-changes mailing list