From owner-freebsd-ruby@FreeBSD.ORG Mon May 2 21:40:08 2011 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CC45106564A for ; Mon, 2 May 2011 21:40:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 370678FC0C for ; Mon, 2 May 2011 21:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p42Le8WF008402 for ; Mon, 2 May 2011 21:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p42Le8BJ008401; Mon, 2 May 2011 21:40:08 GMT (envelope-from gnats) Date: Mon, 2 May 2011 21:40:08 GMT Message-Id: <201105022140.p42Le8BJ008401@freefall.freebsd.org> To: ruby@FreeBSD.org From: Renaud Chaput Cc: Subject: Re: ports/156383: [MAINTAINER] sysutils/rubygem-ohai: update to 0.6.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Renaud Chaput List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2011 21:40:08 -0000 The following reply was made to PR ports/156383; it has been noted by GNATS. From: Renaud Chaput To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/156383: [MAINTAINER] sysutils/rubygem-ohai: update to 0.6.0 Date: Mon, 2 May 2011 23:10:36 +0200 --MP_/KiIECL9vB_qa1RG/Ewo7JC1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline A new version of ohai is released, here is the patch to update the port to 0.6.4 Le Wed, 13 Apr 2011 23:10:11 GMT, FreeBSD-gnats-submit@FreeBSD.org a =C3=A9crit : > Thank you very much for your problem report. > It has the internal identification `ports/156383'. > The individual assigned to look at your > report is: freebsd-ports-bugs.=20 >=20 > You can access the state of your problem report at any time > via this link: >=20 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D156383 >=20 > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: [MAINTAINER] sysutils/rubygem-ohai: update to 0.6.0 > >Arrival-Date: Wed Apr 13 23:10:11 UTC 2011 --MP_/KiIECL9vB_qa1RG/Ewo7JC1 Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=rubygem-ohai-0.6.4.patch diff -ruN --exclude=CVS /usr/ports/sysutils/rubygem-ohai/Makefile /usr/home/renchap/ports/sysutils/rubygem-ohai/Makefile --- /usr/ports/sysutils/rubygem-ohai/Makefile 2011-03-05 20:55:24.314378856 +0100 +++ /usr/home/renchap/ports/sysutils/rubygem-ohai/Makefile 2011-05-02 22:59:01.472531551 +0200 @@ -2,11 +2,11 @@ # Date created: 18 Mar 2010 # Whom: Renaud Chaput # -# $FreeBSD: ports/sysutils/rubygem-ohai/Makefile,v 1.12 2011/03/02 21:39:57 pav Exp $ +# $FreeBSD: ports/sysutils/rubygem-ohai/Makefile,v 1.8 2010/12/08 20:48:29 pgollucci Exp $ # PORTNAME= ohai -PORTVERSION= 0.5.8 +PORTVERSION= 0.6.4 CATEGORIES= sysutils rubygems MASTER_SITES= RG @@ -17,10 +17,7 @@ rubygem-mixlib-config>=0:${PORTSDIR}/devel/rubygem-mixlib-config \ rubygem-mixlib-cli>=0:${PORTSDIR}/devel/rubygem-mixlib-cli \ rubygem-systemu>=0:${PORTSDIR}/devel/rubygem-systemu \ - rubygem-extlib>=0:${PORTSDIR}/devel/rubygem-extlib \ - rubygem-json>=1.4.4:${PORTSDIR}/devel/rubygem-json - -BROKEN= does not install + rubygem-yajl-ruby>=0:${PORTSDIR}/devel/rubygem-yajl-ruby USE_RUBY= yes USE_RUBYGEMS= yes diff -ruN --exclude=CVS /usr/ports/sysutils/rubygem-ohai/distinfo /usr/home/renchap/ports/sysutils/rubygem-ohai/distinfo --- /usr/ports/sysutils/rubygem-ohai/distinfo 2010-12-23 08:49:55.461561008 +0100 +++ /usr/home/renchap/ports/sysutils/rubygem-ohai/distinfo 2011-05-02 23:00:03.454238697 +0200 @@ -1,2 +1,2 @@ -SHA256 (rubygem/ohai-0.5.8.gem) = cf7a7e1f3505b91d64081177851d8555d05b180399f1581a790053a6d9da79a4 -SIZE (rubygem/ohai-0.5.8.gem) = 68608 +SHA256 (rubygem/ohai-0.6.4.gem) = 4e7156da28f45818d9c39f1577c6c9b4d68f05d3961233ea2558879f0cc0b7bd +SIZE (rubygem/ohai-0.6.4.gem) = 81408 diff -ruN --exclude=CVS /usr/ports/sysutils/rubygem-ohai/rubygem-ohai-0.6.4.patch /usr/home/renchap/ports/sysutils/rubygem-ohai/rubygem-ohai-0.6.4.patch --- /usr/ports/sysutils/rubygem-ohai/rubygem-ohai-0.6.4.patch 1970-01-01 01:00:00.000000000 +0100 +++ /usr/home/renchap/ports/sysutils/rubygem-ohai/rubygem-ohai-0.6.4.patch 2011-05-02 23:07:36.517941296 +0200 @@ -0,0 +1 @@ --MP_/KiIECL9vB_qa1RG/Ewo7JC1--