Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Nov 2022 11:10:19 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: 306b6e1cc101 - main - math/suitesparse-mongoose: upgrade to 3.0.0
Message-ID:  <202211271110.2ARBAJ1X008224@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=306b6e1cc10139412c3a008b2518a766771805cb

commit 306b6e1cc10139412c3a008b2518a766771805cb
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-11-14 17:10:56 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2022-11-27 11:09:55 +0000

    math/suitesparse-mongoose: upgrade to 3.0.0
    
    PR:             267742
---
 math/suitesparse-mongoose/Makefile  | 2 +-
 math/suitesparse-mongoose/pkg-plist | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/math/suitesparse-mongoose/Makefile b/math/suitesparse-mongoose/Makefile
index e56c73403e7a..1829ce2992f4 100644
--- a/math/suitesparse-mongoose/Makefile
+++ b/math/suitesparse-mongoose/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	${MPORTNAME:tl}
-PORTVERSION=	2.0.4
+PORTVERSION=	3.0.0
 CATEGORIES=	math
 
 COMMENT=	Symmetric approximate minimum degree
diff --git a/math/suitesparse-mongoose/pkg-plist b/math/suitesparse-mongoose/pkg-plist
index 135b9b89bf43..a3281fa2f4d4 100644
--- a/math/suitesparse-mongoose/pkg-plist
+++ b/math/suitesparse-mongoose/pkg-plist
@@ -1,7 +1,8 @@
 bin/mongoose
 include/suitesparse/Mongoose.hpp
+lib/cmake/SuiteSparse/FindMongoose.cmake
 lib/libmongoose.a
 lib/libmongoose.so
-lib/libmongoose.so.2
-lib/libmongoose.so.2.0.4
+lib/libmongoose.so.3
+lib/libmongoose.so.3.0.0
 %%PORTDOCS%%%%DOCSDIR%%/Mongoose_UserGuide.pdf



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