aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@FreeBSD.org>2026-07-06 09:53:14 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2026-07-08 08:49:10 +0000
commit733973b468d1e248cd7d296082beea339edeb3c2 (patch)
tree0e09149e8a243d18f43e756770036fbf9adbaf47
parentf611d33a5c9c414a7d92edf1983fc2c266c4cb85 (diff)
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.
-rw-r--r--devel/kassert/Makefile3
1 files changed, 3 insertions, 0 deletions
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