Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 2020 19:33:24 +0000 (UTC)
From:      "Jason W. Bacon" <jwb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533470 - in head/sysutils/automount: . files
Message-ID:  <202004301933.03UJXOum031598@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jwb
Date: Thu Apr 30 19:33:24 2020
New Revision: 533470
URL: https://svnweb.freebsd.org/changeset/ports/533470

Log:
  sysutils/automount: Upgrade to 1.7.2
  
  Fixes mount permissions issues in previous version
  Fixes hang during pkg install
  Removed pkg-install script which violated policy against starting services and
  replaced with a pkg-message instructing user to restart devd
  
  PR:             ports/246026
  Submitted by:   vermaden@interia.pl

Added:
  head/sysutils/automount/pkg-message   (contents, props changed)
Deleted:
  head/sysutils/automount/files/
Modified:
  head/sysutils/automount/Makefile
  head/sysutils/automount/distinfo

Modified: head/sysutils/automount/Makefile
==============================================================================
--- head/sysutils/automount/Makefile	Thu Apr 30 19:25:59 2020	(r533469)
+++ head/sysutils/automount/Makefile	Thu Apr 30 19:33:24 2020	(r533470)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	automount
-PORTVERSION=	1.7.1
+DISTVERSION=	1.7.2
 CATEGORIES=	sysutils
 MASTER_SITES=	https://raw.github.com/vermaden/automount/master/
 
@@ -13,7 +13,6 @@ LICENSE=	BSD2CLAUSE
 
 PLIST_FILES=	sbin/automount etc/devd/automount_devd.conf etc/automount.conf.sample
 
-SUB_FILES=	pkg-install
 NO_BUILD=	yes
 NO_ARCH=	yes
 
@@ -24,11 +23,14 @@ NTFS3G_RUN_DEPENDS=	fusefs-ntfs>=0:sysutils/fusefs-ntf
 EXT4_DESC=		Support EXT2/3/4 filesystem
 EXT4_RUN_DEPENDS=	fusefs-ext2>=0:sysutils/fusefs-ext2
 EXFAT_DESC=		Support Microsoft exFAT filesystem
-EXFAT_RUN_DEPENDS=	fusefs-exfat>=0:sysutils/fusefs-exfat
+EXFAT_RUN_DEPENDS=	fusefs-exfat>=0:sysutils/fusefs-exfat \
+			exfat-utils>=0:sysutils/exfat-utils
 
 do-install:
-	${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
+	${INSTALL_SCRIPT} ${WRKDIR}/automount ${STAGEDIR}${PREFIX}/sbin
+	${INSTALL_DATA} ${WRKDIR}/automount_devd.conf \
+		${STAGEDIR}${PREFIX}/etc/devd
+	${INSTALL_DATA} ${WRKDIR}/automount.conf \
+		${STAGEDIR}${PREFIX}/etc/automount.conf.sample
 
 .include <bsd.port.mk>

Modified: head/sysutils/automount/distinfo
==============================================================================
--- head/sysutils/automount/distinfo	Thu Apr 30 19:25:59 2020	(r533469)
+++ head/sysutils/automount/distinfo	Thu Apr 30 19:33:24 2020	(r533470)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1567078461
-SHA256 (automount-1.7.1.tar.gz) = e6c2110b8c6099f9924a6f4c49be6aa93f65b69ba1ee98576d8fb60846f1a5c2
-SIZE (automount-1.7.1.tar.gz) = 6532
+TIMESTAMP = 1588193474
+SHA256 (automount-1.7.2.tar.gz) = 99b424086016639dfc92a77a719e7f30aa04fabd2664cae77c486bdade91ec85
+SIZE (automount-1.7.2.tar.gz) = 6670

Added: head/sysutils/automount/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/automount/pkg-message	Thu Apr 30 19:33:24 2020	(r533470)
@@ -0,0 +1,12 @@
+[
+{ type: install
+  message: <<EOM
+
+You must run
+
+    service devd restart
+
+to activate the new automount.
+EOM
+}
+]



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