From owner-svn-ports-head@freebsd.org Sun Aug 14 02:03:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D728BB84E9; Sun, 14 Aug 2016 02:03:41 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 DA5CB12B0; Sun, 14 Aug 2016 02:03:40 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7E23esE066553; Sun, 14 Aug 2016 02:03:40 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7E23dqG066550; Sun, 14 Aug 2016 02:03:39 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201608140203.u7E23dqG066550@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 14 Aug 2016 02:03:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420173 - 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-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2016 02:03:41 -0000 Author: swills Date: Sun Aug 14 02:03:39 2016 New Revision: 420173 URL: https://svnweb.freebsd.org/changeset/ports/420173 Log: sysutils/mcollective: update to 2.9.0 Modified: head/sysutils/mcollective/Makefile head/sysutils/mcollective/distinfo head/sysutils/mcollective/pkg-plist Modified: head/sysutils/mcollective/Makefile ============================================================================== --- head/sysutils/mcollective/Makefile Sun Aug 14 01:04:35 2016 (r420172) +++ head/sysutils/mcollective/Makefile Sun Aug 14 02:03:39 2016 (r420173) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mcollective -PORTVERSION= 2.8.2 -PORTREVISION= 1 +PORTVERSION= 2.9.0 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/${PORTNAME}/ Modified: head/sysutils/mcollective/distinfo ============================================================================== --- head/sysutils/mcollective/distinfo Sun Aug 14 01:04:35 2016 (r420172) +++ head/sysutils/mcollective/distinfo Sun Aug 14 02:03:39 2016 (r420173) @@ -1,2 +1,3 @@ -SHA256 (mcollective-2.8.2.tar.gz) = 03e23d8e79ccee6394f0dd31456fb56c3ae4ca2891027062377a2aaa5b5c5fe9 -SIZE (mcollective-2.8.2.tar.gz) = 720217 +TIMESTAMP = 1471112087 +SHA256 (mcollective-2.9.0.tar.gz) = 2e8339f838e4a6a40cdc4ea8601cab2c1dd52bf4b212eee943aa68a4a002d771 +SIZE (mcollective-2.9.0.tar.gz) = 914796 Modified: head/sysutils/mcollective/pkg-plist ============================================================================== --- head/sysutils/mcollective/pkg-plist Sun Aug 14 01:04:35 2016 (r420172) +++ head/sysutils/mcollective/pkg-plist Sun Aug 14 02:03:39 2016 (r420173) @@ -27,6 +27,7 @@ bin/mco %%RUBY_SITELIBDIR%%/mcollective/aggregate/summary.rb %%RUBY_SITELIBDIR%%/mcollective/application.rb %%RUBY_SITELIBDIR%%/mcollective/application/completion.rb +%%RUBY_SITELIBDIR%%/mcollective/application/describe_filter.rb %%RUBY_SITELIBDIR%%/mcollective/application/facts.rb %%RUBY_SITELIBDIR%%/mcollective/application/find.rb %%RUBY_SITELIBDIR%%/mcollective/application/help.rb