Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id C48597A166 for ; Thu, 20 Oct 2016 15:01:42 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 72D8085E79; Thu, 20 Oct 2016 15:01:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 03ECA85E6F for ; Thu, 20 Oct 2016 15:01:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 5k96Ry6f_DgC for ; Thu, 20 Oct 2016 15:01:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 73C4985E5C for ; Thu, 20 Oct 2016 15:01:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6F0F2FBD2; Thu, 20 Oct 2016 15:01:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1476975701172740" MIME-Version: 1.0 Date: Thu, 20 Oct 2016 15:01:41 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/misc/ruby-ohai To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20161020150141.6F0F2FBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1476975701172740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Oct 20 15:01:41 UTC 2016 Modified Files: pkgsrc/misc/ruby-ohai: Makefile PLIST distinfo Log Message: Update ruby-ohai to 8.21.0. 8.21.0 (2016-10-16) Full Changelog Implemented enhancements: * Add a new shard plugin #877 (jaymzh) Fixed bugs: * Ohai uptime plugin hangs in Windows. #876 (Aliasgar16) To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/misc/ruby-ohai/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/ruby-ohai/PLIST cvs rdiff -u -r1.11 -r1.12 pkgsrc/misc/ruby-ohai/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1476975701172740 Content-Disposition: inline Content-Length: 3565 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/ruby-ohai/Makefile diff -u pkgsrc/misc/ruby-ohai/Makefile:1.15 pkgsrc/misc/ruby-ohai/Makefile:1.16 --- pkgsrc/misc/ruby-ohai/Makefile:1.15 Sat Oct 15 15:27:01 2016 +++ pkgsrc/misc/ruby-ohai/Makefile Thu Oct 20 15:01:41 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2016/10/15 15:27:01 taca Exp $ +# $NetBSD: Makefile,v 1.16 2016/10/20 15:01:41 taca Exp $ -DISTNAME= ohai-8.20.0 +DISTNAME= ohai-8.21.0 CATEGORIES= misc MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/misc/ruby-ohai/PLIST diff -u pkgsrc/misc/ruby-ohai/PLIST:1.7 pkgsrc/misc/ruby-ohai/PLIST:1.8 --- pkgsrc/misc/ruby-ohai/PLIST:1.7 Sat Oct 15 15:27:01 2016 +++ pkgsrc/misc/ruby-ohai/PLIST Thu Oct 20 15:01:41 2016 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2016/10/15 15:27:01 taca Exp $ +@comment $NetBSD: PLIST,v 1.8 2016/10/20 15:01:41 taca Exp $ bin/ohai${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/Gemfile @@ -129,6 +129,7 @@ ${GEM_LIBDIR}/lib/ohai/plugins/root_grou ${GEM_LIBDIR}/lib/ohai/plugins/ruby.rb ${GEM_LIBDIR}/lib/ohai/plugins/rust.rb ${GEM_LIBDIR}/lib/ohai/plugins/scala.rb +${GEM_LIBDIR}/lib/ohai/plugins/shard.rb ${GEM_LIBDIR}/lib/ohai/plugins/shells.rb ${GEM_LIBDIR}/lib/ohai/plugins/sigar/cpu.rb ${GEM_LIBDIR}/lib/ohai/plugins/sigar/filesystem.rb @@ -199,6 +200,7 @@ ${GEM_LIBDIR}/spec/functional/applicatio ${GEM_LIBDIR}/spec/functional/loader_spec.rb ${GEM_LIBDIR}/spec/functional/plugins/powershell_spec.rb ${GEM_LIBDIR}/spec/functional/plugins/root_group_spec.rb +${GEM_LIBDIR}/spec/functional/plugins/windows/uptime_spec.rb ${GEM_LIBDIR}/spec/ohai_spec.rb ${GEM_LIBDIR}/spec/rcov.opts ${GEM_LIBDIR}/spec/spec.opts @@ -310,6 +312,7 @@ ${GEM_LIBDIR}/spec/unit/plugins/root_gro ${GEM_LIBDIR}/spec/unit/plugins/ruby_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/rust_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/scala_spec.rb +${GEM_LIBDIR}/spec/unit/plugins/shard_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/shells_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/sigar/network_route_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/softlayer_spec.rb @@ -330,6 +333,7 @@ ${GEM_LIBDIR}/spec/unit/plugins/vmware_s ${GEM_LIBDIR}/spec/unit/plugins/windows/cpu_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/windows/fips_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/windows/memory_spec.rb +${GEM_LIBDIR}/spec/unit/plugins/windows/uptime_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/windows/virtualization_spec.rb ${GEM_LIBDIR}/spec/unit/provides_map_spec.rb ${GEM_LIBDIR}/spec/unit/runner_spec.rb Index: pkgsrc/misc/ruby-ohai/distinfo diff -u pkgsrc/misc/ruby-ohai/distinfo:1.11 pkgsrc/misc/ruby-ohai/distinfo:1.12 --- pkgsrc/misc/ruby-ohai/distinfo:1.11 Sat Oct 15 15:27:01 2016 +++ pkgsrc/misc/ruby-ohai/distinfo Thu Oct 20 15:01:41 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2016/10/15 15:27:01 taca Exp $ +$NetBSD: distinfo,v 1.12 2016/10/20 15:01:41 taca Exp $ -SHA1 (ohai-8.20.0.gem) = f161cb5d1b92c9afd436bc1d4f18e16cac002ecb -RMD160 (ohai-8.20.0.gem) = 5c90764495a898c18dbbb87de1c510de50bf4d78 -SHA512 (ohai-8.20.0.gem) = 9d6a6cf46cdc7894887ad5002db6df7412e56650fcbecaa5204f1792a048de94c732c044463485abe1614995f97b24fc2a0fe5200bcffc08c8a171c2a5de6699 -Size (ohai-8.20.0.gem) = 509952 bytes +SHA1 (ohai-8.21.0.gem) = 2d8154efaccac9ffc9edb4dc0a28796463ccc67b +RMD160 (ohai-8.21.0.gem) = 8c1f87f00637bbe73ed3ca2f3d4eeb0b9a69cd86 +SHA512 (ohai-8.21.0.gem) = 84b8da5648570101921f93480bc67a12d0b781ecd07a00a711933e6049d644d5dc5f2333af0dd60e9135594f21ebfe8c1903a4aac0503c30bec19479713b89cc +Size (ohai-8.21.0.gem) = 512512 bytes --_----------=_1476975701172740--