git: 170712b1c365 - main - math/suitesparse-spex: upgrade SPEX to 2.3.1

From: Thierry Thomas <thierry_at_FreeBSD.org>
Date: Sat, 13 Jan 2024 10:21:26 UTC
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=170712b1c3653cdab0d3f5d2fffcd65999fd816c

commit 170712b1c3653cdab0d3f5d2fffcd65999fd816c
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2024-01-12 15:00:08 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2024-01-13 10:15:05 +0000

    math/suitesparse-spex: upgrade SPEX to 2.3.1
---
 math/suitesparse-spex/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/math/suitesparse-spex/Makefile b/math/suitesparse-spex/Makefile
index cec0b6975d60..62f3fc64c93b 100644
--- a/math/suitesparse-spex/Makefile
+++ b/math/suitesparse-spex/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	${MPORTNAME:tl}
-PORTVERSION=	2.3.0
+PORTVERSION=	2.3.1
 CATEGORIES=	math
 
 COMMENT=	Sparse Left-looking Integer-Preserving LU Factorization
@@ -15,6 +15,7 @@ LIB_DEPENDS=	libgmp.so:math/gmp	\
 		libcolamd.so:math/suitesparse-colamd
 
 USES=		localbase:ldflags
+LDFLAGS+=	-lm
 
 MPORTNAME=	SPEX
 USE_LDCONFIG=	yes