Date: Fri, 30 Aug 2013 22:43:08 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325726 - head/sysutils/automounter Message-ID: <201308302243.r7UMh868068600@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <kamikaze@bsdforen.de> (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308302243.r7UMh868068600>