From owner-freebsd-ruby@FreeBSD.ORG Mon Oct 14 16:53:15 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 399F1335 for ; Mon, 14 Oct 2013 16:53:15 +0000 (UTC) (envelope-from tabthorpe@goodking.ca) Received: from mail-ob0-x229.google.com (mail-ob0-x229.google.com [IPv6:2607:f8b0:4003:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7C07826BC for ; Mon, 14 Oct 2013 16:53:14 +0000 (UTC) Received: by mail-ob0-f169.google.com with SMTP id wp4so5019653obc.28 for ; Mon, 14 Oct 2013 09:53:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=goodking.ca; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=nH5I4ffGKOu1LG9wamfB3XGMyllMXg7y5vy+1oKNV2I=; b=J/sWIXC1MJU/WeKP4Hw2ylreS3/5pGxzdDn7n2x7OdtzQlSZrjfJalYsKAy0Ga+IwX 2D/HOjAkFRWSkAbEAsOv9+l9P2gi3ZMC0rZPPsrtiFDVWfZOyRfd1DV7LXhXFjQcLElD Gyahf1kD45EzU9hyyC6dwxyPKJlmY2x25L2lQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=nH5I4ffGKOu1LG9wamfB3XGMyllMXg7y5vy+1oKNV2I=; b=HhgEgXQO6nShnqsFEhrz2YCIpAxUAKs7DTynuzCjpSmXbYcGu7g0xxFFbJ9/R7O59t r4jApj3oIKSz7Nd5h3cHqWWwen8jn6TZA84dTTKpc6OyByPuPdraag3OYRlrWs8RdoK8 fTS+fuW2/1sqPAzQnMt379InStvlV6AeK1auG4UyWqfykkGWmCPLgi4tsPJsLAb4RkMJ A+j27KB/65CITpVKZmRoFegH4uAJSN2PUNO8VI5eo6I8cR0/HxtEcFmgO0IbMfJBRMHi 9DBRLgFzQirJnYvXOvcPphN5pJatGrPmGEfDjslK8To9j/1hkSlUTgAhk18XAKRjWbrE llXA== X-Gm-Message-State: ALoCoQmQ99hDdPccaTcPA/ZHPmS0g2pRWB8qY1Y2z8tqBFUxsLbHFK1p3tOqq77H4NWJtiIcH34l X-Received: by 10.182.113.195 with SMTP id ja3mr2185496obb.46.1381769593808; Mon, 14 Oct 2013 09:53:13 -0700 (PDT) Received: from goodking.ca ([2001:4978:800:300:250:56ff:fe82:15]) by mx.google.com with ESMTPSA id hl3sm42760875obb.0.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 14 Oct 2013 09:53:13 -0700 (PDT) Date: Mon, 14 Oct 2013 12:55:40 -0400 From: Thomas Abthorpe To: TAKATSU Tomonari Subject: Re: Calling all ruby enthusiasts Message-ID: <20131014165540.GH55918@goodking.ca> References: <20131012050414.GA49144@goodking.ca> <20131012.202552.288906933.yasu@utahime.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nFBW6CQlri5Qm8JQ" Content-Disposition: inline In-Reply-To: X-URL: http://www.goodking.org/ X-PGP-Key: http://people.freebsd.org/~tabthorpe/tabthorpe.asc X-PGP-Key-ID: 0xD9371097A473C990 X-PGP-Key-Fingerprint: D883 2D7C EB78 944A 69FC 36A6 D937 1097 A473 C990 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Yasuhiro KIMURA , 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, 14 Oct 2013 16:53:15 -0000 --nFBW6CQlri5Qm8JQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 13, 2013 at 03:05:37PM +0900, TAKATSU Tomonari wrote: > 2013/10/12 Yasuhiro KIMURA : > > From: Thomas Abthorpe > > Subject: Calling all ruby enthusiasts > > Date: Sat, 12 Oct 2013 01:04:14 -0400 > > > >> www/tdiary www/ruby-nora > > > > Accoding to www/tdiary/Makefile, www/ruby-nora is required only when > > RUBY_VER is 1.8. So it can be removed without breaking www/tdiary. > > > > Just FYI. > > > > --- > > Yasuhiro KIMURA >=20 > I have updated www/tdiary to 4.0.0 which does not depend on > www/ruby-nora any longer. >=20 > Thanks, >=20 > --=20 > TAKATSU Tomonari Great thanks. I take my next pass and ruby18 cleanup tomorrow. --=20 Thomas Abthorpe | FreeBSD Committer tabthorpe@FreeBSD.org | http://people.freebsd.org/~tabthorpe --nFBW6CQlri5Qm8JQ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAEBAgAGBQJSXCIMAAoJENOyj3sHp8wAufsP/2n3clX0IyTRCIfwFZgqvMeT ir2C9sf8pLjdLHIJUPhsKGPVkAiV+80ZkA4V1acyhXtls4IHxw7hCDZrlE4rEbzH Il4Ny+3WYg7XBq08qDV69LHtjj+sBiF7AUg6t2oix6odHVgtA7pzb7UiQ1TVlJNg C8y5PAUNLAglmZb4GT2R8Ot2vGlqwL8VN8uXQEt0c4R0lJ5PePK43HL3XS0iDk2z hb7glcQeostnfKaGrfjBb+S4jZRSauydcwDN4ahLJpkCZFxj+/V5wQWt3aURZR49 ZwltJLRcR1DTfbHHuqWG1JkaeMyeCYLG0FTLE3EjTC0ca6Gr9g3XJqH+t8azvydV doBk+Org5czeHb1KiKurCIq3RDxebyqqqkQ/0d/QQB76Sx0L4CUN4V1wYdmfell0 gkIBkipNwxLOdcYJ7bTiusagW8/5ZXOW+KV+PvlG1eD6gXTdz1lhbg5jqcXvjmuE spiShR+4N+DuRytA+MddNUj09ElNSjyj+nY63BcV5Y31qMVYvrAMuEhfP+MjiTqU 9BYPM7lFdZufGlS9rUUwNbMI1ZXrc2KGuPKt17yRbd6Im/iL17HMhFYOJ3V2vDYh FPjtBY1wNaB/bcvhzTf/rA4vJaF1iQavA/9la2J+A53eeEoE9Rf4ZgD7hprT2ND3 ypAQ6zSfcIvONo+sqggc =66im -----END PGP SIGNATURE----- --nFBW6CQlri5Qm8JQ--