diff options
author | swills <swills@FreeBSD.org> | 2014-05-24 02:35:42 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-05-24 02:35:42 +0800 |
commit | 3829aeb1f57d2690baff7b3a92e3dead55b123d3 (patch) | |
tree | fc0e85836ceebd1c547fa37c1f6961c23a40f485 /sysutils | |
parent | 8ce27a3f07f214d2fd453d688f6c3de2f31d563d (diff) | |
download | freebsd-ports-gnome-3829aeb1f57d2690baff7b3a92e3dead55b123d3.tar.gz freebsd-ports-gnome-3829aeb1f57d2690baff7b3a92e3dead55b123d3.tar.zst freebsd-ports-gnome-3829aeb1f57d2690baff7b3a92e3dead55b123d3.zip |
- Update to 2.5.1
- Pet portlint
PR: ports/189445
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/mcollective/Makefile | 8 | ||||
-rw-r--r-- | sysutils/mcollective/distinfo | 4 | ||||
-rw-r--r-- | sysutils/mcollective/pkg-plist | 5 |
3 files changed, 10 insertions, 7 deletions
diff --git a/sysutils/mcollective/Makefile b/sysutils/mcollective/Makefile index d7ab21656ff7..42140cca6b92 100644 --- a/sysutils/mcollective/Makefile +++ b/sysutils/mcollective/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= mcollective -PORTVERSION= 2.4.1 +PORTVERSION= 2.5.1 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/${PORTNAME}/ MAINTAINER= swills@FreeBSD.org -COMMENT= A modern scalable datacenter orchestration framework +COMMENT= Modern scalable datacenter orchestration framework RUN_DEPENDS= rubygem-stomp>=0:${PORTSDIR}/devel/rubygem-stomp @@ -15,12 +15,12 @@ NO_BUILD= yes USE_RUBY= yes USE_RC_SUBR= mcollectived -RUBY_SHEBANG_FILES= bin/mcollectived bin/mco bin/mc-call-agent +RUBY_SHEBANG_FILES= bin/mcollectived bin/mco # don't make .bak files REINPLACE_ARGS= -i "" -SCRIPTS= mco mc-call-agent +SCRIPTS= mco SUB_LIST+= RUBY=${RUBY} diff --git a/sysutils/mcollective/distinfo b/sysutils/mcollective/distinfo index f97c46a239a6..0d5e1391d582 100644 --- a/sysutils/mcollective/distinfo +++ b/sysutils/mcollective/distinfo @@ -1,2 +1,2 @@ -SHA256 (mcollective-2.4.1.tar.gz) = 9bb1d06116829d811aed6ac1ca4929743b61fb356aac9942b383ab0524524cb9 -SIZE (mcollective-2.4.1.tar.gz) = 897599 +SHA256 (mcollective-2.5.1.tar.gz) = c1cdd2b645ef7a391e36a1c273f3c981dde9247130f16d9fe2370f58b4b9848c +SIZE (mcollective-2.5.1.tar.gz) = 902373 diff --git a/sysutils/mcollective/pkg-plist b/sysutils/mcollective/pkg-plist index a527d3e4c63e..9a3fece91cae 100644 --- a/sysutils/mcollective/pkg-plist +++ b/sysutils/mcollective/pkg-plist @@ -1,4 +1,3 @@ -bin/mc-call-agent bin/mco sbin/mcollectived %%DATADIR%%/agent/discovery.rb @@ -81,6 +80,7 @@ sbin/mcollectived %%PORTDOCS%%%%DOCSDIR%%/MCollective/Aggregate/Result/NumericResult.html %%PORTDOCS%%%%DOCSDIR%%/MCollective/Application.html %%PORTDOCS%%%%DOCSDIR%%/MCollective/Applications.html +%%PORTDOCS%%%%DOCSDIR%%/MCollective/BackoffSuggestion.html %%PORTDOCS%%%%DOCSDIR%%/MCollective/Cache.html %%PORTDOCS%%%%DOCSDIR%%/MCollective/Client.html %%PORTDOCS%%%%DOCSDIR%%/MCollective/Config.html @@ -114,6 +114,7 @@ sbin/mcollectived %%PORTDOCS%%%%DOCSDIR%%/MCollective/Matcher/Parser.html %%PORTDOCS%%%%DOCSDIR%%/MCollective/Matcher/Scanner.html %%PORTDOCS%%%%DOCSDIR%%/MCollective/Message.html +%%PORTDOCS%%%%DOCSDIR%%/MCollective/MessageNotReceived.html %%PORTDOCS%%%%DOCSDIR%%/MCollective/MissingRPCData.html %%PORTDOCS%%%%DOCSDIR%%/MCollective/MsgDoesNotMatchRequestID.html %%PORTDOCS%%%%DOCSDIR%%/MCollective/MsgTTLExpired.html @@ -145,6 +146,7 @@ sbin/mcollectived %%PORTDOCS%%%%DOCSDIR%%/MCollective/Security/Base.html %%PORTDOCS%%%%DOCSDIR%%/MCollective/SecurityValidationFailed.html %%PORTDOCS%%%%DOCSDIR%%/MCollective/Shell.html +%%PORTDOCS%%%%DOCSDIR%%/MCollective/UnexpectedMessageType.html %%PORTDOCS%%%%DOCSDIR%%/MCollective/UnixDaemon.html %%PORTDOCS%%%%DOCSDIR%%/MCollective/UnknownRPCAction.html %%PORTDOCS%%%%DOCSDIR%%/MCollective/UnknownRPCError.html @@ -226,6 +228,7 @@ sbin/mcollectived %%RUBY_SITELIBDIR%%/mcollective/ddl/discoveryddl.rb %%RUBY_SITELIBDIR%%/mcollective/ddl/validatorddl.rb %%RUBY_SITELIBDIR%%/mcollective/discovery.rb +%%RUBY_SITELIBDIR%%/mcollective/exceptions.rb %%RUBY_SITELIBDIR%%/mcollective/facts.rb %%RUBY_SITELIBDIR%%/mcollective/facts/base.rb %%RUBY_SITELIBDIR%%/mcollective/generators.rb |