From owner-svn-ports-all@FreeBSD.ORG Fri Dec 20 19:46:10 2013 Return-Path: Delivered-To: svn-ports-all@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 BAFCFB72; Fri, 20 Dec 2013 19:46:10 +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 A6D041486; Fri, 20 Dec 2013 19:46:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKJkA6v009289; Fri, 20 Dec 2013 19:46:10 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBKJkAm1009287; Fri, 20 Dec 2013 19:46:10 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201312201946.rBKJkAm1009287@svn.freebsd.org> From: Steve Wills Date: Fri, 20 Dec 2013 19:46:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r337085 - branches/2014Q1/sysutils/puppet X-SVN-Group: ports-branches 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.17 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, 20 Dec 2013 19:46:10 -0000 Author: swills Date: Fri Dec 20 19:46:09 2013 New Revision: 337085 URL: http://svnweb.freebsd.org/changeset/ports/337085 Log: MFH: r337084 - Set ownership on config.ru file Reported by: mat Approved by: portmgr-lurkers (mat) Modified: branches/2014Q1/sysutils/puppet/Makefile branches/2014Q1/sysutils/puppet/pkg-plist Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/sysutils/puppet/Makefile ============================================================================== --- branches/2014Q1/sysutils/puppet/Makefile Fri Dec 20 19:44:35 2013 (r337084) +++ branches/2014Q1/sysutils/puppet/Makefile Fri Dec 20 19:46:09 2013 (r337085) @@ -3,7 +3,7 @@ PORTNAME= puppet PORTVERSION= 3.3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ Modified: branches/2014Q1/sysutils/puppet/pkg-plist ============================================================================== --- branches/2014Q1/sysutils/puppet/pkg-plist Fri Dec 20 19:44:35 2013 (r337084) +++ branches/2014Q1/sysutils/puppet/pkg-plist Fri Dec 20 19:46:09 2013 (r337085) @@ -54,6 +54,7 @@ www/puppet/config.ru @dirrmtry etc/puppet @unexec rmdir /var/puppet 2>/dev/null || : @exec /usr/sbin/chown -Rh puppet:puppet /var/puppet +@exec /usr/sbin/chown -Rh puppet:puppet www/puppet/config.ru @dirrm %%RUBY_SITELIBDIR%%/hiera/backend @dirrm %%RUBY_SITELIBDIR%%/hiera @dirrm %%RUBY_SITELIBDIR%%/puppetx/puppetlabs/syntax_checkers