git: d3dd268443f7 - main - math/suitesparse-camd: upgrade to 3.0.0

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

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

commit d3dd268443f7874895224b3bb4241d129f4ba7df
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-11-14 16:43:58 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2022-11-27 11:09:53 +0000

    math/suitesparse-camd: upgrade to 3.0.0
    
    PR:             267742
---
 math/suitesparse-camd/Makefile  | 11 +++++++++--
 math/suitesparse-camd/pkg-plist |  6 ++++--
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/math/suitesparse-camd/Makefile b/math/suitesparse-camd/Makefile
index fb0b1ff25f01..76c9171dc411 100644
--- a/math/suitesparse-camd/Makefile
+++ b/math/suitesparse-camd/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	${MPORTNAME:tl}
-PORTVERSION=	2.4.6
+PORTVERSION=	3.0.0
 CATEGORIES=	math
 
 COMMENT=	Symmetric approximate minimum degree
@@ -8,10 +8,17 @@ WWW=		https://faculty.cse.tamu.edu/davis/suitesparse.html
 LICENSE=	BSD3CLAUSE
 
 USES=		localbase:ldflags
-OMP_NEEDED=	yes
 
 MPORTNAME=	CAMD
 USE_LDCONFIG=	yes
 
 .include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"
+
+post-stage-DOCS-on:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${BUILD_WRKSRC}/README.txt	\
+		${STAGEDIR}${DOCSDIR}/${MPORTNAME}_README.txt
+	${INSTALL_DATA} ${BUILD_WRKSRC}/Doc/CAMD_UserGuide.pdf	\
+		${STAGEDIR}${DOCSDIR}
+
 .include <bsd.port.post.mk>
diff --git a/math/suitesparse-camd/pkg-plist b/math/suitesparse-camd/pkg-plist
index 8abcee6d0dfb..aa655a2919d0 100644
--- a/math/suitesparse-camd/pkg-plist
+++ b/math/suitesparse-camd/pkg-plist
@@ -1,6 +1,8 @@
 include/suitesparse/camd.h
+lib/cmake/SuiteSparse/FindCAMD.cmake
+lib/libcamd.a
 lib/libcamd.so
-lib/libcamd.so.2
-lib/libcamd.so.2.4.6
+lib/libcamd.so.3
+lib/libcamd.so.3.0.0
 %%PORTDOCS%%%%DOCSDIR%%/CAMD_README.txt
 %%PORTDOCS%%%%DOCSDIR%%/CAMD_UserGuide.pdf