Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Aug 2023 17:14:34 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: a308d510eb14 - main - sysutils/devd-mount: Update to 0.1.0.7
Message-ID:  <202308071714.377HEY6R010455@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=a308d510eb147d7116b898eda75bc1eb9ffd0249

commit a308d510eb147d7116b898eda75bc1eb9ffd0249
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2023-08-07 17:13:46 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2023-08-07 17:13:46 +0000

    sysutils/devd-mount: Update to 0.1.0.7
    
    Add HFS support
    Fix permissions issue
    Add CONFLICTS_INSTALL=automount
---
 sysutils/devd-mount/Makefile | 6 ++++--
 sysutils/devd-mount/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/sysutils/devd-mount/Makefile b/sysutils/devd-mount/Makefile
index 00dcd11ceced..4d1a0495983d 100644
--- a/sysutils/devd-mount/Makefile
+++ b/sysutils/devd-mount/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	devd-mount
-DISTVERSION=	0.1.0-3
-DISTVERSIONSUFFIX=	-g634af4f
+DISTVERSION=	0.1.0-7
+DISTVERSIONSUFFIX=	-gc4810d4
 CATEGORIES=	sysutils
 
 MAINTAINER=	jwb@FreeBSD.org
@@ -16,6 +16,8 @@ GH_ACCOUNT=	outpaddling
 NO_BUILD=	yes
 NO_ARCH=	yes
 
+CONFLICTS_INSTALL=	automount
+
 PLIST_FILES=	sbin/devd-mount \
 		sbin/automount \
 		etc/devd/devd-mount.conf \
diff --git a/sysutils/devd-mount/distinfo b/sysutils/devd-mount/distinfo
index d8f9ebf217d3..9727a98c3344 100644
--- a/sysutils/devd-mount/distinfo
+++ b/sysutils/devd-mount/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688769885
-SHA256 (outpaddling-devd-mount-0.1.0-3-g634af4f_GH0.tar.gz) = 0197e9c9c8ecb6b27dfdd2b29df81975b42f60c4f4f4425650f712a877009d72
-SIZE (outpaddling-devd-mount-0.1.0-3-g634af4f_GH0.tar.gz) = 4848
+TIMESTAMP = 1688831942
+SHA256 (outpaddling-devd-mount-0.1.0-7-gc4810d4_GH0.tar.gz) = dda0c8b3a80116d6d197afcde4bfb2fbdafc49ad19f32a21cdff8f24a27a72a0
+SIZE (outpaddling-devd-mount-0.1.0-7-gc4810d4_GH0.tar.gz) = 4917



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