Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2024 13:21:33 GMT
From:      "Jason W. Bacon" <jwb@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 89d7d886562b - main - sysutils/devd-mount: Add CONFLICTS=automount
Message-ID:  <202411211321.4ALDLXBI069623@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411211321.4ALDLXBI069623>