git: 4ae9e22b6685 - main - math/suitesparse-csparse: upgrade to 4.0.0

From: Thierry Thomas <thierry_at_FreeBSD.org>
Date: Sun, 27 Nov 2022 11:10:14 UTC
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4ae9e22b66854e926bc213bbc1e68b7534b7d81f

commit 4ae9e22b66854e926bc213bbc1e68b7534b7d81f
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-11-14 16:51:46 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2022-11-27 11:09:54 +0000

    math/suitesparse-csparse: upgrade to 4.0.0
    
    PR:             267742
---
 math/suitesparse-csparse/Makefile                     |  2 +-
 math/suitesparse-csparse/files/patch-CSparse_Makefile | 11 -----------
 2 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/math/suitesparse-csparse/Makefile b/math/suitesparse-csparse/Makefile
index 4e3cb3de2020..40d9ae0cc786 100644
--- a/math/suitesparse-csparse/Makefile
+++ b/math/suitesparse-csparse/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	${MPORTNAME:tl}
-PORTVERSION=	3.2.0
+PORTVERSION=	4.0.0
 CATEGORIES=	math
 
 COMMENT=	Concise Sparse Matrix package
diff --git a/math/suitesparse-csparse/files/patch-CSparse_Makefile b/math/suitesparse-csparse/files/patch-CSparse_Makefile
deleted file mode 100644
index fda5d10c9e9b..000000000000
--- a/math/suitesparse-csparse/files/patch-CSparse_Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- CSparse/Makefile.orig	2021-05-17 01:04:52 UTC
-+++ CSparse/Makefile
-@@ -6,7 +6,7 @@ C:
- 	( cd Lib ; $(MAKE) )
- 	( cd Demo ; $(MAKE) )
- 
--all: C cov
-+all: C
- 
- library:
- 	( cd Lib ; $(MAKE) )