- Update to 2.5.1
- Pet portlint PR: ports/189445 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
This commit is contained in:
parent
ce4b6709c1
commit
0a49430aea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354956
3 changed files with 10 additions and 7 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue