svn commit: r357041 - head/sysutils/rubygem-hiera-puppet

Antoine Brodin antoine at FreeBSD.org
Sun Jun 8 15:00:57 UTC 2014


Author: antoine
Date: Sun Jun  8 15:00:57 2014
New Revision: 357041
URL: http://svnweb.freebsd.org/changeset/ports/357041
QAT: https://qat.redports.org/buildarchive/r357041/

Log:
  Fix RUN_DEPENDS

Modified:
  head/sysutils/rubygem-hiera-puppet/Makefile

Modified: head/sysutils/rubygem-hiera-puppet/Makefile
==============================================================================
--- head/sysutils/rubygem-hiera-puppet/Makefile	Sun Jun  8 14:58:37 2014	(r357040)
+++ head/sysutils/rubygem-hiera-puppet/Makefile	Sun Jun  8 15:00:57 2014	(r357041)
@@ -10,7 +10,7 @@ MASTER_SITES=	RG
 MAINTAINER=	mat at FreeBSD.org
 COMMENT=	A data backend for Hiera that queries the Puppet scope for data
 
-RUN_DEPENDS=	puppet>=0:${PORTSDIR}/sysutils/puppet27 \
+RUN_DEPENDS=	puppet27>=0:${PORTSDIR}/sysutils/puppet27 \
 		rubygem-hiera>=1.0:${PORTSDIR}/sysutils/rubygem-hiera
 
 CONFLICTS=	puppet-3.*


More information about the svn-ports-head mailing list