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-ap,v 1.2 2011/08/12 15:50:44 taca Exp $ Prevent access to HOME when --install-root is used. --- lib/rubygems/doc_manager.rb.orig 2011-05-18 23:36:37.000000000 +0000 +++ lib/rubygems/doc_manager.rb @@@@ -60,7 +60,7 @@@@ class Gem::DocManager ## # Updates the RI cache for RDoc 2 if it is installed - def self.update_ri_cache + def self.update_ri_cache(install_root = nil) load_rdoc rescue return return unless defined? RDoc::VERSION # RDoc 1 does not have VERSION @@@@ -71,7 +71,7 @@@@ class Gem::DocManager :use_cache => true, :use_system => true, :use_site => true, - :use_home => true, + :use_home => (install_root == nil)? true: false, :use_gems => true, :formatter => RDoc::RI::Formatter, } @ 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-ap,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/doc_manager.rb.orig 2009-06-22 22:54:36.000000000 +0000 d7 1 a7 1 @@@@ -61,7 +61,7 @@@@ class Gem::DocManager d16 1 a16 1 @@@@ -72,7 +72,7 @@@@ class Gem::DocManager @