Date: Thu, 21 Nov 2024 13:34:16 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: 628057b37dd8 - main - filesystems/automount: Add CONFLICTS_INSTALL=devd-mount Message-ID: <202411211334.4ALDYG5D092776@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=628057b37dd880ff3e4528129ec13f5abdd40b41 commit 628057b37dd880ff3e4528129ec13f5abdd40b41 Author: Jason W. Bacon <jwb@FreeBSD.org> AuthorDate: 2024-11-21 13:33:41 +0000 Commit: Jason W. Bacon <jwb@FreeBSD.org> CommitDate: 2024-11-21 13:33:41 +0000 filesystems/automount: Add CONFLICTS_INSTALL=devd-mount They install competing devd rules --- filesystems/automount/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/filesystems/automount/Makefile b/filesystems/automount/Makefile index d20e8eafb67e..6600b732f402 100644 --- a/filesystems/automount/Makefile +++ b/filesystems/automount/Makefile @@ -1,5 +1,6 @@ PORTNAME= automount DISTVERSION= 1.7.9 +PORTREVISION= 1 CATEGORIES= filesystems sysutils MASTER_SITES= https://raw.github.com/vermaden/automount/master/ @@ -9,6 +10,8 @@ WWW= https://github.com/vermaden/automount/ LICENSE= BSD2CLAUSE +CONFLICTS_INSTALL= devd-mount # Competing devd rules + PLIST_FILES= sbin/automount etc/devd/automount_devd.conf etc/automount.conf.sample NO_BUILD= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411211334.4ALDYG5D092776>