Date: Thu, 27 Sep 2018 09:29:45 +0000 (UTC) From: =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480796 - in head/sysutils: mcollective-actionpolicy-auth mcollective-nettest-common mcollective-nrpe-common mcollective-puppet-common mcollective-service-common Message-ID: <201809270929.w8R9TjPZ093224@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809270929.w8R9TjPZ093224>