Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jan 2013 16:08:38 +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: r310185 - head/sysutils/automount
Message-ID:  <201301101608.r0AG8cvA047609@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@interia.pl>
-#
+# Created by: Slawomir Wojciech Wojtczak <vermaden@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301101608.r0AG8cvA047609>