Index: head/sysutils/automount/files/pkg-install.in =================================================================== --- head/sysutils/automount/files/pkg-install.in (revision 533469) +++ head/sysutils/automount/files/pkg-install.in (nonexistent) @@ -1,15 +0,0 @@ -#!/bin/sh - -case ${2} in - (POST-INSTALL) - service devd restart - echo - echo - echo "Check %%PREFIX%%/bin/automount --help for available options." - echo - echo - ;; - (PRE-INSTALL) - : - ;; -esac Property changes on: head/sysutils/automount/files/pkg-install.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/automount/Makefile =================================================================== --- head/sysutils/automount/Makefile (revision 533469) +++ head/sysutils/automount/Makefile (revision 533470) @@ -1,34 +1,36 @@ # Created by: Slawomir Wojciech Wojtczak # $FreeBSD$ PORTNAME= automount -PORTVERSION= 1.7.1 +DISTVERSION= 1.7.2 CATEGORIES= sysutils MASTER_SITES= https://raw.github.com/vermaden/automount/master/ MAINTAINER= vermaden@interia.pl COMMENT= FreeBSD's devd(8) based automount solution 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 OPTIONS_DEFINE= NTFS3G EXT4 EXFAT OPTIONS_DEFAULT= NTFS3G EXT4 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 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 Index: head/sysutils/automount/distinfo =================================================================== --- head/sysutils/automount/distinfo (revision 533469) +++ head/sysutils/automount/distinfo (revision 533470) @@ -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 Index: head/sysutils/automount/pkg-message =================================================================== --- head/sysutils/automount/pkg-message (nonexistent) +++ head/sysutils/automount/pkg-message (revision 533470) @@ -0,0 +1,12 @@ +[ +{ type: install + message: <