Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 39E4063BC80 for ; Fri, 10 Sep 2010 03:19:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id D324E63B102; Fri, 10 Sep 2010 03:19:55 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 9440863B100 for ; Fri, 10 Sep 2010 03:19:54 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 7F38B175DD; Fri, 10 Sep 2010 03:19:54 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Fri, 10 Sep 2010 03:19:54 +0000 From: Takahiro Kambe Subject: CVS commit: pkgsrc/lang/ruby To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20100910031954.7F38B175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: taca Date: Fri Sep 10 03:19:54 UTC 2010 Modified Files: pkgsrc/lang/ruby: rubyversion.mk Log Message: * Add support for Ruby 1.9.x and update 1.8.7.302 (1.8.7 patchlevel 302). Ruby's patchlevel N reflect as "plN" instead of ".N" from Ruby 1.9. ruby18-base-1.8.7.302 ruby19-base-1.9.2pl0 Still Ruby 1.9.2pl0 support is disabled. * Introduce RUBY_API_VERSION. * RUBY_BUILD_RDOC and RUBY_BUILD_RI controls build of rdoc/ri. But, currently ruby18-base and ruby19-base according to PKG_OPTION. * Define rubygem supporting macros. * RUBY_HAS_ARCHLIB is deprecated. * Many directory macros are changed to relative path against PREFIX and some of them are their name. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 pkgsrc/lang/ruby/rubyversion.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.