svn commit: r480796 - in head/sysutils: mcollective-actionpolicy-auth mcollective-nettest-common mcollective-nrpe-common mcollective-puppet-common mcollective-service-common

Romain Tartière romain at FreeBSD.org
Thu Sep 27 09:29:46 UTC 2018


Author: romain
Date: Thu Sep 27 09:29:44 2018
New Revision: 480796
URL: https://svnweb.freebsd.org/changeset/ports/480796

Log:
  Deprecate a bunch of MCollective related ports
  
  No expiration date for now, but Marionette Collective agents are better
  distributed to nodes by the Puppet Master, so that a consistent version is
  deployed on all nodes.
  
  With hat:	puppet

Modified:
  head/sysutils/mcollective-actionpolicy-auth/Makefile
  head/sysutils/mcollective-nettest-common/Makefile
  head/sysutils/mcollective-nrpe-common/Makefile
  head/sysutils/mcollective-puppet-common/Makefile
  head/sysutils/mcollective-service-common/Makefile

Modified: head/sysutils/mcollective-actionpolicy-auth/Makefile
==============================================================================
--- head/sysutils/mcollective-actionpolicy-auth/Makefile	Thu Sep 27 09:11:02 2018	(r480795)
+++ head/sysutils/mcollective-actionpolicy-auth/Makefile	Thu Sep 27 09:29:44 2018	(r480796)
@@ -9,6 +9,8 @@ COMMENT=	MCollective Authorization plugin allowing fin
 
 LICENSE=	APACHE20
 
+DEPRECATED=	Agents are better distributed through the Puppet forge
+
 RUN_DEPENDS=	mcollective>=2:sysutils/mcollective
 
 USE_GITHUB=	yes

Modified: head/sysutils/mcollective-nettest-common/Makefile
==============================================================================
--- head/sysutils/mcollective-nettest-common/Makefile	Thu Sep 27 09:11:02 2018	(r480795)
+++ head/sysutils/mcollective-nettest-common/Makefile	Thu Sep 27 09:29:44 2018	(r480796)
@@ -9,6 +9,8 @@ COMMENT?=	MCollective common files to test ICMP and TC
 
 LICENSE=	APACHE20
 
+DEPRECATED=	Agents are better distributed through the Puppet forge
+
 RUN_DEPENDS?=	mcollective>=2:sysutils/mcollective
 
 USE_GITHUB=	yes

Modified: head/sysutils/mcollective-nrpe-common/Makefile
==============================================================================
--- head/sysutils/mcollective-nrpe-common/Makefile	Thu Sep 27 09:11:02 2018	(r480795)
+++ head/sysutils/mcollective-nrpe-common/Makefile	Thu Sep 27 09:29:44 2018	(r480796)
@@ -9,6 +9,8 @@ COMMENT?=	MCollective common files to interact with th
 
 LICENSE=	APACHE20
 
+DEPRECATED=	Agents are better distributed through the Puppet forge
+
 RUN_DEPENDS?=	mcollective>=2:sysutils/mcollective
 
 USE_GITHUB=	yes

Modified: head/sysutils/mcollective-puppet-common/Makefile
==============================================================================
--- head/sysutils/mcollective-puppet-common/Makefile	Thu Sep 27 09:11:02 2018	(r480795)
+++ head/sysutils/mcollective-puppet-common/Makefile	Thu Sep 27 09:29:44 2018	(r480796)
@@ -9,6 +9,8 @@ COMMENT?=	MCollective common files to manage the Puppe
 
 LICENSE=	APACHE20
 
+DEPRECATED=	Agents are better distributed through the Puppet forge
+
 RUN_DEPENDS?=	mcollective>=2:sysutils/mcollective
 
 USE_GITHUB=	yes

Modified: head/sysutils/mcollective-service-common/Makefile
==============================================================================
--- head/sysutils/mcollective-service-common/Makefile	Thu Sep 27 09:11:02 2018	(r480795)
+++ head/sysutils/mcollective-service-common/Makefile	Thu Sep 27 09:29:44 2018	(r480796)
@@ -9,6 +9,8 @@ COMMENT?=	MCollective common files to manage the OS Se
 
 LICENSE=	APACHE20
 
+DEPRECATED=	Agents are better distributed through the Puppet forge
+
 RUN_DEPENDS?=	mcollective>=2:sysutils/mcollective
 
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list