svn commit: r338118 - head/sysutils/puppet
Mathieu Arnold
mat at FreeBSD.org
Mon Dec 30 14:56:35 UTC 2013
Author: mat
Date: Mon Dec 30 14:56:34 2013
New Revision: 338118
URL: http://svnweb.freebsd.org/changeset/ports/338118
Log:
Fixup installation.
Reported by: demon
Modified:
head/sysutils/puppet/Makefile
head/sysutils/puppet/pkg-plist
Modified: head/sysutils/puppet/Makefile
==============================================================================
--- head/sysutils/puppet/Makefile Mon Dec 30 14:30:07 2013 (r338117)
+++ head/sysutils/puppet/Makefile Mon Dec 30 14:56:34 2013 (r338118)
@@ -3,7 +3,7 @@
PORTNAME= puppet
PORTVERSION= 3.3.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= sysutils
MASTER_SITES= http://downloads.puppetlabs.com/puppet/
Modified: head/sysutils/puppet/pkg-plist
==============================================================================
--- head/sysutils/puppet/pkg-plist Mon Dec 30 14:30:07 2013 (r338117)
+++ head/sysutils/puppet/pkg-plist Mon Dec 30 14:56:34 2013 (r338118)
@@ -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-all
mailing list