aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlawomir Wojciech Wojtczak <vermaden@interia.pl>2023-08-30 08:51:59 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-08-31 09:48:40 +0000
commit8d1735751043c59ec58f9c35c0fae9546238fe26 (patch)
tree3a9b80da59cad6da801c168878f6e75a33e86876
parentc6a227c105d07a4db3d21a7947098aaf60261f23 (diff)
downloadports-8d1735751043c59ec58f9c35c0fae9546238fe26.tar.gz
ports-8d1735751043c59ec58f9c35c0fae9546238fe26.zip
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)
-rw-r--r--sysutils/automount/Makefile10
-rw-r--r--sysutils/automount/distinfo6
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