Index: head/sysutils/automount/pkg-install =================================================================== --- head/sysutils/automount/pkg-install (revision 378536) +++ head/sysutils/automount/pkg-install (nonexistent) @@ -1,15 +0,0 @@ -#!/bin/sh - -case ${2} in - (POST-INSTALL) - /etc/rc.d/devd restart - echo - echo - echo "Check /usr/local/sbin/automount --help for available options." - echo - echo - ;; - (PRE-INSTALL) - : - ;; -esac Property changes on: head/sysutils/automount/pkg-install ___________________________________________________________________ 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 378536) +++ head/sysutils/automount/Makefile (revision 378537) @@ -1,33 +1,35 @@ # Created by: Slawomir Wojciech Wojtczak # $FreeBSD$ PORTNAME= automount -PORTVERSION= 1.4.3 +PORTVERSION= 1.5.3 CATEGORIES= sysutils MASTER_SITES= https://raw.github.com/vermaden/automount/master/ \ - LOCAL/bdrewery/${PORTNAME}/ + LOCAL/madpilot/${PORTNAME}/ 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:${PORTSDIR}/sysutils/fusefs-ntfs EXT4_DESC= Support EXT4 filesystem EXT4_RUN_DEPENDS= fusefs-ext4fuse>=0:${PORTSDIR}/sysutils/fusefs-ext4fuse EXFAT_DESC= Support Microsoft exFAT filesystem EXFAT_RUN_DEPENDS= fusefs-exfat>=0:${PORTSDIR}/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 .include Index: head/sysutils/automount/distinfo =================================================================== --- head/sysutils/automount/distinfo (revision 378536) +++ head/sysutils/automount/distinfo (revision 378537) @@ -1,2 +1,2 @@ -SHA256 (automount-1.4.3.tar.gz) = 658d94c0a0bc862e0a53a5ee384352f039c671e4ea42dc6447c0faa701281f70 -SIZE (automount-1.4.3.tar.gz) = 4386 +SHA256 (automount-1.5.3.tar.gz) = 9abd5a7189358c50ae18afff31b6457600548aa1f44122ce4e10c1cfab0038a6 +SIZE (automount-1.5.3.tar.gz) = 4867 Index: head/sysutils/automount/files/pkg-install.in =================================================================== --- head/sysutils/automount/files/pkg-install.in (nonexistent) +++ head/sysutils/automount/files/pkg-install.in (revision 378537) @@ -0,0 +1,15 @@ +#!/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 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property