From owner-svn-ports-head@freebsd.org Sun Sep 29 20:01:22 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E6435128DEE; Sun, 29 Sep 2019 20:01:22 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46hGcy5Y4tz3Pl8; Sun, 29 Sep 2019 20:01:22 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A24421F389; Sun, 29 Sep 2019 20:01:22 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8TK1M3X098860; Sun, 29 Sep 2019 20:01:22 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8TK1MMj098857; Sun, 29 Sep 2019 20:01:22 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201909292001.x8TK1MMj098857@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 29 Sep 2019 20:01:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513267 - head/sysutils/automount X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/sysutils/automount X-SVN-Commit-Revision: 513267 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Sep 2019 20:01:23 -0000 Author: pi Date: Sun Sep 29 20:01:21 2019 New Revision: 513267 URL: https://svnweb.freebsd.org/changeset/ports/513267 Log: 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 Reviewed by: koobs Modified: head/sysutils/automount/Makefile head/sysutils/automount/distinfo head/sysutils/automount/pkg-descr Modified: head/sysutils/automount/Makefile ============================================================================== --- head/sysutils/automount/Makefile Sun Sep 29 19:52:21 2019 (r513266) +++ head/sysutils/automount/Makefile Sun Sep 29 20:01:21 2019 (r513267) @@ -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 + Modified: head/sysutils/automount/distinfo ============================================================================== --- head/sysutils/automount/distinfo Sun Sep 29 19:52:21 2019 (r513266) +++ head/sysutils/automount/distinfo Sun Sep 29 20:01:21 2019 (r513267) @@ -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 Modified: head/sysutils/automount/pkg-descr ============================================================================== --- head/sysutils/automount/pkg-descr Sun Sep 29 19:52:21 2019 (r513266) +++ head/sysutils/automount/pkg-descr Sun Sep 29 20:01:21 2019 (r513267) @@ -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/