git: 2fb1a7815737 - main - devel/caliper: Update WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Oct 2024 21:40:44 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=2fb1a7815737f964b38b0a6d8afbdb4820885ca5 commit 2fb1a7815737f964b38b0a6d8afbdb4820885ca5 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-10-27 20:54:01 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-10-27 21:40:37 +0000 devel/caliper: Update WWW --- devel/caliper/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/caliper/Makefile b/devel/caliper/Makefile index e1de2dd307fe..5ca000d4efa9 100644 --- a/devel/caliper/Makefile +++ b/devel/caliper/Makefile @@ -5,7 +5,8 @@ CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= Instrumentation and performance profiling library -WWW= https://software.llnl.gov/Caliper/ +WWW= https://software.llnl.gov/Caliper/ \ + https://github.com/LLNL/Caliper LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE @@ -20,4 +21,6 @@ USE_GITHUB= yes GH_ACCOUNT= LLNL GH_PROJECT= Caliper +# 2 tests fail, see https://github.com/LLNL/Caliper/issues/611 + .include <bsd.port.mk>