Date: Sat, 30 Jun 2018 21:42:23 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473644 - head/sysutils/automount Message-ID: <201806302142.w5ULgNlJ000416@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Sat Jun 30 21:42:23 2018 New Revision: 473644 URL: https://svnweb.freebsd.org/changeset/ports/473644 Log: Update to 1.5.8 - Omit GVFS in mount(8) listing. - Improve default exFAT mount options. - Add mount_msdosfs(8) fallback. - Set caja as file manager in example. - Add version option. Submitted by: vermaden <vermaden@interia.pl> (maintainer) Modified: head/sysutils/automount/Makefile head/sysutils/automount/distinfo Modified: head/sysutils/automount/Makefile ============================================================================== --- head/sysutils/automount/Makefile Sat Jun 30 21:11:19 2018 (r473643) +++ head/sysutils/automount/Makefile Sat Jun 30 21:42:23 2018 (r473644) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= automount -PORTVERSION= 1.5.7 +PORTVERSION= 1.5.8 CATEGORIES= sysutils MASTER_SITES= https://raw.github.com/vermaden/automount/master/ \ LOCAL/madpilot/${PORTNAME}/ Modified: head/sysutils/automount/distinfo ============================================================================== --- head/sysutils/automount/distinfo Sat Jun 30 21:11:19 2018 (r473643) +++ head/sysutils/automount/distinfo Sat Jun 30 21:42:23 2018 (r473644) @@ -1,2 +1,3 @@ -SHA256 (automount-1.5.7.tar.gz) = 414184a213cb30b4441aa91f6d85f65597c49b2f87bb732b1f11a999e1031a87 -SIZE (automount-1.5.7.tar.gz) = 5190 +TIMESTAMP = 1530394666 +SHA256 (automount-1.5.8.tar.gz) = de344c6a0791da6f2be7724760dcb271ddb50088d790bf47111442275a1ed95e +SIZE (automount-1.5.8.tar.gz) = 5421
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806302142.w5ULgNlJ000416>