Date: Fri, 23 May 2014 18:35:42 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354956 - head/sysutils/mcollective Message-ID: <201405231835.s4NIZguP084989@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Fri May 23 18:35:42 2014 New Revision: 354956 URL: http://svnweb.freebsd.org/changeset/ports/354956 QAT: https://qat.redports.org/buildarchive/r354956/ Log: - Update to 2.5.1 - Pet portlint PR: ports/189445 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Modified: head/sysutils/mcollective/Makefile head/sysutils/mcollective/distinfo head/sysutils/mcollective/pkg-plist Modified: head/sysutils/mcollective/Makefile ============================================================================== --- head/sysutils/mcollective/Makefile Fri May 23 18:34:20 2014 (r354955) +++ head/sysutils/mcollective/Makefile Fri May 23 18:35:42 2014 (r354956) @@ -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} Modified: head/sysutils/mcollective/distinfo ============================================================================== --- head/sysutils/mcollective/distinfo Fri May 23 18:34:20 2014 (r354955) +++ head/sysutils/mcollective/distinfo Fri May 23 18:35:42 2014 (r354956) @@ -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 Modified: head/sysutils/mcollective/pkg-plist ============================================================================== --- head/sysutils/mcollective/pkg-plist Fri May 23 18:34:20 2014 (r354955) +++ head/sysutils/mcollective/pkg-plist Fri May 23 18:35:42 2014 (r354956) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405231835.s4NIZguP084989>