Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Aug 2023 09:48:52 GMT
From:      Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8d1735751043 - main - sysutils/automount: update to 1.7.9
Message-ID:  <202308310948.37V9mqUr068258@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8d1735751043c59ec58f9c35c0fae9546238fe26

commit 8d1735751043c59ec58f9c35c0fae9546238fe26
Author:     Slawomir Wojciech Wojtczak <vermaden@interia.pl>
AuthorDate: 2023-08-30 08:51:59 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-08-31 09:48:40 +0000

    sysutils/automount: update to 1.7.9
    
     * Fix XORG detection.
     * Implement proposed BLACKLIST_REGEX option.
     * Use 'sysutils/fusefs-lkl' for all ext2/ext3/ext4 mounts.
     * Fix exFAT detection.
     * Fix small problem with checking the mount state.
     * Implement better old directory cleanup.
    
    PR:             273314
    Reported by:    vermaden@interia.pl (maintainer)
---
 sysutils/automount/Makefile | 10 ++++++----
 sysutils/automount/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/sysutils/automount/Makefile b/sysutils/automount/Makefile
index 0e41d4cee41b..bde02bfdc546 100644
--- a/sysutils/automount/Makefile
+++ b/sysutils/automount/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	automount
-DISTVERSION=	1.7.8
+DISTVERSION=	1.7.9
 CATEGORIES=	sysutils
 MASTER_SITES=	https://raw.github.com/vermaden/automount/master/
 
@@ -14,12 +14,14 @@ PLIST_FILES=	sbin/automount etc/devd/automount_devd.conf etc/automount.conf.samp
 NO_BUILD=	yes
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=		NTFS3G EXT4 EXFAT
-OPTIONS_DEFAULT=	NTFS3G EXT4
+OPTIONS_DEFINE=		NTFS3G EXT4 EXFAT HFS
+OPTIONS_DEFAULT=	NTFS3G EXT4 EXFAT HFS
 NTFS3G_DESC=		Enable NTFS write support with ntfs-3g over FUSE
 NTFS3G_RUN_DEPENDS=	fusefs-ntfs>=0:sysutils/fusefs-ntfs
 EXT4_DESC=		Support EXT2/3/4 filesystem
-EXT4_RUN_DEPENDS=	fusefs-ext2>=0:sysutils/fusefs-ext2
+EXT4_RUN_DEPENDS=	fusefs-lkl>=0:sysutils/fusefs-lkl
+HFS_DESC=		Support macOS HFS filesystem
+HFS_RUN_DEPENDS=	fusefs-hfsfuse>=0:sysutils/fusefs-hfsfuse
 EXFAT_DESC=		Support Microsoft exFAT filesystem
 EXFAT_RUN_DEPENDS=	fusefs-exfat>=0:sysutils/fusefs-exfat \
 			exfat-utils>=0:sysutils/exfat-utils
diff --git a/sysutils/automount/distinfo b/sysutils/automount/distinfo
index 519f65316015..4ac0eb1e32f9 100644
--- a/sysutils/automount/distinfo
+++ b/sysutils/automount/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1651610023
-SHA256 (automount-1.7.8.tar.gz) = bfd986ce0e683ebdd6af9eb4837c0c92ac83f5d673f3ac0be0d599f71f96c308
-SIZE (automount-1.7.8.tar.gz) = 7584
+TIMESTAMP = 1692819472
+SHA256 (automount-1.7.9.tar.gz) = 30e2ec4b6168979f0aada174b73dc8cdfc6097d8a7d7add57504b6733ee21b37
+SIZE (automount-1.7.9.tar.gz) = 7802



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