On Sep 4, 2007, at 03:34, [EMAIL PROTECTED] wrote:

Revision: 28595
          http://trac.macosforge.org/projects/macports/changeset/28595
Author:   [EMAIL PROTECTED]
Date:     2007-09-04 01:34:17 -0700 (Tue, 04 Sep 2007)

Log Message:
-----------
take maintainership, add sha1 checksum & livecheck

[snip]

+
+livecheck.check  regex
+livecheck.url    http://ftp.gnu.org/gnu/bc/?C=M&O=D
+livecheck.regex  bc-(\[0-9\.\]+\[0-9\])\\.
+

You don't need a backslash before a period in a character class. So

        livecheck.regex  bc-(\[0-9.\]+\[0-9\])\\.

would be better.

_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to