Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2025 11:23:50 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 88b2b559a193 - main - devel/catch2: update 3.7.1 =?utf-8?Q?=E2=86=92?= 3.8.0
Message-ID:  <202501061123.506BNotB057524@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=88b2b559a193e8a6c3d299d900b5f8090b9e2477

commit 88b2b559a193e8a6c3d299d900b5f8090b9e2477
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-01-06 10:54:44 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-01-06 11:23:40 +0000

    devel/catch2: update 3.7.1 → 3.8.0
    
    Reported by:    portscout
---
 devel/catch2/Makefile  | 3 ++-
 devel/catch2/distinfo  | 6 +++---
 devel/catch2/pkg-plist | 4 ++--
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/devel/catch2/Makefile b/devel/catch2/Makefile
index 3c2105513ada..8c6d2d1f461e 100644
--- a/devel/catch2/Makefile
+++ b/devel/catch2/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	catch2 # 2.x series is under devel/catch, the project is called catch2
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.7.1
+DISTVERSION=	3.8.0
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -18,6 +18,7 @@ GH_PROJECT=	Catch2
 CMAKE_ARGS=	-DCMAKE_INSTALL_DOCDIR=${DOCSDIR} \
 		-DPython3_EXECUTABLE=${PYTHON_CMD}
 CMAKE_ON=	BUILD_SHARED_LIBS
+CMAKE_OFF=	CATCH_ENABLE_WERROR # otherwise tests fail to compile
 CMAKE_TESTING_ON=	CATCH_DEVELOPMENT_BUILD BUILD_TESTING CATCH_BUILD_TESTING # 1 test fails, see https://github.com/catchorg/Catch2/issues/2606
 
 PORTDOCS=	*
diff --git a/devel/catch2/distinfo b/devel/catch2/distinfo
index 3d3faf55c3eb..c9128e7e123c 100644
--- a/devel/catch2/distinfo
+++ b/devel/catch2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1726633069
-SHA256 (catchorg-Catch2-v3.7.1_GH0.tar.gz) = c991b247a1a0d7bb9c39aa35faf0fe9e19764213f28ffba3109388e62ee0269c
-SIZE (catchorg-Catch2-v3.7.1_GH0.tar.gz) = 1193290
+TIMESTAMP = 1736145601
+SHA256 (catchorg-Catch2-v3.8.0_GH0.tar.gz) = 1ab2de20460d4641553addfdfe6acd4109d871d5531f8f519a52ea4926303087
+SIZE (catchorg-Catch2-v3.8.0_GH0.tar.gz) = 1197237
diff --git a/devel/catch2/pkg-plist b/devel/catch2/pkg-plist
index 5b7dbfcd6c4f..1bc18e9e74ce 100644
--- a/devel/catch2/pkg-plist
+++ b/devel/catch2/pkg-plist
@@ -185,9 +185,9 @@ lib/cmake/Catch2/CatchShardTests.cmake
 lib/cmake/Catch2/CatchShardTestsImpl.cmake
 lib/cmake/Catch2/ParseAndAddCatchTests.cmake
 lib/libCatch2.so
-lib/libCatch2.so.3.7.1
+lib/libCatch2.so.3.8.0
 lib/libCatch2Main.so
-lib/libCatch2Main.so.3.7.1
+lib/libCatch2Main.so.3.8.0
 libdata/pkgconfig/catch2-with-main.pc
 libdata/pkgconfig/catch2.pc
 share/Catch2/gdbinit



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