diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-11-28 04:39:00 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-11-28 04:39:00 +0000 |
commit | f1952107ab9c9518e81357269f1a2688b5bd4b21 (patch) | |
tree | 3dbb06e37208da7eca3359cc64ae34862ae46a01 | |
parent | 76e36084fe35c556bb4fa36053823ef9c2f74f56 (diff) | |
download | ports-f1952107ab9c9518e81357269f1a2688b5bd4b21.tar.gz ports-f1952107ab9c9518e81357269f1a2688b5bd4b21.zip |
math/fast_float: Update to 7.0.0
-rw-r--r-- | math/fast_float/Makefile | 5 | ||||
-rw-r--r-- | 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 |