From owner-freebsd-ruby@FreeBSD.ORG Mon Oct 28 16:44:56 2013 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1C2FA6C7; Mon, 28 Oct 2013 16:44:56 +0000 (UTC) (envelope-from mat@aragorn.in.absolight.net) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D4C1B2C4D; Mon, 28 Oct 2013 16:44:54 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 3B4F1BDC64; Mon, 28 Oct 2013 17:44:53 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 1A3E5BDC56; Mon, 28 Oct 2013 17:44:53 +0100 (CET) Received: from aragorn.in.absolight.net (aragorn.in.absolight.net [79.143.241.225]) by gw.in.absolight.net (Postfix) with ESMTP id 897D96113; Mon, 28 Oct 2013 17:44:51 +0100 (CET) Received: by aragorn.in.absolight.net (Postfix, from userid 1000) id 2031214269C; Mon, 28 Oct 2013 17:44:50 +0100 (CET) To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] sysutils/rubygem-chef-expander: unbreak. From: Mathieu Arnold X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20131028164450.2031214269C@aragorn.in.absolight.net> Date: Mon, 28 Oct 2013 17:44:50 +0100 (CET) Cc: ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2013 16:44:56 -0000 >Submitter-Id: current-users >Originator: Mathieu Arnold >Organization: Absolight >Confidential: no >Synopsis: [PATCH] sysutils/rubygem-chef-expander: unbreak. >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 9.2-RELEASE i386 >Environment: System: FreeBSD aragorn.in.absolight.net 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 03:52:52 UTC >Description: Installs fine with STAGE. Port maintainer (ruby@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- rubygem-chef-expander-10.24.0.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 331869) +++ Makefile (working copy) @@ -9,8 +9,6 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= A systems integration framework. Expander -BROKEN= fails to install - RUN_DEPENDS= rubygem-amqp=0.6.7:${PORTSDIR}/net/rubygem-amqp067 \ rubygem-bunny>=0.6.0:${PORTSDIR}/net/rubygem-bunny \ rubygem-em-http-request>=1.0.3:${PORTSDIR}/www/rubygem-em-http-request \ @@ -29,5 +27,4 @@ bin/chef-expander-vnode \ bin/chef-expanderctl -NO_STAGE= yes .include --- rubygem-chef-expander-10.24.0.patch ends here ---