head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.2 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.2.0.14 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.12 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.10 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.8 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.6 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.2 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.1.0.8 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.6 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.4 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.2 pkgsrc-2010Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2013.06.11.14.55.54; author taca; state dead; branches; next 1.2; commitid SPp1wZYhjtGPVcTw; 1.2 date 2011.08.12.15.50.44; author taca; state Exp; branches; next 1.1; 1.1 date 2010.09.10.03.48.40; author taca; state Exp; branches; next ; desc @@ 1.3 log @Update rubygems to 2.0.3. THere are too many changes to write here, please refer these release notes. http://blog.rubygems.org/2013/03/11/2.0.3-released.html http://blog.rubygems.org/2013/03/06/2.0.2-released.html http://blog.rubygems.org/2013/03/05/2.0.1-released.html http://blog.rubygems.org/2013/02/24/2.0.0-released.html http://blog.rubygems.org/2013/02/08/2.0.0.rc.2-released.html http://blog.rubygems.org/2012/12/03/2.0.0-preview2.html @ text @$NetBSD: patch-al,v 1.2 2011/08/12 15:50:44 taca Exp $ Prevent access to HOME when --install-root is used. --- lib/rubygems/commands/install_command.rb.orig 2011-05-18 23:36:37.000000000 +0000 +++ lib/rubygems/commands/install_command.rb @@@@ -148,7 +148,7 @@@@ to write the specification by hand. For Gem::DocManager.new(gem, options[:rdoc_args]).generate_ri end - Gem::DocManager.update_ri_cache + Gem::DocManager.update_ri_cache(options[:install_root]) end if options[:generate_rdoc] then @ 1.2 log @Update rubygems package to 1.8.7 with adding compatibility to read older gemspec files. Changes are too may to write here, please refer History.txt file. @ text @d1 1 a1 1 $NetBSD: patch-al,v 1.1 2010/09/10 03:48:40 taca Exp $ @ 1.1 log @* take maintainer ship. * Add LICENSE. * Adjust new ruby packages' framework. * Command name is gem${RUBY_VER} == gem18 now and add ALTERNATIVES. * Add comments to patches. * Overhalt --install_root option. * Avoid access HOME when --install_root is enabled. * honor PKG_SYSCONFDIR. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- lib/rubygems/commands/install_command.rb.orig 2009-06-22 22:54:36.000000000 +0000 d7 1 a7 1 @@@@ -144,7 +144,7 @@@@ to write the specification by hand. For @