From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 2 21:37:25 2011 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1C171065670 for ; Mon, 2 May 2011 21:37:24 +0000 (UTC) (envelope-from renchap@cocoa-x.com) Received: from 27.mail-out.ovh.net (9.27.mail-out.ovh.net [46.105.41.22]) by mx1.freebsd.org (Postfix) with SMTP id 69C7E8FC17 for ; Mon, 2 May 2011 21:37:24 +0000 (UTC) Received: (qmail 27635 invoked by uid 503); 2 May 2011 22:06:05 -0000 Received: from b7.ovh.net (HELO mail190.ha.ovh.net) (213.186.33.57) by 27.mail-out.ovh.net with SMTP; 2 May 2011 22:06:00 -0000 Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 2 May 2011 23:10:37 +0200 Received: from mas91-4-88-189-56-133.fbx.proxad.net (HELO krasus.massy.renchap.com) (renchap@cocoa-x.com@88.189.56.133) by ns0.ovh.net with SMTP; 2 May 2011 23:10:36 +0200 Date: Mon, 2 May 2011 23:10:36 +0200 From: Renaud Chaput To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20110502231036.7a87a288@krasus.massy.renchap.com> In-Reply-To: <201104132310.p3DNABr1081022@freefall.freebsd.org> References: <20110413224404.4C07128AF@tahiri.renchap.com> <201104132310.p3DNABr1081022@freefall.freebsd.org> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/KiIECL9vB_qa1RG/Ewo7JC1" X-Ovh-Tracer-Id: 2147091122811967672 X-Ovh-Remote: 88.189.56.133 (mas91-4-88-189-56-133.fbx.proxad.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: DONE|U 0.5/N Cc: Subject: Re: ports/156383: [MAINTAINER] sysutils/rubygem-ohai: update to 0.6.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2011 21:37:25 -0000 --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--