From 3c29491c0bb26afb53d362af12f19179f8f38b80 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 21 Mar 2021 09:57:04 +0000 Subject: Update to MPC version 1.2.0 with the following changes: - New functions: . mpc_sum . mpc_dot - Several functions are more robust with a reduced exponent range (for example corresponding to IEEE 754 binary formats). - New mpcheck tool for comparison with the native C library (which is not installed by default). Bump all directly dependent ports. Do not bump those indirectly dependent via the lang/gcc* family since their run-time dependencies and code generated should not be affected. PR: 249950 Submitted by: wen --- math/mppp/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math/mppp') diff --git a/math/mppp/Makefile b/math/mppp/Makefile index ee20b074dca8..f0b9620b4f5c 100644 --- a/math/mppp/Makefile +++ b/math/mppp/Makefile @@ -3,6 +3,7 @@ PORTNAME= mppp DISTVERSIONPREFIX= v DISTVERSION= 0.22 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org -- cgit v1.2.3