From owner-freebsd-ruby@FreeBSD.ORG Mon Oct 28 16:45:16 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 05D626DD; Mon, 28 Oct 2013 16:45:16 +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 BECCC2C51; Mon, 28 Oct 2013 16:45:15 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 67FDABDC64; Mon, 28 Oct 2013 17:45:14 +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 62A49BDC56; Mon, 28 Oct 2013 17:45:14 +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 211AA6156; Mon, 28 Oct 2013 17:45:14 +0100 (CET) Received: by aragorn.in.absolight.net (Postfix, from userid 1000) id 15E771426A2; Mon, 28 Oct 2013 17:45:14 +0100 (CET) To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] sysutils/rubygem-chef-solr: Unbreak. From: Mathieu Arnold X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20131028164514.15E771426A2@aragorn.in.absolight.net> Date: Mon, 28 Oct 2013 17:45:14 +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:45:16 -0000 >Submitter-Id: current-users >Originator: Mathieu Arnold >Organization: Absolight >Confidential: no >Synopsis: [PATCH] sysutils/rubygem-chef-solr: 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-solr-10.24.0.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 331869) +++ Makefile (working copy) @@ -12,8 +12,6 @@ RUN_DEPENDS= rubygem-chef>=${PORTVERSION}:${PORTSDIR}/sysutils/rubygem-chef \ apache-solr>=0:${PORTSDIR}/textproc/apache-solr -BROKEN= fails to install - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes @@ -21,5 +19,4 @@ PLIST_FILES= bin/chef-solr \ bin/chef-solr-installer -NO_STAGE= yes .include --- rubygem-chef-solr-10.24.0.patch ends here ---