Date: Thu, 28 Nov 2024 04:42:02 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f1952107ab9c - main - math/fast_float: Update to 7.0.0 Message-ID: <202411280442.4AS4g2AS032072@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f1952107ab9c9518e81357269f1a2688b5bd4b21 commit f1952107ab9c9518e81357269f1a2688b5bd4b21 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-11-28 04:39:00 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-11-28 04:39:00 +0000 math/fast_float: Update to 7.0.0 Changes: https://github.com/fastfloat/fast_float/releases --- math/fast_float/Makefile | 5 +++-- math/fast_float/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/math/fast_float/Makefile b/math/fast_float/Makefile index 1783806bee35..4513889f804b 100644 --- a/math/fast_float/Makefile +++ b/math/fast_float/Makefile @@ -1,5 +1,5 @@ PORTNAME= fast_float -PORTVERSION= 6.1.6 +PORTVERSION= 7.0.0 DISTVERSIONPREFIX= v CATEGORIES= math @@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE-MIT USES= cmake compiler:c++11-lang -CMAKE_OFF= FASTFLOAT_SANITIZE FASTFLOAT_TEST +CMAKE_OFF= FASTFLOAT_SANITIZE \ + FASTFLOAT_TEST CMAKE_ON= FASTFLOAT_INSTALL NO_ARCH= yes diff --git a/math/fast_float/distinfo b/math/fast_float/distinfo index 7459623a4568..c32608e40c3f 100644 --- a/math/fast_float/distinfo +++ b/math/fast_float/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726080945 -SHA256 (fastfloat-fast_float-v6.1.6_GH0.tar.gz) = 4458aae4b0eb55717968edda42987cabf5f7fc737aee8fede87a70035dba9ab0 -SIZE (fastfloat-fast_float-v6.1.6_GH0.tar.gz) = 101727 +TIMESTAMP = 1732675334 +SHA256 (fastfloat-fast_float-v7.0.0_GH0.tar.gz) = d2a08e722f461fe699ba61392cd29e6b23be013d0f56e50c7786d0954bffcb17 +SIZE (fastfloat-fast_float-v7.0.0_GH0.tar.gz) = 103358
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411280442.4AS4g2AS032072>