aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorglarkin <glarkin@FreeBSD.org>2013-09-06 23:42:07 +0800
committerglarkin <glarkin@FreeBSD.org>2013-09-06 23:42:07 +0800
commite24b0a64f57b1f1336b18b8e5274cfd70434fa51 (patch)
tree6d543c4bb88818b256e9d558477b0ec17aa6ca99 /sysutils
parent8c2e7782b2c6cecaf43ad098000397c70d41b1bf (diff)
downloadfreebsd-ports-gnome-e24b0a64f57b1f1336b18b8e5274cfd70434fa51.tar.gz
freebsd-ports-gnome-e24b0a64f57b1f1336b18b8e5274cfd70434fa51.tar.zst
freebsd-ports-gnome-e24b0a64f57b1f1336b18b8e5274cfd70434fa51.zip
- Ensure that Puppet 2.7 is installed if not already present, not
the conflicting Puppet 3.x version Reported by: jgh
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/rubygem-hiera-puppet/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/rubygem-hiera-puppet/Makefile b/sysutils/rubygem-hiera-puppet/Makefile
index c02f406fbb3b..a7504be30cac 100644
--- a/sysutils/rubygem-hiera-puppet/Makefile
+++ b/sysutils/rubygem-hiera-puppet/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= RG
MAINTAINER= glarkin@FreeBSD.org
COMMENT= A data backend for Hiera that queries the Puppet scope for data
-RUN_DEPENDS= puppet>=0:${PORTSDIR}/sysutils/puppet \
+RUN_DEPENDS= puppet>=0:${PORTSDIR}/sysutils/puppet27 \
rubygem-hiera>=1.0:${PORTSDIR}/sysutils/rubygem-hiera
CONFLICTS= puppet-3.*