git: 1d7e9552bc15 - main - math/suitesparse: upgrade to v6.0.2

From: Thierry Thomas <thierry_at_FreeBSD.org>
Date: Thu, 15 Dec 2022 21:34:42 UTC
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1d7e9552bc15884be2678a0b05bd3b9399495e13

commit 1d7e9552bc15884be2678a0b05bd3b9399495e13
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-12-15 21:16:45 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2022-12-15 21:34:35 +0000

    math/suitesparse: upgrade to v6.0.2
    
    Release notes at
    <https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v6.0.2>.
    
    Most notable change: Fortran is no more used in suitesparse-config, only
    suitesparse-amd depends on it (it could even build without Fortran, but
    since Fortran is already brought by OpenBlas, there is no interest to
    remove some functionnalities).
---
 math/suitesparse/Makefile           | 2 +-
 math/suitesparse/bsd.suitesparse.mk | 4 ++--
 math/suitesparse/distinfo           | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile
index acf237b45cfb..0f0e59dde0fe 100644
--- a/math/suitesparse/Makefile
+++ b/math/suitesparse/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	suitesparse
-PORTVERSION=	6.0.1
+PORTVERSION=	6.0.2
 CATEGORIES=	math
 
 MAINTAINER=	fortran@FreeBSD.org
diff --git a/math/suitesparse/bsd.suitesparse.mk b/math/suitesparse/bsd.suitesparse.mk
index 6e3b542a3f14..8d5ae1541bea 100644
--- a/math/suitesparse/bsd.suitesparse.mk
+++ b/math/suitesparse/bsd.suitesparse.mk
@@ -4,7 +4,7 @@
 
 PKGNAMEPREFIX=	suitesparse-
 SSPNAME=	suitesparse
-SSPVERSION=	6.0.1
+SSPVERSION=	6.0.2
 DISTVERSIONPREFIX=	v
 
 MAINTAINER=	fortran@FreeBSD.org
@@ -37,7 +37,7 @@ LIB_DEPENDS+=	libsuitesparseconfig.so:math/suitesparse-config
 OPTIONS_DEFINE+=DEMOS
 .endif
 
-USES+=		cmake:insource fortran gmake
+USES+=		cmake:insource
 
 DOCSDIR=	${PREFIX}/share/doc/${SSPNAME}
 MAKE_ENV=	JOBS="${MAKE_JOBS_NUMBER}" \
diff --git a/math/suitesparse/distinfo b/math/suitesparse/distinfo
index 6f104ee81b42..8b2457e2049a 100644
--- a/math/suitesparse/distinfo
+++ b/math/suitesparse/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1668436115
-SHA256 (suitesparse/v6.0.1.tar.gz) = 06f55a0449775d1f43d8a33ba8c8417ea8cf76c27833b465c49825baa8741d0c
-SIZE (suitesparse/v6.0.1.tar.gz) = 64831809
+TIMESTAMP = 1671126021
+SHA256 (suitesparse/v6.0.2.tar.gz) = c5d960cd210279c3c83a27747aca2fdeb2e4a13af42870ca0635739accdc6847
+SIZE (suitesparse/v6.0.2.tar.gz) = 64792847