most recent changes, diff for rb-cocoa

Index: ruby/rb-cocoa/Portfile
--- ruby/rb-cocoa/Portfile (revision 41308)
+++ ruby/rb-cocoa/Portfile (revision 41309)
@@ -40,8 +40,7 @@
}

post-extract {
- cd ${worksrcpath}
- system "find . -type d -name '.svn' | xargs /bin/rm -rf"
+ system "find \"${worksrcpath}\" -type d -name '.svn' | xargs /bin/rm -rf"
}

#test.run yes