New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #14400: rb-cocoa-Portfile.diff

File rb-cocoa-Portfile.diff, 1.3 KB (added by kimuraw@…, 4 years ago)

patch for ruby/rb-cocoa/Portfile

  • ruby/rb-cocoa/Portfile

    old new  
    22PortSystem              1.0 
    33PortGroup               ruby 1.0 
    44 
    5 ruby.setup              {cocoa rubycocoa} 0.12.0 install.rb {ChangeLog ReadMe.html ReadMe.ja.html} 
     5ruby.setup              {cocoa rubycocoa} 0.13.2 install.rb {ChangeLog ReadMe.html ReadMe.ja.html} 
    66maintainers             yuhei@pop21.odn.ne.jp 
    77description             Ruby bindings for writing cocoa programs 
    88long_description        RubyCocoa is a Ruby library for using Cocoa Objects \ 
     
    1616master_sites    sourceforge:${ruby.project} 
    1717distname        RubyCocoa-${version} 
    1818extract.suffix  .tgz 
    19 checksums               md5 e37a41cd9aad2129bad644e4c4de4b7d \ 
    20                                 sha1 395d2aea345bf7514e9310a0d6435d27973d25ae \ 
    21                                 rmd160 b248c9e4f230db6f7d2068e6e8e797deca259968 
     19checksums               md5 bbafee2a544bc4b8869268af8c187a9a \ 
     20                                rmd160 35e3616e1db84d070f12c906ed08fb175f600c11 \ 
     21                                sha1 24d73ced14d2d89df8db5d65c8ef2d4dc3793e9a 
    2222platforms               darwin 
    2323 
    2424configure.args          --install-prefix=${destroot}${prefix} \ 
    2525                                        --install-root=${destroot} 
    2626 
     27platform darwin 9 { 
     28        if {![variant_isset universal]} { 
     29                configure.args-append --build-universal=no       
     30    } 
     31} 
     32 
    2733test.run yes 
    2834test.cmd ${ruby.bin} 
    2935test.target install.rb test