Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Sep 2023 17:46:50 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2883ba9adfaf - main - math/suitesparse-mongoose: upgrade to 3.2.0
Message-ID:  <202309201746.38KHkoqW019179@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry:

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

commit 2883ba9adfafde9f072393ce8cb74e245b85fb31
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2023-09-17 15:09:59 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2023-09-20 17:44:57 +0000

    math/suitesparse-mongoose: upgrade to 3.2.0
---
 math/suitesparse-mongoose/Makefile  | 4 ++--
 math/suitesparse-mongoose/pkg-plist | 8 ++++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/math/suitesparse-mongoose/Makefile b/math/suitesparse-mongoose/Makefile
index bff2c7de5d36..0c6d3c8b7e6f 100644
--- a/math/suitesparse-mongoose/Makefile
+++ b/math/suitesparse-mongoose/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	${MPORTNAME:tl}
-PORTVERSION=	3.0.5
+PORTVERSION=	3.2.0
 CATEGORIES=	math
 
 COMMENT=	Symmetric approximate minimum degree
@@ -7,7 +7,7 @@ WWW=		https://faculty.cse.tamu.edu/davis/suitesparse.html
 
 LICENSE=	GPLv3
 
-USES=		cmake:insource localbase:ldflags
+USES=		cmake:insource localbase:ldflags pathfix
 
 MPORTNAME=	Mongoose
 USE_LDCONFIG=	yes
diff --git a/math/suitesparse-mongoose/pkg-plist b/math/suitesparse-mongoose/pkg-plist
index f9dcc581ec34..c30ac38b4bad 100644
--- a/math/suitesparse-mongoose/pkg-plist
+++ b/math/suitesparse-mongoose/pkg-plist
@@ -1,8 +1,12 @@
 bin/mongoose
 include/suitesparse/Mongoose.hpp
-lib/cmake/SuiteSparse/FindMongoose.cmake
+lib/cmake/Mongoose/MongooseConfig.cmake
+lib/cmake/Mongoose/MongooseConfigVersion.cmake
+lib/cmake/Mongoose/MongooseTargets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/Mongoose/MongooseTargets.cmake
 lib/libmongoose.a
 lib/libmongoose.so
 lib/libmongoose.so.3
-lib/libmongoose.so.3.0.5
+lib/libmongoose.so.3.2.0
+libdata/pkgconfig/Mongoose.pc
 %%PORTDOCS%%%%DOCSDIR%%/Mongoose_UserGuide.pdf



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309201746.38KHkoqW019179>