[124127] trunk/dports/lang/gawk/Portfile
Ryan Schmidt
ryandesign at macports.org
Tue Aug 19 19:28:48 PDT 2014
> On Aug 19, 2014, at 11:29 AM, mf2k at macports.org wrote:
>
> Revision
> 124127
> Author
> mf2k at macports.org
> Date
> 2014-08-19 09:29:16 -0700 (Tue, 19 Aug 2014)
> Log Message
>
> gawk: Add livecheck. (#44706)
> Modified Paths
>
> • trunk/dports/lang/gawk/Portfile
> Diff
>
> Modified: trunk/dports/lang/gawk/Portfile (124126 => 124127)
>
> --- trunk/dports/lang/gawk/Portfile 2014-08-19 15:25:44 UTC (rev 124126)
> +++ trunk/dports/lang/gawk/Portfile 2014-08-19 16:29:16 UTC (rev 124127)
>
> @@ -58,3 +58,7 @@
>
>
>
> configure.args-delete --without-mpfr
>
> }
>
> +
> +livecheck.url http://ftp.gnu.org/gnu/gawk/?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