From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 15:36:00 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 23B67AFB; Sun, 24 Nov 2013 15:36:00 +0000 (UTC) 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 ED604260B; Sun, 24 Nov 2013 15:35:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOFZxqn067416; Sun, 24 Nov 2013 15:35:59 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOFZxZZ067391; Sun, 24 Nov 2013 15:35:59 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201311241535.rAOFZxZZ067391@svn.freebsd.org> From: Alex Kozlov Date: Sun, 24 Nov 2013 15:35:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334736 - 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-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 15:36:00 -0000 Author: ak Date: Sun Nov 24 15:35:59 2013 New Revision: 334736 URL: http://svnweb.freebsd.org/changeset/ports/334736 Log: - Update to 1.5 - Support STAGEDIR PR: ports/184196 (based on) Submitted by: Dominic Fandrey (maintainer) Modified: head/sysutils/automounter/Makefile (contents, props changed) head/sysutils/automounter/distinfo (contents, props changed) head/sysutils/automounter/pkg-plist (contents, props changed) Modified: head/sysutils/automounter/Makefile ============================================================================== --- head/sysutils/automounter/Makefile Sun Nov 24 15:34:49 2013 (r334735) +++ head/sysutils/automounter/Makefile Sun Nov 24 15:35:59 2013 (r334736) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= automounter -PORTVERSION= 1.4.7 +PORTVERSION= 1.5 CATEGORIES= sysutils MASTER_SITES= SF/bsdadminscripts/${PORTNAME} EXTRACT_SUFX= .tar.xz @@ -12,25 +12,15 @@ COMMENT= Provides scripts to dynamically WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src NO_BUILD= yes -MANCOMPRESSED= yes PKGMESSAGE= ${WRKSRC}/../NOTES -MAN5= ${PORTNAME}.conf.5 -MAN8= ${PORTNAME}.8 - plist: patch - @cd ${WRKSRC}; ./plist.sh -nodoc > ${PLIST} + @(cd ${WRKSRC}; ./plist.sh > ${PLIST}) # Use "amd -S" to avoid a vm locking panic, the scope of which has not yet # been determined. See kern/181590. -NO_STAGE= yes do-install: - @cd ${WRKSRC}; ./install.sh -prefix=${PREFIX} \ - -amd="/usr/sbin/amd -S" - -post-install: - @${JOT} -s- -b- 39 - @${CAT} ${PKGMESSAGE} - @${JOT} -s- -b- 39 + @(cd ${WRKSRC}; ./install.sh -destdir=${STAGEDIR} \ + -prefix=${PREFIX} -amd="/usr/sbin/amd -S") .include Modified: head/sysutils/automounter/distinfo ============================================================================== --- head/sysutils/automounter/distinfo Sun Nov 24 15:34:49 2013 (r334735) +++ head/sysutils/automounter/distinfo Sun Nov 24 15:35:59 2013 (r334736) @@ -1,2 +1,2 @@ -SHA256 (automounter-1.4.7.tar.xz) = 5ccfa21f00d6e1c396d3db4d42b5a1ab4304f80cc83215ca9a3699498760223c -SIZE (automounter-1.4.7.tar.xz) = 21748 +SHA256 (automounter-1.5.tar.xz) = d2d99b6ee5099dcbb18d714f16f07c2a038ab2bf9e8b7c19e9126634c32bdc0f +SIZE (automounter-1.5.tar.xz) = 24932 Modified: head/sysutils/automounter/pkg-plist ============================================================================== --- head/sysutils/automounter/pkg-plist Sun Nov 24 15:34:49 2013 (r334735) +++ head/sysutils/automounter/pkg-plist Sun Nov 24 15:35:59 2013 (r334736) @@ -2,3 +2,5 @@ sbin/automounter etc/rc.d/automounter etc/automounter.conf.sample etc/devd/automounter.conf +man/man8/automounter.8.gz +man/man5/automounter.conf.5.gz