svn commit: r339806 - head/sysutils/puppet

Steve Wills swills at FreeBSD.org
Wed Jan 15 19:00:15 UTC 2014


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 <bsd.port.post.mk>

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


More information about the svn-ports-all mailing list