From owner-freebsd-ruby@FreeBSD.ORG Thu Oct 9 14:32:25 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D50BD2D for ; Thu, 9 Oct 2014 14:32:25 +0000 (UTC) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E34286DA for ; Thu, 9 Oct 2014 14:32:24 +0000 (UTC) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.5/8.14.5) with ESMTP id s99EWHIg067230 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 9 Oct 2014 14:32:23 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.5/8.14.5/Submit) id s99EWHwY067229; Thu, 9 Oct 2014 14:32:17 GMT (envelope-from swills) Date: Thu, 9 Oct 2014 14:32:17 +0000 From: Steve Wills To: Robert Burmeister Subject: Re: FreeBSD Port: converters/ruby-iconv Message-ID: <20141009143214.GB79158@mouf.net> References: <543665E1.8090806@UToledo.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <543665E1.8090806@UToledo.edu> User-Agent: Mutt/1.5.23 (2014-03-12) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Thu, 09 Oct 2014 14:32:23 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=HEADER_FROM_DIFFERENT_DOMAINS autolearn=unavailable autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mouf.net X-Virus-Scanned: clamav-milter 0.98.3 at mouf.net X-Virus-Status: Clean Cc: ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2014 14:32:25 -0000 On Thu, Oct 09, 2014 at 06:39:29AM -0400, Robert Burmeister wrote: > With the upgrade of default Ruby to 2.0, > there should be a note in UPDATING to remove converters/ruby-iconv. Good point, thanks. That's done now. Steve