From owner-svn-ports-all@FreeBSD.ORG Fri May 23 18:35:43 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E419DC8; Fri, 23 May 2014 18:35:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B7662A31; Fri, 23 May 2014 18:35:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4NIZhmL084992; Fri, 23 May 2014 18:35:43 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4NIZguP084989; Fri, 23 May 2014 18:35:42 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201405231835.s4NIZguP084989@svn.freebsd.org> From: Steve Wills Date: Fri, 23 May 2014 18:35:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354956 - head/sysutils/mcollective X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 May 2014 18:35:43 -0000 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 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