diff --git a/automount-1.4.3.tar.gz b/automount-1.4.3.tar.gz new file mode 100644 index 0000000..dc47718 Binary files /dev/null and b/automount-1.4.3.tar.gz differ diff --git a/sysutils/automount/Makefile b/sysutils/automount/Makefile index aef8a69..9b62e24 100644 --- a/sysutils/automount/Makefile +++ b/sysutils/automount/Makefile @@ -1,8 +1,8 @@ # Created by: Slawomir Wojciech Wojtczak -# $FreeBSD$ +# $FreeBSD: sysutils/automount/Makefile 313387 2013-03-04 02:05:25Z bdrewery $ PORTNAME= automount -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= sysutils MASTER_SITES= https://raw.github.com/vermaden/automount/master/ \ LOCAL/bdrewery/${PORTNAME}/ @@ -16,6 +16,26 @@ PLIST_FILES= sbin/automount etc/devd/automount_devd.conf etc/automount.conf.samp NO_BUILD= yes +OPTIONS_DEFINE= NTFS3G EXT4 EXFAT +OPTIONS_DEFAULT= NTFS3G EXT4 EXFAT +NTFS3G_DESC= Enable NTFS write support with ntfs-3g over FUSE +EXT4_DESC= Support EXT4 filesystem +EXFAT_DESC= Support Microsoft exFAT filesystem + +.include + +.if ${PORT_OPTIONS:MNTFS3G} +RUN_DEPENDS+= fusefs-ntfs>=0:${PORTSDIR}/sysutils/fusefs-ntfs +.endif + +.if ${PORT_OPTIONS:MEXT4} +RUN_DEPENDS+= fusefs-ext4fuse>=0:${PORTSDIR}/sysutils/fusefs-ext4fuse +.endif + +.if ${PORT_OPTIONS:MEXFAT} +RUN_DEPENDS+= fusefs-exfat>=0:${PORTSDIR}/sysutils/fusefs-exfat +.endif + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/automount ${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/automount_devd.conf ${PREFIX}/etc/devd/automount_devd.conf @@ -23,3 +43,4 @@ do-install: ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include + diff --git a/sysutils/automount/distinfo b/sysutils/automount/distinfo index 11122bb..8e53854 100644 --- a/sysutils/automount/distinfo +++ b/sysutils/automount/distinfo @@ -1,2 +1,2 @@ -SHA256 (automount-1.4.1.tar.gz) = b667670ba2525b8f338358de9185460d3264efad3342d687ed2c3a4a1cf49bdc -SIZE (automount-1.4.1.tar.gz) = 3906 +SHA256 (automount-1.4.3.tar.gz) = 658d94c0a0bc862e0a53a5ee384352f039c671e4ea42dc6447c0faa701281f70 +SIZE (automount-1.4.3.tar.gz) = 4386