From owner-svn-ports-branches@FreeBSD.ORG Thu Jan 16 17:37:29 2014 Return-Path: Delivered-To: svn-ports-branches@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 0C712751; Thu, 16 Jan 2014 17:37:29 +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 EC75213A1; Thu, 16 Jan 2014 17:37:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0GHbSJZ013534; Thu, 16 Jan 2014 17:37:28 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0GHbSpH013531; Thu, 16 Jan 2014 17:37:28 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201401161737.s0GHbSpH013531@svn.freebsd.org> From: Steve Wills Date: Thu, 16 Jan 2014 17:37:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r339945 - 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-branches@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jan 2014 17:37:29 -0000 Author: swills Date: Thu Jan 16 17:37:28 2014 New Revision: 339945 URL: http://svnweb.freebsd.org/changeset/ports/339945 QAT: https://qat.redports.org/buildarchive/r339945/ Log: MFH: r339806 - Install the passenger example config file Reported by: mat Approved by: portmgr (implicit) 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 Thu Jan 16 17:36:28 2014 (r339944) +++ branches/2014Q1/sysutils/puppet/Makefile Thu Jan 16 17:37:28 2014 (r339945) @@ -3,6 +3,7 @@ PORTNAME= puppet PORTVERSION= 3.4.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ @@ -95,5 +96,6 @@ post-install: cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/ext/rack/example-passenger-vhost.conf ${STAGEDIR}${EXAMPLESDIR} .include Modified: branches/2014Q1/sysutils/puppet/pkg-plist ============================================================================== --- branches/2014Q1/sysutils/puppet/pkg-plist Thu Jan 16 17:36:28 2014 (r339944) +++ branches/2014Q1/sysutils/puppet/pkg-plist Thu Jan 16 17:37:28 2014 (r339945) @@ -48,6 +48,7 @@ man/man8/puppet.8.gz %%ETCDIR%%/puppet.conf-dist %%ETCDIR%%/auth.conf-dist www/puppet/config.ru +%%EXAMPLESDIR%%/example-passenger-vhost.conf @exec /usr/sbin/chown -Rh puppet:puppet %D/%F @dirrm www/puppet/public @dirrm www/puppet