git: 90425c7cb912 - main - math/suitesparse-rbio: upgrade to 3.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Nov 2022 11:10:20 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=90425c7cb9126e712de8a71e7738e6a87107e257 commit 90425c7cb9126e712de8a71e7738e6a87107e257 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2022-11-14 17:12:32 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2022-11-27 11:09:56 +0000 math/suitesparse-rbio: upgrade to 3.0.0 PR: 267742 --- math/suitesparse-rbio/Makefile | 8 +++++++- math/suitesparse-rbio/pkg-plist | 8 +++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/math/suitesparse-rbio/Makefile b/math/suitesparse-rbio/Makefile index 39cdba4521d9..5a1edc04313f 100644 --- a/math/suitesparse-rbio/Makefile +++ b/math/suitesparse-rbio/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 2.2.6 +PORTVERSION= 3.0.0 CATEGORIES= math COMMENT= Read/write sparse matrices @@ -13,4 +13,10 @@ MPORTNAME= RBio 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 + .include <bsd.port.post.mk> diff --git a/math/suitesparse-rbio/pkg-plist b/math/suitesparse-rbio/pkg-plist index e60a4c117535..e1da5a593264 100644 --- a/math/suitesparse-rbio/pkg-plist +++ b/math/suitesparse-rbio/pkg-plist @@ -1,5 +1,7 @@ include/suitesparse/RBio.h +lib/cmake/SuiteSparse/FindRBio.cmake +lib/librbio.a lib/librbio.so -lib/librbio.so.2 -lib/librbio.so.2.2.6 -%%PORTDOCS%%%%DOCSDIR%%/RBIO_README.txt +lib/librbio.so.3 +lib/librbio.so.3.0.0 +%%PORTDOCS%%%%DOCSDIR%%/RBio_README.txt