sysutils/automount: upgrade 1.5.8 -> 1.7.0

- The automount has now a new co-author - Rozhuk Ivan.
- New options available in automount.conf config file.
- Filesystem detection/mounting reworked totally
  with file(1)/dd(1)/fstyp(8) as backends.
- Notifications are now possible with libnitify(8) library.
- Automatic detection of DISPLAY variable.
- New automatic wait for device appearance.
- New detection if device is a block device.
- Introduction of CD-ROM support.
- Automatic detection of File Manager with exo-open(1).
- Option REMOVEDIRS is deprecated now.
- Handle '-o large' option for FAT under FreeBSD 11.x and 12.x versions.

PR:		239998
Submitted by:	vermaden@interia.pl (maintainer), Rozhuk Ivan
Reported by:	OlivierW <olivierw1+bugzilla-freebsd@hotmail.com>
Reviewed by:	koobs
This commit is contained in:
Kurt Jaeger 2019-09-29 20:01:21 +00:00
parent 319caf7030
commit 165014fc1e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513267
3 changed files with 9 additions and 8 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= automount
PORTVERSION= 1.5.8
PORTVERSION= 1.7.0
CATEGORIES= sysutils
MASTER_SITES= https://raw.github.com/vermaden/automount/master/ \
LOCAL/madpilot/${PORTNAME}/
@ -28,8 +28,9 @@ EXFAT_DESC= Support Microsoft exFAT filesystem
EXFAT_RUN_DEPENDS= fusefs-exfat>=0:sysutils/fusefs-exfat
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/automount ${STAGEDIR}${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/automount_devd.conf ${STAGEDIR}${PREFIX}/etc/devd/automount_devd.conf
${INSTALL_DATA} ${WRKSRC}/automount.conf.sample ${STAGEDIR}${PREFIX}/etc/automount.conf.sample
${INSTALL_SCRIPT} ${WRKDIR}/automount ${STAGEDIR}${PREFIX}/sbin
${INSTALL_DATA} ${WRKDIR}/automount_devd.conf ${STAGEDIR}${PREFIX}/etc/devd/automount_devd.conf
${INSTALL_DATA} ${WRKDIR}/automount.conf ${STAGEDIR}${PREFIX}/etc/automount.conf.sample
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1530394666
SHA256 (automount-1.5.8.tar.gz) = de344c6a0791da6f2be7724760dcb271ddb50088d790bf47111442275a1ed95e
SIZE (automount-1.5.8.tar.gz) = 5421
TIMESTAMP = 1567078460
SHA256 (automount-1.7.0.tar.gz) = 44f129d62191fd189cb7374a51fea976efc8e86c003e50c8bdb629ceaa5006cf
SIZE (automount-1.7.0.tar.gz) = 6522

View File

@ -1,6 +1,6 @@
automount is a devd(8) based automounter for FreeBSD.
It supports most popular file systems:
NTFS/MSDOS/exFAT/EXT2/EXT3/EXT4/UFS
NTFS/FAT/exFAT/EXT2/EXT3/EXT4/UFS/HFS/XFS/ISO9660
WWW: https://github.com/vermaden/automount/