git: 89d7d886562b - main - sysutils/devd-mount: Add CONFLICTS=automount

From: Jason W. Bacon <jwb_at_FreeBSD.org>
Date: Thu, 21 Nov 2024 13:21:33 UTC
The branch main has been updated by jwb:

URL: https://cgit.FreeBSD.org/ports/commit/?id=89d7d886562be188a6a147934d4d35e3542e84cd

commit 89d7d886562be188a6a147934d4d35e3542e84cd
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2024-11-21 13:21:03 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2024-11-21 13:21:03 +0000

    sysutils/devd-mount: Add CONFLICTS=automount
    
    They install competing devd rules
---
 sysutils/devd-mount/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sysutils/devd-mount/Makefile b/sysutils/devd-mount/Makefile
index 941a1979045a..6aafc4679e37 100644
--- a/sysutils/devd-mount/Makefile
+++ b/sysutils/devd-mount/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	devd-mount
 DISTVERSION=	0.2.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	jwb@FreeBSD.org
@@ -9,6 +10,8 @@ WWW=		https://github.com/outpaddling/devd-mount
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+CONFLICTS=	automount	# Competing devd rules
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	outpaddling