git: d1b86dc8c66c - main - sysutils/automount: Update to 1.7.8

From: Dmitri Goutnik <dmgk_at_FreeBSD.org>
Date: Fri, 13 May 2022 18:20:30 UTC
The branch main has been updated by dmgk:

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

commit d1b86dc8c66c8928a2ccf4f58abff5771e0f8738
Author:     Slawomir Wojciech Wojtczak <vermaden@interia.pl>
AuthorDate: 2022-05-13 18:14:50 +0000
Commit:     Dmitri Goutnik <dmgk@FreeBSD.org>
CommitDate: 2022-05-13 18:19:03 +0000

    sysutils/automount: Update to 1.7.8
    
    While here, also add note to pkg-descr about conflicts.
    
    PR:             263763
    PR:             259844
---
 sysutils/automount/Makefile    | 2 +-
 sysutils/automount/distinfo    | 6 +++---
 sysutils/automount/pkg-descr   | 8 ++++++--
 sysutils/automount/pkg-message | 6 ++----
 4 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/sysutils/automount/Makefile b/sysutils/automount/Makefile
index 1e9bfe0669bc..a831afad6562 100644
--- a/sysutils/automount/Makefile
+++ b/sysutils/automount/Makefile
@@ -1,7 +1,7 @@
 # Created by: Slawomir Wojciech Wojtczak <vermaden@interia.pl>
 
 PORTNAME=	automount
-DISTVERSION=	1.7.2
+DISTVERSION=	1.7.8
 CATEGORIES=	sysutils
 MASTER_SITES=	https://raw.github.com/vermaden/automount/master/
 
diff --git a/sysutils/automount/distinfo b/sysutils/automount/distinfo
index 178bae731428..519f65316015 100644
--- a/sysutils/automount/distinfo
+++ b/sysutils/automount/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1588193474
-SHA256 (automount-1.7.2.tar.gz) = 99b424086016639dfc92a77a719e7f30aa04fabd2664cae77c486bdade91ec85
-SIZE (automount-1.7.2.tar.gz) = 6670
+TIMESTAMP = 1651610023
+SHA256 (automount-1.7.8.tar.gz) = bfd986ce0e683ebdd6af9eb4837c0c92ac83f5d673f3ac0be0d599f71f96c308
+SIZE (automount-1.7.8.tar.gz) = 7584
diff --git a/sysutils/automount/pkg-descr b/sysutils/automount/pkg-descr
index 159bccbaadb3..5f862c2eff64 100644
--- a/sysutils/automount/pkg-descr
+++ b/sysutils/automount/pkg-descr
@@ -1,6 +1,10 @@
-automount is a devd(8) based automounter for FreeBSD.
+The automount(8) is devd(8) based automounter for FreeBSD.
 
-It supports most popular file systems:
+It supports most popular filesystems:
 NTFS/FAT/exFAT/EXT2/EXT3/EXT4/UFS/HFS/XFS/ISO9660
 
+There are several ways to automount devices on FreeBSD.
+
+Make sure you are using only one solution at any given time.
+
 WWW: https://github.com/vermaden/automount/
diff --git a/sysutils/automount/pkg-message b/sysutils/automount/pkg-message
index 79de4b6fe739..e8a180cde268 100644
--- a/sysutils/automount/pkg-message
+++ b/sysutils/automount/pkg-message
@@ -2,11 +2,9 @@
 { type: install
   message: <<EOM
 
-You must run
+You must run below command to activate automount(8).
 
-    service devd restart
-
-to activate the new automount.
+    # service devd restart
 EOM
 }
 ]