diff options
author | taca <taca@pkgsrc.org> | 2015-10-04 13:01:04 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-10-04 13:01:04 +0000 |
commit | 3f2fc06e246c7e42de17109f23e26adb4e0ec347 (patch) | |
tree | 14ab211a6c505405b44d062e38c942921c5dd86c /misc | |
parent | cbfe52f539e49a31e52154eb133de913dc536944 (diff) | |
download | pkgsrc-3f2fc06e246c7e42de17109f23e26adb4e0ec347.tar.gz |
Update ruby-ohai to 8.6.0.
Release 8.6.0
Phil Dibowitz:
* Provide a new and improved filesystem plugin for Linux & Mac
(filesystem2), to support CentOS7, multiple virtual filesystems, etc.
* Fix Darwin filesystem plugin on newer MacOSX
Jonathan Amiez:
* Linux filesystems plugin report wrong fs-type for logical volumes
involucelate
* Fix Windows 2008 hostname truncation #554
Pavel Yudin:
* Detect Parallels host and guest virtualization
Claire McQuin:
* Deprecate Ohai::Config in favor of Ohai::Config.ohai.
* Load a configuration file while running as an application.
PR #597:
* Correct platform, platform_family and version detection on Cisco's Nexus
platforms.
cmluciano:
* add vmware plugin
Jean Baptiste Favre:
* Detect updated docker cgroup format
Shahul Khajamohideen:
* Fix memory plugin output on Solaris
* Add swap space attributes for Solaris memory plugin
* Add swap space attributes for AIX
* Add support for SPARC based processors in Solaris cpu plugin
* Make AIX cpu plugin's output consistent with Solaris cpu plugin
* Make AIX, Solaris memory output consistent to Linux
Sean Horn:
* ec2 plugin should handle binary userdata too
Alexey Karpik:
* Add support for SoftLayer cloud
MichaelSp:
* return correct ipaddress for openvz guests
Anthony Caiafa:
* Only run ifconfig against active interfaces
Shahul Khajamohideen and Sean Escriva:
* Windows Memory plugin
Chris Chambers:
* Convert Solaris OHAI CPU detection to kstat from psrinfo
Release 8.5.0
* PR #548: Coerce non-UTF8 strings to UTF8 in output to suppress UTF8
encoding exceptions
* PR #544 add support for Wind River Linux and Cisco's Nexus platforms
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ruby-ohai/Makefile | 12 | ||||
-rw-r--r-- | misc/ruby-ohai/distinfo | 8 |
2 files changed, 13 insertions, 7 deletions
diff --git a/misc/ruby-ohai/Makefile b/misc/ruby-ohai/Makefile index c5ceb9777fa..3fa5b3835e7 100644 --- a/misc/ruby-ohai/Makefile +++ b/misc/ruby-ohai/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2015/06/11 17:28:17 taca Exp $ +# $NetBSD: Makefile,v 1.8 2015/10/04 13:01:04 taca Exp $ -DISTNAME= ohai-8.4.0 +DISTNAME= ohai-8.6.0 CATEGORIES= misc MAINTAINER= pkgsrc-users@NetBSD.org @@ -16,13 +16,19 @@ DEPENDS+= ${RUBY_PKGPREFIX}-mixlib-cli>=1.5.0:../../devel/ruby-mixlib-cli DEPENDS+= ${RUBY_PKGPREFIX}-mixlib-config>=2.1.0:../../devel/ruby-mixlib-config DEPENDS+= ${RUBY_PKGPREFIX}-mixlib-log>=1.6.0:../../devel/ruby-mixlib-log DEPENDS+= ${RUBY_PKGPREFIX}-mixlib-shellout>=2.0.0:../../devel/ruby-mixlib-shellout -DEPENDS+= ${RUBY_PKGPREFIX}-rake>=10.1:../../devel/ruby-rake DEPENDS+= ${RUBY_PKGPREFIX}-wmi-lite>=1.0:../../devel/ruby-wmi-lite DEPENDS+= ${RUBY_PKGPREFIX}-ipaddress>=0.8.0:../../net/ruby-ipaddress +DEPENDS+= ${RUBY_PKGPREFIX}-chef-config<13:../../sysutils/ruby-chef-config RUBY_VERSION_SUPPORTED= 200 21 22 RUBYGEM_OPTIONS+= --format-executable +.include "../../lang/ruby/rubyversion.mk" + +.if ${RUBY_VER} == 200 +DEPENDS+= ${RUBY_PKGPREFIX}-rake>=10.1:../../devel/ruby-rake +.endif + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/ruby-ohai/distinfo b/misc/ruby-ohai/distinfo index 2023455c621..52c765d361a 100644 --- a/misc/ruby-ohai/distinfo +++ b/misc/ruby-ohai/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2015/06/11 17:28:17 taca Exp $ +$NetBSD: distinfo,v 1.5 2015/10/04 13:01:04 taca Exp $ -SHA1 (ohai-8.4.0.gem) = bde318dbf69be3c21e95eeb3fedd19a3ed85abec -RMD160 (ohai-8.4.0.gem) = 3057402129cbe3288fd5bd4c1c5e0fbcbbdd9bd8 -Size (ohai-8.4.0.gem) = 433664 bytes +SHA1 (ohai-8.6.0.gem) = 2eb368734bcc4a265845d89dcbce09f854bb0a48 +RMD160 (ohai-8.6.0.gem) = 90f8265d0fe6222ffd693e818efbb4dbc277d234 +Size (ohai-8.6.0.gem) = 470016 bytes |