git: 8eee32e112a5 - main - security/sssd: build with net/samba413 and databases/ldb22

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sun, 18 Dec 2022 12:26:31 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8eee32e112a5e6117d0bb2ae3c285112fba78ec4

commit 8eee32e112a5e6117d0bb2ae3c285112fba78ec4
Author:     Richard Frewin <Richard@FrewinIT.uk>
AuthorDate: 2022-12-18 12:23:50 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-12-18 12:23:50 +0000

    security/sssd: build with net/samba413 and databases/ldb22
    
    The port previously used net/samba412 which is expired.
    PR:             267626
---
 security/sssd/Makefile | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/security/sssd/Makefile b/security/sssd/Makefile
index 82cd4e52152f..ee10b4e4f2a2 100644
--- a/security/sssd/Makefile
+++ b/security/sssd/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	sssd
 PORTVERSION=	1.16.5
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	security
 MASTER_SITES=	https://releases.pagure.org/SSSD/${PORTNAME}/
 
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libpopt.so:devel/popt \
 		libtalloc.so:devel/talloc \
 		libtevent.so:devel/tevent \
 		libtdb.so:databases/tdb \
-		libldb.so:databases/ldb21 \
+		libldb.so:databases/ldb22 \
 		libcares.so:dns/c-ares \
 		libdbus-1.so:devel/dbus \
 		libdhash.so:devel/ding-libs \
@@ -81,12 +81,12 @@ OPTIONS_SUB=	yes
 SMB_DESC=		Install IPA and AD providers (requires Samba4)
 SMB_USES=		samba:lib
 SMB_CONFIGURE_WITH=	samba smb-idmap-interface-version=6
-SMB_LIB_DEPENDS=	libndr-nbt.so.0:net/samba412 \
-			libndr-krb5pac.so.0:net/samba412 \
-			libndr-standard.so.0:net/samba412 \
-			libndr.so.1:net/samba412 \
-			libsamba-util.so.0:net/samba412 \
-			libsmbclient.so.0:net/samba412
+SMB_LIB_DEPENDS=	libndr-nbt.so.0:net/samba413 \
+			libndr-krb5pac.so.0:net/samba413 \
+			libndr-standard.so.0:net/samba413 \
+			libndr.so.1:net/samba413 \
+			libsamba-util.so.0:net/samba413 \
+			libsmbclient.so.0:net/samba413
 
 .if ${FLAVOR} == smb
 OPTIONS_DEFAULT+=	SMB