[28595] trunk/dports/math/bc/Portfile
Ryan Schmidt
ryandesign at macports.org
Wed Sep 5 02:58:01 PDT 2007
On Sep 4, 2007, at 03:34, source_changes at macosforge.org wrote:
> Revision: 28595
> http://trac.macosforge.org/projects/macports/changeset/28595
> Author: mww at macports.org
> 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.
More information about the macports-dev
mailing list