From owner-svn-ports-head@FreeBSD.ORG Wed Jan 15 19:00:15 2014 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 785682D6; Wed, 15 Jan 2014 19:00:15 +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 651FA19FD; Wed, 15 Jan 2014 19:00:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0FJ0Fcs074844; Wed, 15 Jan 2014 19:00:15 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0FJ0Frp074842; Wed, 15 Jan 2014 19:00:15 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201401151900.s0FJ0Frp074842@svn.freebsd.org> From: Steve Wills Date: Wed, 15 Jan 2014 19:00:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339806 - head/sysutils/puppet 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.17 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: Wed, 15 Jan 2014 19:00:15 -0000 Author: swills Date: Wed Jan 15 19:00:14 2014 New Revision: 339806 URL: http://svnweb.freebsd.org/changeset/ports/339806 QAT: https://qat.redports.org/buildarchive/r339806/ Log: - Install the passenger example config file Reported by: mat Modified: head/sysutils/puppet/Makefile head/sysutils/puppet/pkg-plist Modified: head/sysutils/puppet/Makefile ============================================================================== --- head/sysutils/puppet/Makefile Wed Jan 15 18:59:47 2014 (r339805) +++ head/sysutils/puppet/Makefile Wed Jan 15 19:00:14 2014 (r339806) @@ -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: head/sysutils/puppet/pkg-plist ============================================================================== --- head/sysutils/puppet/pkg-plist Wed Jan 15 18:59:47 2014 (r339805) +++ head/sysutils/puppet/pkg-plist Wed Jan 15 19:00:14 2014 (r339806) @@ -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