git: 733973b468d1 - main - devel/kassert: deprecate to end of next quarter
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Jul 2026 08:49:17 UTC
The branch main has been updated by fuz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=733973b468d1e248cd7d296082beea339edeb3c2
commit 733973b468d1e248cd7d296082beea339edeb3c2
Author: Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-07-06 09:53:14 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-07-08 08:49:10 +0000
devel/kassert: deprecate to end of next quarter
This port was originally added as a prerequisite to the porting of the
KaMPIng library, which never materialised in a portable state.
Remove the port as it isn't particularly useful otherwise.
---
devel/kassert/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/devel/kassert/Makefile b/devel/kassert/Makefile
index 3f9f55b1cf38..c8846447f624 100644
--- a/devel/kassert/Makefile
+++ b/devel/kassert/Makefile
@@ -10,6 +10,9 @@ WWW= https://kamping-site.github.io/kassert/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= no longer required
+EXPIRATION_DATE= 2026-09-30
+
TEST_DEPENDS= googletest>0:devel/googletest
USES= cmake:testing