aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-03-22 19:24:00 +0800
committerBryan Drewery <bdrewery@FreeBSD.org>2013-03-22 19:24:00 +0800
commit65ee3193c2deb4caf5aec21f8184985148369c16 (patch)
tree37fdb15808f8149790f307b31d033732c549a851 /sysutils
parentb8fe6d991ff90a730eb3bedf86c4a879e1919d2c (diff)
downloadfreebsd-ports-gnome-65ee3193c2deb4caf5aec21f8184985148369c16.tar.gz
freebsd-ports-gnome-65ee3193c2deb4caf5aec21f8184985148369c16.tar.zst
freebsd-ports-gnome-65ee3193c2deb4caf5aec21f8184985148369c16.zip
- Update to 1.4.3
Changes: - Fix bug when ATIME is enabled. - Use /sbin/e2fsck from FreeBSD base system. - Use REMOVE_HIBERFILE option for NTFS3G mounts. - Use LONGNAMES for MSDOS mounts. - Fix harmless error messages. - Fix typos at error messages. Submitted by: vermaden@interia.pl (maintainer, via email)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/automount/Makefile11
-rw-r--r--sysutils/automount/distinfo4
2 files changed, 5 insertions, 10 deletions
diff --git a/sysutils/automount/Makefile b/sysutils/automount/Makefile
index 4986c68ef26c..94a7f745df8c 100644
--- a/sysutils/automount/Makefile
+++ b/sysutils/automount/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= automount
-PORTVERSION= 1.4.2
+PORTVERSION= 1.4.3
CATEGORIES= sysutils
MASTER_SITES= https://raw.github.com/vermaden/automount/master/ \
LOCAL/bdrewery/${PORTNAME}/
@@ -16,10 +16,9 @@ PLIST_FILES= sbin/automount etc/devd/automount_devd.conf etc/automount.conf.samp
NO_BUILD= yes
-OPTIONS_DEFINE= NTFS3G EXT2 EXT4 EXFAT
-OPTIONS_DEFAULT= NTFS3G EXT2 EXT4 EXFAT
+OPTIONS_DEFINE= NTFS3G EXT4 EXFAT
+OPTIONS_DEFAULT= NTFS3G EXT4 EXFAT
NTFS3G_DESC= Enable NTFS write support with ntfs-3g over FUSE
-EXT2_DESC= Support EXT2 and EXT3 filesystems
EXT4_DESC= Support EXT4 filesystem
EXFAT_DESC= Support Microsoft exFAT filesystem
@@ -29,10 +28,6 @@ EXFAT_DESC= Support Microsoft exFAT filesystem
RUN_DEPENDS+= fusefs-ntfs>=0:${PORTSDIR}/sysutils/fusefs-ntfs
.endif
-.if ${PORT_OPTIONS:MEXT2}
-RUN_DEPENDS+= e2fsprogs>=0:${PORTSDIR}/sysutils/e2fsprogs
-.endif
-
.if ${PORT_OPTIONS:MEXT4}
RUN_DEPENDS+= fusefs-ext4fuse>=0:${PORTSDIR}/sysutils/fusefs-ext4fuse
.endif
diff --git a/sysutils/automount/distinfo b/sysutils/automount/distinfo
index 8f5773fac094..8e5385424072 100644
--- a/sysutils/automount/distinfo
+++ b/sysutils/automount/distinfo
@@ -1,2 +1,2 @@
-SHA256 (automount-1.4.2.tar.gz) = de4e1a6d1e32c0c475b1f14cf8962ef1d4acfa0a9b3ae2d01a8b0629fea873c1
-SIZE (automount-1.4.2.tar.gz) = 4379
+SHA256 (automount-1.4.3.tar.gz) = 658d94c0a0bc862e0a53a5ee384352f039c671e4ea42dc6447c0faa701281f70
+SIZE (automount-1.4.3.tar.gz) = 4386