Date: Mon, 13 Aug 2012 15:19:39 GMT From: Steven Wills <swills@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/170611: [patch] update sysutils/rubygem-ohai to latest version Message-ID: <201208131519.q7DFJdV4039236@red.freebsd.org> Resent-Message-ID: <201208131520.q7DFKDKH047988@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 170611 >Category: ports >Synopsis: [patch] update sysutils/rubygem-ohai to latest version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Aug 13 15:20:13 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steven Wills >Release: >Organization: >Environment: >Description: See attached patch >How-To-Repeat: >Fix: Index: distinfo =================================================================== --- distinfo (revision 302183) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (rubygem/ohai-0.6.10.gem) = 221ebda60b428a49f50ae8d0bfb02e0deabb92b9da88f35516891eae1ae789b6 -SIZE (rubygem/ohai-0.6.10.gem) = 86528 +SHA256 (rubygem/ohai-6.14.0.gem) = 71a52511bf0bccda69ea415436bf984b403f6025db9b6e39b7705cd197f0f1e2 +SIZE (rubygem/ohai-6.14.0.gem) = 109056 Index: Makefile =================================================================== --- Makefile (revision 302183) +++ Makefile (working copy) @@ -6,17 +6,18 @@ # PORTNAME= ohai -PORTVERSION= 0.6.10 +PORTVERSION= 6.14.0 CATEGORIES= sysutils rubygems MASTER_SITES= RG MAINTAINER= renchap@cocoa-x.com COMMENT= Ohai profiles your system and emits JSON -RUN_DEPENDS= rubygem-mixlib-log>=0:${PORTSDIR}/devel/rubygem-mixlib-log \ +RUN_DEPENDS= rubygem-ipaddress>=0:${PORTSDIR}/net/rubygem-ipaddress \ + rubygem-mixlib-log>=0:${PORTSDIR}/devel/rubygem-mixlib-log \ rubygem-mixlib-config>=0:${PORTSDIR}/devel/rubygem-mixlib-config \ rubygem-mixlib-cli>=0:${PORTSDIR}/devel/rubygem-mixlib-cli \ - rubygem-systemu=2.2.0:${PORTSDIR}/devel/rubygem-systemu \ + rubygem-systemu>=0:${PORTSDIR}/devel/rubygem-systemu \ rubygem-yajl-ruby>=0:${PORTSDIR}/devel/rubygem-yajl-ruby USE_RUBY= yes >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208131519.q7DFJdV4039236>