From owner-freebsd-ruby@FreeBSD.ORG Mon Sep 16 18:40:02 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.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 F300EDA for ; Mon, 16 Sep 2013 18:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C932223E1 for ; Mon, 16 Sep 2013 18:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GIe17w043344 for ; Mon, 16 Sep 2013 18:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8GIe1iG043343; Mon, 16 Sep 2013 18:40:01 GMT (envelope-from gnats) Date: Mon, 16 Sep 2013 18:40:01 GMT Message-Id: <201309161840.r8GIe1iG043343@freefall.freebsd.org> To: ruby@FreeBSD.org From: Steve Wills Subject: Re: ports/182131: [patch] www/redmine: multiple small errors X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Steve Wills List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Sep 2013 18:40:02 -0000 The following reply was made to PR ports/182131; it has been noted by GNATS. From: Steve Wills To: bug-followup@FreeBSD.org Cc: markand@malikania.fr Subject: Re: ports/182131: [patch] www/redmine: multiple small errors Date: Mon, 16 Sep 2013 18:35:16 +0000 The LDAP gem definitely is optional, the Gemfile even says so: # Optional gem for LDAP authentication group :ldap do gem "net-ldap", "~> 0.3.1" end The port probably needs to be updated to remove those lines from the Gemfile if the LDAP option is disabled. Steve