svn commit: r408128 - in head: databases/puppetdb databases/puppetdb-terminus devel/rubygem-kafo_parsers sysutils/puppet4

Steve Wills swills at FreeBSD.org
Fri Feb 5 02:29:23 UTC 2016


Author: swills
Date: Fri Feb  5 02:29:21 2016
New Revision: 408128
URL: https://svnweb.freebsd.org/changeset/ports/408128

Log:
  cleanup after puppet rename

Modified:
  head/databases/puppetdb-terminus/Makefile
  head/databases/puppetdb/Makefile
  head/devel/rubygem-kafo_parsers/Makefile
  head/sysutils/puppet4/Makefile

Modified: head/databases/puppetdb-terminus/Makefile
==============================================================================
--- head/databases/puppetdb-terminus/Makefile	Fri Feb  5 02:13:01 2016	(r408127)
+++ head/databases/puppetdb-terminus/Makefile	Fri Feb  5 02:29:21 2016	(r408128)
@@ -11,7 +11,7 @@ COMMENT=	PuppetDB storeconfigs backend t
 
 LICENSE=	APACHE20
 
-BUILD_DEPENDS=	puppet>=0:${PORTSDIR}/sysutils/puppet
+BUILD_DEPENDS=	puppet>=0:${PORTSDIR}/sysutils/puppet38
 
 USE_RUBY=	yes
 NO_BUILD=	yes

Modified: head/databases/puppetdb/Makefile
==============================================================================
--- head/databases/puppetdb/Makefile	Fri Feb  5 02:13:01 2016	(r408127)
+++ head/databases/puppetdb/Makefile	Fri Feb  5 02:29:21 2016	(r408128)
@@ -11,7 +11,7 @@ COMMENT=	PuppetDB storeconfigs backend
 LICENSE=	APACHE20
 
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash \
-		puppet:${PORTSDIR}/sysutils/puppet
+		puppet:${PORTSDIR}/sysutils/puppet38
 BUILD_DEPENDS=	rubygem-facter>=0:${PORTSDIR}/sysutils/rubygem-facter \
 		rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake
 

Modified: head/devel/rubygem-kafo_parsers/Makefile
==============================================================================
--- head/devel/rubygem-kafo_parsers/Makefile	Fri Feb  5 02:13:01 2016	(r408127)
+++ head/devel/rubygem-kafo_parsers/Makefile	Fri Feb  5 02:29:21 2016	(r408128)
@@ -12,7 +12,7 @@ COMMENT=	Parser for puppet modules
 
 LICENSE=	GPLv3
 
-RUN_DEPENDS=	puppet:${PORTSDIR}/sysutils/puppet
+RUN_DEPENDS=	puppet:${PORTSDIR}/sysutils/puppet38
 
 NO_ARCH=	yes
 

Modified: head/sysutils/puppet4/Makefile
==============================================================================
--- head/sysutils/puppet4/Makefile	Fri Feb  5 02:13:01 2016	(r408127)
+++ head/sysutils/puppet4/Makefile	Fri Feb  5 02:29:21 2016	(r408128)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	rubygem-hiera>=2.0:${PORTSD
 
 USES=		cpe
 CPE_VENDOR=	puppetlabs
-CONFLICTS_INSTALL=	puppet-* puppet37-*
+CONFLICTS_INSTALL=	puppet38-* puppet37-*
 NO_ARCH=	yes
 NO_BUILD=	yes
 USE_RUBY=	yes


More information about the svn-ports-all mailing list