From owner-svn-ports-all@FreeBSD.ORG Fri Aug 30 22:43:09 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 324459F6; Fri, 30 Aug 2013 22:43:09 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 060392484; Fri, 30 Aug 2013 22:43:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7UMh8NL068605; Fri, 30 Aug 2013 22:43:08 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7UMh868068600; Fri, 30 Aug 2013 22:43:08 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201308302243.r7UMh868068600@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Fri, 30 Aug 2013 22:43:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325726 - head/sysutils/automounter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Aug 2013 22:43:09 -0000 Author: rm Date: Fri Aug 30 22:43:08 2013 New Revision: 325726 URL: http://svnweb.freebsd.org/changeset/ports/325726 Log: - update to 1.4.7 - work around kern/181590, provided by Peter Holm - remove @dirrmtry etc/devd from the plist generator changelog: - allow configuring additional arguments for tools like amq, rpcbind, logger - read only fallback for write protected storage devices - report to syslogd(8) PR: 181661 Submitted by: Dominic Fandrey (maintainer) Modified: head/sysutils/automounter/Makefile head/sysutils/automounter/distinfo Modified: head/sysutils/automounter/Makefile ============================================================================== --- head/sysutils/automounter/Makefile Fri Aug 30 22:31:38 2013 (r325725) +++ head/sysutils/automounter/Makefile Fri Aug 30 22:43:08 2013 (r325726) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= automounter -PORTVERSION= 1.4.6 +PORTVERSION= 1.4.7 CATEGORIES= sysutils MASTER_SITES= SF/bsdadminscripts/${PORTNAME} EXTRACT_SUFX= .tar.xz @@ -20,10 +20,12 @@ MAN8= ${PORTNAME}.8 plist: patch @cd ${WRKSRC}; ./plist.sh -nodoc > ${PLIST} - @${ECHO} "@dirrmtry etc/devd" >> ${PLIST} +# Use "amd -S" to avoid a vm locking panic, the scope of which has not yet +# been determined. See kern/181590. do-install: - @cd ${WRKSRC}; ./install.sh -prefix=${PREFIX} + @cd ${WRKSRC}; ./install.sh -prefix=${PREFIX} \ + -amd="/usr/sbin/amd -S" post-install: @${JOT} -s- -b- 39 Modified: head/sysutils/automounter/distinfo ============================================================================== --- head/sysutils/automounter/distinfo Fri Aug 30 22:31:38 2013 (r325725) +++ head/sysutils/automounter/distinfo Fri Aug 30 22:43:08 2013 (r325726) @@ -1,2 +1,2 @@ -SHA256 (automounter-1.4.6.tar.xz) = 234acaea33dadeae78c866e903063f79cb67186e8f86c93b79f90fbb340c7e7a -SIZE (automounter-1.4.6.tar.xz) = 21200 +SHA256 (automounter-1.4.7.tar.xz) = 5ccfa21f00d6e1c396d3db4d42b5a1ab4304f80cc83215ca9a3699498760223c +SIZE (automounter-1.4.7.tar.xz) = 21748