head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.4 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.1.0.12 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.10 pkgsrc-2011Q3-base:1.1 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.2 date 2012.03.12.15.41.37; author taca; state dead; branches; next 1.1; 1.1 date 2010.09.10.05.41.27; author taca; state Exp; branches; next ; desc @@ 1.2 log @Update ruby-gettext package to 2.2.0. Ruby 1.9 support release. ### Improvements * Supported ruby-1.9. [Patch by hallelujah] * Supported $SAFE=1. [Patch by bon] * Improved argument check. [Suggested by Morus Walter] * Supported ruby-1.8.6 again. [Bug#27447] [Reported by Mamoru Tasaka] ### Fixes * Fixed Ukrainan translation path. [Bug#28277] [Reported by Gunnar Wolf] * Fixed a bug that only the last path in GETTEXT_PATH environment variable is used. [Bug#28345] [Reported by Ivan Pirlik] * Fixed a bug that Ruby-GetText-Package modifies $LOAD_PATH. [Bug#28094] [Reported by Tatsuki Sugiura] @ text @$NetBSD: patch-ad,v 1.1 2010/09/10 05:41:27 taca Exp $ Fix for Ruby 1.9, commit df5446c9f8ed1b8cfd70 from http://github.com/mutoh/gettext/commits/master. --- test/Rakefile.orig 2010-08-27 06:25:19.000000000 +0000 +++ test/Rakefile @@@@ -12,6 +12,6 @@@@ desc 'Run all tests' task :test do Dir.glob("**/test_*.rb").each do |path| puts "" - ruby "-I../lib:../../locale/lib -rubygems #{path}" + ruby "-I../lib:../../locale/lib:. -rubygems #{path}" end end @ 1.1 log @* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Update HOMEPAGE. * Add LICENSE. * Ajust new ruby package's framework. @ text @d1 1 a1 1 $NetBSD$ @