Date: Fri, 5 Feb 2016 02:29:21 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408128 - in head: databases/puppetdb databases/puppetdb-terminus devel/rubygem-kafo_parsers sysutils/puppet4 Message-ID: <201602050229.u152TLqu019069@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602050229.u152TLqu019069>