On 2024/03/19 11:15, Jose Maldonado wrote:
> Hi list!
> 
> A simple new update for devel/fast-float to v6.1.1
> 
> Changelog: 
> 
> * Add a missing check that __uint128_t exists before using it. #243 [1]
> * New release script (for internal control version)
> 
> [1] https://github.com/fastfloat/fast_float/pull/243
> 
> -- 
> *********************************************************
> Dios en su cielo, todo bien en la Tierra

> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/devel/fast-float/Makefile,v
> diff -u -p -r1.1.1.1 Makefile
> --- Makefile  13 Feb 2024 19:45:52 -0000      1.1.1.1
> +++ Makefile  19 Mar 2024 15:06:47 -0000
> @@ -1,10 +1,11 @@
>  COMMENT =    fast and exact implementation of from_chars for float/double
>  
> -V =          6.1.0
> +V =          6.1.1
>  PKGNAME =    fast-float-${V}
>  GH_TAGNAME = v${V}
>  GH_ACCOUNT = fastfloat
>  GH_PROJECT = fast_float
> +DISTFILES =  fast_float-{v}${V}.tar.gz

no need for DISTFILES, that was just for the previous rerolled distfile
to change the filename (but we might as well just go for the update and
forget about that now).

thanks, will commit.

Reply via email to