From 1c2dafcae2488ea3967241f93af8b3a734426e05 Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Tue, 20 Aug 2024 14:20:43 +0200 Subject: [PATCH] databases/ldb22: Deprecate along legacy security/sssd This version of ldb is only required by the legacy security/sssd port, which expires on 2024-12-31. Approved by: samba (0mp) Sponsored by: Klara, Inc. --- databases/ldb22/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/databases/ldb22/Makefile b/databases/ldb22/Makefile index 6aa1149e811b..69424a1ecdee 100644 --- a/databases/ldb22/Makefile +++ b/databases/ldb22/Makefile @@ -12,6 +12,9 @@ WWW= https://ldb.samba.org/ LICENSE= GPLv3+ +DEPRECATED= Required only by security/sssd, which expires on 2024-12-31 +EXPIRATION_DATE=2024-12-31 + IGNORE_NONTHREAD_PYTHON=needs port lang/python${PYTHON_SUFFIX} to be build with THREADS support LDB_DEPENDS= talloc>=2.2.0:devel/talloc \