diff options
author | swills <swills@FreeBSD.org> | 2012-10-30 03:16:19 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-10-30 03:16:19 +0800 |
commit | edfd877ef469cb983548ca0c450afc5fe24b3972 (patch) | |
tree | 81b139e7f5887fcdfb4768ebf1b2547f156d1d31 | |
parent | 75df32b3cb49e8926ee8c87b1de8a57e5ce36267 (diff) | |
download | freebsd-ports-gnome-edfd877ef469cb983548ca0c450afc5fe24b3972.tar.gz freebsd-ports-gnome-edfd877ef469cb983548ca0c450afc5fe24b3972.tar.zst freebsd-ports-gnome-edfd877ef469cb983548ca0c450afc5fe24b3972.zip |
- Add dep on rubygem-hiera to fix use with hiera
Reported by: tdb
Tested by: tdb
Pointyhat to: swills
Feature safe: yes
-rw-r--r-- | sysutils/puppet/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/puppet/Makefile b/sysutils/puppet/Makefile index db97a016db58..5569bdb5256d 100644 --- a/sysutils/puppet/Makefile +++ b/sysutils/puppet/Makefile @@ -3,6 +3,7 @@ PORTNAME= puppet PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ @@ -10,9 +11,10 @@ MAINTAINER= swills@FreeBSD.org COMMENT= A configuration management framework written in Ruby RUN_DEPENDS= facter>=0:${PORTSDIR}/sysutils/facter \ - rubygem-ruby-augeas>=0:${PORTSDIR}/textproc/rubygem-augeas + rubygem-ruby-augeas>=0:${PORTSDIR}/textproc/rubygem-augeas \ + rubygem-hiera>=0:${PORTSDIR}/sysutils/rubygem-hiera -CONFLICTS= puppet-2* rubygem-hiera-puppet-[0-9]* +CONFLICTS= puppet-2* NO_BUILD= yes USE_RUBY= yes USE_RUBY_FEATURES= iconv |