svn commit: r310185 - head/sysutils/automount
Bryan Drewery
bdrewery at FreeBSD.org
Thu Jan 10 16:08:39 UTC 2013
Author: bdrewery
Date: Thu Jan 10 16:08:38 2013
New Revision: 310185
URL: http://svnweb.freebsd.org/changeset/ports/310185
Log:
- Update to 1.4.1
- Trim header
Changes:
- Added extended 'already mounted' checking.
- Added logging of FSCK output to the /var/log/automount.log file.
- Added error logging of failed mounts with used mount(8) command.
- Added +s bit for /sbin/mount* when ${USERUMOUNT} set to YES.
- Properly display the already mounted directory with spaces.
- Wait shorter amount of time to mount device faster.
- Improved readability of the generated /var/log/automount.log file
Submitted by: Slawomir Wojciech Wojtczak <vermaden at interia.pl> (maintainer, via email)
Modified:
head/sysutils/automount/Makefile
head/sysutils/automount/distinfo
Modified: head/sysutils/automount/Makefile
==============================================================================
--- head/sysutils/automount/Makefile Thu Jan 10 15:09:50 2013 (r310184)
+++ head/sysutils/automount/Makefile Thu Jan 10 16:08:38 2013 (r310185)
@@ -1,14 +1,11 @@
-# New ports collection Makefile for: automount
-# Date created: 04 March 2012
-# Whom: Slawomir Wojciech Wojtczak <vermaden at interia.pl>
-#
+# Created by: Slawomir Wojciech Wojtczak <vermaden at interia.pl>
# $FreeBSD$
-#
PORTNAME= automount
-PORTVERSION= 1.3.1
+PORTVERSION= 1.4.1
CATEGORIES= sysutils
-MASTER_SITES= https://raw.github.com/vermaden/automount/master/
+MASTER_SITES= https://raw.github.com/vermaden/automount/master/ \
+ LOCAL/bdrewery/${PORTNAME}/
MAINTAINER= vermaden at interia.pl
COMMENT= FreeBSD's devd(8) based automount solution
Modified: head/sysutils/automount/distinfo
==============================================================================
--- head/sysutils/automount/distinfo Thu Jan 10 15:09:50 2013 (r310184)
+++ head/sysutils/automount/distinfo Thu Jan 10 16:08:38 2013 (r310185)
@@ -1,2 +1,2 @@
-SHA256 (automount-1.3.1.tar.gz) = 1bc38c82b513c03bdd9e1f65edf552e3d1b74a64a90d628bad39a35d07ff0f7d
-SIZE (automount-1.3.1.tar.gz) = 3636
+SHA256 (automount-1.4.1.tar.gz) = b667670ba2525b8f338358de9185460d3264efad3342d687ed2c3a4a1cf49bdc
+SIZE (automount-1.4.1.tar.gz) = 3906
More information about the svn-ports-all
mailing list