Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Sep 2023 17:46:51 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: 91c5767a544d - main - math/suitesparse-rbio: upgrade to 4.2.0
Message-ID:  <202309201746.38KHkpBP019226@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=91c5767a544d81aa98c794c1ade9637299a42f94

commit 91c5767a544d81aa98c794c1ade9637299a42f94
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2023-09-17 15:13:50 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2023-09-20 17:44:57 +0000

    math/suitesparse-rbio: upgrade to 4.2.0
---
 math/suitesparse-rbio/Makefile  | 2 +-
 math/suitesparse-rbio/pkg-plist | 8 ++++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/math/suitesparse-rbio/Makefile b/math/suitesparse-rbio/Makefile
index dae6be7045ab..a1456ce29cb0 100644
--- a/math/suitesparse-rbio/Makefile
+++ b/math/suitesparse-rbio/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	${MPORTNAME:tl}
-PORTVERSION=	4.0.0
+PORTVERSION=	4.2.0
 CATEGORIES=	math
 
 COMMENT=	Read/write sparse matrices
diff --git a/math/suitesparse-rbio/pkg-plist b/math/suitesparse-rbio/pkg-plist
index 86fba7f41095..3f4bdc69d2d1 100644
--- a/math/suitesparse-rbio/pkg-plist
+++ b/math/suitesparse-rbio/pkg-plist
@@ -1,7 +1,11 @@
 include/suitesparse/RBio.h
-lib/cmake/SuiteSparse/FindRBio.cmake
+lib/cmake/RBio/RBioConfig.cmake
+lib/cmake/RBio/RBioConfigVersion.cmake
+lib/cmake/RBio/RBioTargets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/RBio/RBioTargets.cmake
 lib/librbio.a
 lib/librbio.so
 lib/librbio.so.4
-lib/librbio.so.4.0.0
+lib/librbio.so.4.2.0
+libdata/pkgconfig/RBio.pc
 %%PORTDOCS%%%%DOCSDIR%%/RBio_README.txt



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