--- /opt/local/var/macports/sources/rsync.macports.org/release/ports//ruby/rb-cocoa/Portfile	2007-10-20 17:09:52.000000000 +0900
+++ ruby/rb-cocoa/Portfile	2008-02-20 23:29:20.000000000 +0900
@@ -2,7 +2,7 @@
 PortSystem		1.0
 PortGroup		ruby 1.0
 
-ruby.setup		{cocoa rubycocoa} 0.12.0 install.rb {ChangeLog ReadMe.html ReadMe.ja.html}
+ruby.setup		{cocoa rubycocoa} 0.13.2 install.rb {ChangeLog ReadMe.html ReadMe.ja.html}
 maintainers		yuhei@pop21.odn.ne.jp
 description		Ruby bindings for writing cocoa programs
 long_description	RubyCocoa is a Ruby library for using Cocoa Objects \
@@ -16,14 +16,20 @@
 master_sites	sourceforge:${ruby.project}
 distname	RubyCocoa-${version}
 extract.suffix	.tgz
-checksums		md5 e37a41cd9aad2129bad644e4c4de4b7d \
-				sha1 395d2aea345bf7514e9310a0d6435d27973d25ae \
-				rmd160 b248c9e4f230db6f7d2068e6e8e797deca259968
+checksums		md5 bbafee2a544bc4b8869268af8c187a9a \
+				rmd160 35e3616e1db84d070f12c906ed08fb175f600c11 \
+				sha1 24d73ced14d2d89df8db5d65c8ef2d4dc3793e9a
 platforms		darwin
 
 configure.args		--install-prefix=${destroot}${prefix} \
 					--install-root=${destroot}
 
+platform darwin 9 {
+	if {![variant_isset universal]} {
+		configure.args-append --build-universal=no	
+    }
+}
+
 test.run yes
 test.cmd ${ruby.bin}
 test.target install.rb test

