Revision
71052
Author
kimuraw@macports.org
Date
2010-08-30 15:26:44 -0700 (Mon, 30 Aug 2010)

Log Message

lang/ruby19: fix #26269, uninstall error of .ri file with strange path

Modified Paths

Diff

Modified: trunk/dports/lang/ruby19/Portfile (71051 => 71052)


--- trunk/dports/lang/ruby19/Portfile	2010-08-30 19:47:57 UTC (rev 71051)
+++ trunk/dports/lang/ruby19/Portfile	2010-08-30 22:26:44 UTC (rev 71052)
@@ -4,7 +4,7 @@
 
 name				ruby19
 version				1.9.2-p0
-revision			1
+revision			2
 
 categories			lang ruby
 maintainers			kimuraw openmaintainer
@@ -44,6 +44,10 @@
 					--program-suffix=1.9 \
 					--with-rubylibprefix=${prefix}/lib/ruby1.9
 
+# #26969: .ri file with strage path
+#         patch from http://redmine.ruby-lang.org/issues/show/3759
+patchfiles-append	patch-bug26269.diff
+
 # Ignore minor version for archdir, like i686-darwin9.
 # Port "ruby" does the same.
 configure.env		UNAME_RELEASE=${os.major}