From owner-freebsd-ruby@FreeBSD.ORG Tue May 3 10:50:09 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 CE53E106566B for ; Tue, 3 May 2011 10:50:09 +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 BA9328FC24 for ; Tue, 3 May 2011 10:50:09 +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 p43Ao9XK067541 for ; Tue, 3 May 2011 10:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p43Ao92Z067540; Tue, 3 May 2011 10:50:09 GMT (envelope-from gnats) Date: Tue, 3 May 2011 10:50:09 GMT Message-Id: <201105031050.p43Ao92Z067540@freefall.freebsd.org> To: ruby@FreeBSD.org From: Renaud Chaput Cc: Subject: Re: ports/156789: [MAINTAINER] sysutils/rubygem-chef: update to 0.10.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: Tue, 03 May 2011 10:50:09 -0000 The following reply was made to PR ports/156789; it has been noted by GNATS. From: Renaud Chaput To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/156789: [MAINTAINER] sysutils/rubygem-chef: update to 0.10.0 Date: Tue, 3 May 2011 12:49:18 +0200 --MP_/WKezzDs/OLXHIIm2LxcAa3R Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I missed a typo, this port should depend on rubygen-json 1.5.1, not 1.5.1. Here is the updated diff. Le Tue, 3 May 2011 05:20:09 GMT, FreeBSD-gnats-submit@FreeBSD.org a =C3=A9crit : > Thank you very much for your problem report. > It has the internal identification `ports/156789'. > 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=3D156789 >=20 > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: [MAINTAINER] sysutils/rubygem-chef: update to 0.10.0 > >Arrival-Date: Tue May 03 05:20:09 UTC 2011 --MP_/WKezzDs/OLXHIIm2LxcAa3R Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=rubygem-chef-0.10.0.diff ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports/sysutils/rubygem-chef/Makefile /usr/home/renchap/ports/sysutils/rubygem-chef/Makefile --- /usr/ports/sysutils/rubygem-chef/Makefile 2011-03-05 20:55:24.300447078 +0100 +++ /usr/home/renchap/ports/sysutils/rubygem-chef/Makefile 2011-05-03 12:44:10.015102413 +0200 @@ -6,28 +6,29 @@ # PORTNAME= chef -PORTVERSION= 0.9.12 -PORTREVISION= 1 +PORTVERSION= 0.10.0 CATEGORIES= sysutils MASTER_SITES= RG MAINTAINER= renchap@cocoa-x.com COMMENT= A systems integration framework. Client part -BUILD_DEPENDS= rubygem-mixlib-log>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-log \ +RUN_DEPENDS= ruby18-iconv>=0.0.0:${PORTSDIR}/converters/ruby-iconv \ + rubygem-mixlib-log>=1.3.0:${PORTSDIR}/devel/rubygem-mixlib-log \ rubygem-mixlib-config>=1.1.2:${PORTSDIR}/devel/rubygem-mixlib-config \ rubygem-mixlib-cli>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-cli \ rubygem-mixlib-authentication>=1.1.2:${PORTSDIR}/devel/rubygem-mixlib-authentication \ - rubygem-extlib>=0.9.14:${PORTSDIR}/devel/rubygem-extlib \ - rubygem-json>=1.4.4:${PORTSDIR}/devel/rubygem-json \ + rubygem-json=1.5.1:${PORTSDIR}/devel/rubygem-json \ rubygem-uuidtools>=0.0.0:${PORTSDIR}/devel/rubygem-uuidtools \ rubygem-highline>=0.0.0:${PORTSDIR}/devel/rubygem-highline \ rubygem-moneta>=0.6.0:${PORTSDIR}/devel/rubygem-moneta \ rubygem-erubis>=0.0.0:${PORTSDIR}/www/rubygem-erubis \ rubygem-rest-client>=1.0.4:${PORTSDIR}/www/rubygem-rest-client \ rubygem-bunny>=0.6.0:${PORTSDIR}/net/rubygem-bunny \ - rubygem-ohai>=0.5.7:${PORTSDIR}/sysutils/rubygem-ohai -RUN_DEPENDS= ${BUILD_DEPENDS} + rubygem-ohai>=0.6.4:${PORTSDIR}/sysutils/rubygem-ohai \ + rubygem-net-ssh>=2.1.3:${PORTSDIR}/security/rubygem-net-ssh \ + rubygem-net-ssh-multi>=1.0.1:${PORTSDIR}/security/rubygem-net-ssh-multi \ + rubygem-treetop>=1.4.9:${PORTSDIR}/devel/rubygem-treetop USE_RUBY= yes USE_RUBYGEMS= yes diff -ruN --exclude=CVS /usr/ports/sysutils/rubygem-chef/distinfo /usr/home/renchap/ports/sysutils/rubygem-chef/distinfo --- /usr/ports/sysutils/rubygem-chef/distinfo 2011-01-18 13:00:11.000000000 +0100 +++ /usr/home/renchap/ports/sysutils/rubygem-chef/distinfo 2011-05-02 23:46:18.191661688 +0200 @@ -1,2 +1,2 @@ -SHA256 (rubygem/chef-0.9.12.gem) = a021e015e37c7edc8589b9a17184d675fb5b4784a65bc5532831b8faa3ad4b68 -SIZE (rubygem/chef-0.9.12.gem) = 254464 +SHA256 (rubygem/chef-0.10.0.gem) = 9ddc9165c9926730343a5f8b4077735c69b354f3bcfad834012c8e7edfb79432 +SIZE (rubygem/chef-0.10.0.gem) = 347136 ===> Done --MP_/WKezzDs/OLXHIIm2LxcAa3R--