git: 616b02672520 - main - security/certmonger: samba version neutrality

From: Chris Rees <crees_at_FreeBSD.org>
Date: Tue, 18 Nov 2025 12:15:27 UTC
The branch main has been updated by crees:

URL: https://cgit.FreeBSD.org/ports/commit/?id=616b0267252030a7d9fff5935ed4c54376a5855c

commit 616b0267252030a7d9fff5935ed4c54376a5855c
Author:     Chris Rees <crees@FreeBSD.org>
AuthorDate: 2025-11-18 12:14:19 +0000
Commit:     Chris Rees <crees@FreeBSD.org>
CommitDate: 2025-11-18 12:14:19 +0000

    security/certmonger: samba version neutrality
    
    Allow Certmonger to be installed alongside samba420 if that's
    the default
---
 security/certmonger/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/security/certmonger/Makefile b/security/certmonger/Makefile
index 6b810d2ffe9c..c0085399bffe 100644
--- a/security/certmonger/Makefile
+++ b/security/certmonger/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	certmonger
 DISTVERSION=	0.79.20
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	https://pagure.io/certmonger/archive/${DISTVERSION}/
 
@@ -19,11 +19,10 @@ LIB_DEPENDS=	libcurl.so:ftp/curl		\
 		libnspr4.so:devel/nspr		\
 		libnss3.so:security/nss		\
 		libpopt.so:devel/popt		\
-		libtalloc.so:devel/talloc	\
-		libtevent.so:devel/tevent	\
 		libuuid.so:misc/libuuid
 
-USES=		autoreconf gettext gnome gssapi:mit iconv pkgconfig ssl
+USES=		autoreconf gettext gnome gssapi:mit iconv pkgconfig \
+		samba:lib ssl
 USE_GNOME=	libxml2
 USE_RC_SUBR=	${PORTNAME}
 GNU_CONFIGURE=	yes