diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-05-23 18:35:42 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-05-23 18:35:42 +0000 |
commit | 0a49430aea0ee55aa290412ba8b23c2d969ad004 (patch) | |
tree | fc0e85836ceebd1c547fa37c1f6961c23a40f485 /sysutils/mcollective | |
parent | ce4b6709c11b2d674fff4a344cba247c4dd10118 (diff) | |
download | ports-0a49430aea0ee55aa290412ba8b23c2d969ad004.tar.gz ports-0a49430aea0ee55aa290412ba8b23c2d969ad004.zip |
Notes
Diffstat (limited to 'sysutils/mcollective')
-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 |