git: 8701042fdf80 - main - devel/snitch: update 1.3.1 → 1.3.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Mar 2025 07:56:24 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=8701042fdf80a2055c976c15fff585561b771360 commit 8701042fdf80a2055c976c15fff585561b771360 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-03-23 06:49:02 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-03-23 07:56:14 +0000 devel/snitch: update 1.3.1 → 1.3.2 Reported by: portscout --- devel/snitch/Makefile | 16 ++++++++++++++-- devel/snitch/distinfo | 6 +++--- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/devel/snitch/Makefile b/devel/snitch/Makefile index 527c726a03a9..df096816c43b 100644 --- a/devel/snitch/Makefile +++ b/devel/snitch/Makefile @@ -1,6 +1,6 @@ PORTNAME= snitch DISTVERSIONPREFIX= v -DISTVERSION= 1.3.1 +DISTVERSION= 1.3.2 CATEGORIES= devel PKGNAMESUFFIX= -testing @@ -34,6 +34,18 @@ NO_ARCH= yes CONFLICTS_INSTALL= snitch-testing # see https://github.com/cschreib/snitch/issues/125 .endif -CMAKE_TESTING_ON= SNITCH_DO_TEST # tests fail to find doctest because cmake attempts to fetch it, see https://github.com/snitch-org/snitch/issues/201 +CMAKE_ON+= SNITCH_USE_SYSTEM_DOCTEST +CMAKE_TESTING_ON= SNITCH_DO_TEST SNITCH_ENABLE +CMAKE_TESTING_TARGET= snitch_runtime_tests_run \ + snitch_runtime_tests_self_run \ + snitch_approval_tests_run # unclear how to run all tests + +post-install: + @${RM} ${STAGEDIR}${PREFIX}/doc/snitch/LICENSE + @${RMDIR} \ + ${STAGEDIR}${PREFIX}/doc/snitch \ + ${STAGEDIR}${PREFIX}/doc + +# many tests fail, see https://github.com/snitch-org/snitch/issues/206 .include <bsd.port.mk> diff --git a/devel/snitch/distinfo b/devel/snitch/distinfo index 3c7f333c23d4..4acb80af3352 100644 --- a/devel/snitch/distinfo +++ b/devel/snitch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1733478564 -SHA256 (cschreib-snitch-v1.3.1_GH0.tar.gz) = f9ae374014515a6077df025f8958b7e80ccecd9cf7ee3abd9f17150398eee8db -SIZE (cschreib-snitch-v1.3.1_GH0.tar.gz) = 308542 +TIMESTAMP = 1742707297 +SHA256 (cschreib-snitch-v1.3.2_GH0.tar.gz) = 5b3a0af7e5637f02ac95652f2238b89eb227b4881bf4e5ffc6935f184ff11626 +SIZE (cschreib-snitch-v1.3.2_GH0.tar.gz) = 308710