From owner-svn-ports-all@freebsd.org Wed Jun 1 18:01:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4009B61754; Wed, 1 Jun 2016 18:01:51 +0000 (UTC) (envelope-from kami@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 97F361F27; Wed, 1 Jun 2016 18:01:51 +0000 (UTC) (envelope-from kami@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u51I1oor065836; Wed, 1 Jun 2016 18:01:50 GMT (envelope-from kami@FreeBSD.org) Received: (from kami@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u51I1opx065833; Wed, 1 Jun 2016 18:01:50 GMT (envelope-from kami@FreeBSD.org) Message-Id: <201606011801.u51I1opx065833@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kami set sender to kami@FreeBSD.org using -f From: Dominic Fandrey Date: Wed, 1 Jun 2016 18:01:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416254 - 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.22 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: Wed, 01 Jun 2016 18:01:52 -0000 Author: kami Date: Wed Jun 1 18:01:50 2016 New Revision: 416254 URL: https://svnweb.freebsd.org/changeset/ports/416254 Log: Update from 1.5 to 1.5.1 Reviewed by: cs@freebsd.org Approved by: cs@freebsd.org Differential Revision: https://reviews.freebsd.org/D6625 Modified: head/sysutils/automounter/Makefile head/sysutils/automounter/distinfo head/sysutils/automounter/pkg-plist Modified: head/sysutils/automounter/Makefile ============================================================================== --- head/sysutils/automounter/Makefile Wed Jun 1 17:53:39 2016 (r416253) +++ head/sysutils/automounter/Makefile Wed Jun 1 18:01:50 2016 (r416254) @@ -2,25 +2,23 @@ # $FreeBSD$ PORTNAME= automounter -PORTVERSION= 1.5 +PORTVERSION= 1.5.1 CATEGORIES= sysutils -MASTER_SITES= SF/bsdadminscripts/${PORTNAME} -EXTRACT_SUFX= .tar.xz -MAINTAINER= kamikaze@bsdforen.de +MAINTAINER= kami@freebsd.org COMMENT= Provides scripts to dynamically configure amd -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src +LICENSE= BSD2CLAUSE + +WRKSRC_SUBDIR= src NO_BUILD= yes PKGMESSAGE= ${WRKSRC}/../NOTES -plist: patch - @(cd ${WRKSRC}; ./plist.sh > ${PLIST}) +USE_GITHUB= yes +GH_ACCOUNT= lonkamikaze -# 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 -destdir=${STAGEDIR} \ - -prefix=${PREFIX} -amd="/usr/sbin/amd -S") + -prefix=${PREFIX}) .include Modified: head/sysutils/automounter/distinfo ============================================================================== --- head/sysutils/automounter/distinfo Wed Jun 1 17:53:39 2016 (r416253) +++ head/sysutils/automounter/distinfo Wed Jun 1 18:01:50 2016 (r416254) @@ -1,2 +1,3 @@ -SHA256 (automounter-1.5.tar.xz) = d2d99b6ee5099dcbb18d714f16f07c2a038ab2bf9e8b7c19e9126634c32bdc0f -SIZE (automounter-1.5.tar.xz) = 24932 +TIMESTAMP = 1464506425 +SHA256 (lonkamikaze-automounter-1.5.1_GH0.tar.gz) = d8c9b217b8f1f232c2fa95fc16a776baf802a641d1e2fce4f81f93c934f2e856 +SIZE (lonkamikaze-automounter-1.5.1_GH0.tar.gz) = 28259 Modified: head/sysutils/automounter/pkg-plist ============================================================================== --- head/sysutils/automounter/pkg-plist Wed Jun 1 17:53:39 2016 (r416253) +++ head/sysutils/automounter/pkg-plist Wed Jun 1 18:01:50 2016 (r416254) @@ -1,6 +1,6 @@ -sbin/automounter -etc/rc.d/automounter etc/automounter.conf.sample etc/devd/automounter.conf -man/man8/automounter.8.gz +etc/rc.d/automounter man/man5/automounter.conf.5.gz +man/man8/automounter.8.gz +sbin/automounter