[124128] trunk/dports/sysutils/grep/Portfile
Ryan Schmidt
ryandesign at macports.org
Tue Aug 19 19:26:58 PDT 2014
> On Aug 19, 2014, at 11:57 AM, cal at macports.org wrote:
>
> Revision
> 124128
> Author
> cal at macports.org
> Date
> 2014-08-19 09:57:59 -0700 (Tue, 19 Aug 2014)
> Log Message
>
> grep: add livecheck, maintainer, #44707
> Modified Paths
>
> • trunk/dports/sysutils/grep/Portfile
> Diff
>
> Modified: trunk/dports/sysutils/grep/Portfile (124127 => 124128)
>
> --- trunk/dports/sysutils/grep/Portfile 2014-08-19 16:29:16 UTC (rev 124127)
> +++ trunk/dports/sysutils/grep/Portfile 2014-08-19 16:57:59 UTC (rev 124128)
>
> @@ -29,3 +29,7 @@
>
>
>
> test.run yes
>
> test.target check
>
> +
> +livecheck.url http://ftp.gnu.org/gnu/grep/?C=M&O=D
> +livecheck.type regex
> +livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
This is the default livecheck when using the gnu fetch group, so this is unnecessary. The livecheck worked fine before this change so this should be reverted.
More information about the macports-dev
mailing list