svn commit: r338119 - branches/2014Q1/sysutils/puppet

Mathieu Arnold mat at FreeBSD.org
Mon Dec 30 15:00:30 UTC 2013


Author: mat
Date: Mon Dec 30 15:00:29 2013
New Revision: 338119
URL: http://svnweb.freebsd.org/changeset/ports/338119

Log:
  MFH: r338118
  
  Fixup installation.
  
  Reported by:	demon
  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	Mon Dec 30 14:56:34 2013	(r338118)
+++ branches/2014Q1/sysutils/puppet/Makefile	Mon Dec 30 15:00:29 2013	(r338119)
@@ -3,7 +3,7 @@
 
 PORTNAME=	puppet
 PORTVERSION=	3.3.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	sysutils
 MASTER_SITES=	http://downloads.puppetlabs.com/puppet/
 

Modified: branches/2014Q1/sysutils/puppet/pkg-plist
==============================================================================
--- branches/2014Q1/sysutils/puppet/pkg-plist	Mon Dec 30 14:56:34 2013	(r338118)
+++ branches/2014Q1/sysutils/puppet/pkg-plist	Mon Dec 30 15:00:29 2013	(r338119)
@@ -48,13 +48,13 @@ man/man8/puppet.8.gz
 %%ETCDIR%%/puppet.conf-dist
 %%ETCDIR%%/auth.conf-dist
 www/puppet/config.ru
+ at exec /usr/sbin/chown -Rh puppet:puppet %D/%F
 @dirrm www/puppet/public
 @dirrm www/puppet
 @dirrmtry etc/puppet/modules
 @dirrmtry etc/puppet
 @unexec rmdir /var/puppet 2>/dev/null || :
 @exec /usr/sbin/chown -Rh puppet:puppet /var/puppet
- at 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


More information about the svn-ports-branches mailing list