Date: Thu, 25 Nov 2021 21:46:10 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 33b8c1f1e148 - main - math/universal: Update 3.47 -> 3.48 Message-ID: <202111252146.1APLkAj6068979@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=33b8c1f1e148e59593aa056db150b3a0fb99cdf7 commit 33b8c1f1e148e59593aa056db150b3a0fb99cdf7 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-11-25 20:31:08 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-11-25 21:46:01 +0000 math/universal: Update 3.47 -> 3.48 Reported by: portscout --- math/universal/Makefile | 2 +- math/universal/distinfo | 6 +++--- math/universal/pkg-plist | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/math/universal/Makefile b/math/universal/Makefile index 89e23051d191..19952c0da918 100644 --- a/math/universal/Makefile +++ b/math/universal/Makefile @@ -1,6 +1,6 @@ PORTNAME= universal DISTVERSIONPREFIX= v -DISTVERSION= 3.47 +DISTVERSION= 3.48 CATEGORIES= math PKGNAMESUFFIX= -fp-library diff --git a/math/universal/distinfo b/math/universal/distinfo index c04e3e55e926..7a64f558d038 100644 --- a/math/universal/distinfo +++ b/math/universal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1637349555 -SHA256 (stillwater-sc-universal-v3.47_GH0.tar.gz) = edb95c912babd35cdbfa0e5b40127ed922aebd482bca901bf466a12ab5bd2627 -SIZE (stillwater-sc-universal-v3.47_GH0.tar.gz) = 9493547 +TIMESTAMP = 1637870366 +SHA256 (stillwater-sc-universal-v3.48_GH0.tar.gz) = ad0c7ab09779316c345da403a2f3a5c7cdae94723302c8fa33160a80ce61a2e8 +SIZE (stillwater-sc-universal-v3.48_GH0.tar.gz) = 9503694 diff --git a/math/universal/pkg-plist b/math/universal/pkg-plist index 3a768d620a62..0c50c9e2a128 100644 --- a/math/universal/pkg-plist +++ b/math/universal/pkg-plist @@ -64,6 +64,7 @@ include/universal/functions/lerp.hpp include/universal/functions/loss.hpp include/universal/functions/twosum.hpp include/universal/hw/alu.hpp +include/universal/internal/README.md include/universal/internal/abstract/triple.hpp include/universal/internal/bitblock/README.md include/universal/internal/bitblock/bitblock.hpp @@ -144,6 +145,7 @@ include/universal/number/areal/numeric_limits.hpp include/universal/number/areal/table.hpp include/universal/number/blocktriple-design.txt include/universal/number/cfloat-design.txt +include/universal/number/cfloat/attributes.hpp include/universal/number/cfloat/cfloat.hpp include/universal/number/cfloat/cfloat_fwd.hpp include/universal/number/cfloat/cfloat_impl.hpp @@ -211,6 +213,7 @@ include/universal/number/integer/sieves.hpp include/universal/number/lns/exceptions.hpp include/universal/number/lns/lns.hpp include/universal/number/lns/lns_impl.hpp +include/universal/number/lns/manipulators.hpp include/universal/number/lns/math_functions.hpp include/universal/number/lns/numeric_limits.hpp include/universal/number/posit/ReadMe.txt @@ -321,6 +324,7 @@ include/universal/sequences/fibonacci.hpp include/universal/sequences/tribonacci.hpp include/universal/string/strmanip.hpp include/universal/traits/README.md +include/universal/traits/cfloat_traits.hpp include/universal/traits/fixpnt_traits.hpp include/universal/traits/integral_constant.hpp include/universal/traits/metaprogramming.hpp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111252146.1APLkAj6068979>