[51666] trunk/dports/ruby/rb-bdb/Portfile

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


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

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

Modified: trunk/dports/ruby/rb-bdb/Portfile
===================================================================
--- trunk/dports/ruby/rb-bdb/Portfile	2009-05-31 04:24:25 UTC (rev 51665)
+++ trunk/dports/ruby/rb-bdb/Portfile	2009-05-31 04:25:18 UTC (rev 51666)
@@ -43,4 +43,4 @@
 
 livecheck.check regex
 livecheck.url   http://raa.ruby-lang.org/project/bdb
-livecheck.regex {bdb / ([0-9\.]+)}
+livecheck.regex {bdb / ([0-9.]+)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090530/d7adbaba/attachment.html>


More information about the macports-changes mailing list