Ticket #12164: rb-cocoa.0.11.1.patch

File rb-cocoa.0.11.1.patch, 1.1 KB (added by kimuraw (kimura wataru), 17 years ago)
  • Portfile

    diff -ur rb-cocoa.org/Portfile rb-cocoa/Portfile
    old new  
    22PortSystem              1.0
    33PortGroup               ruby 1.0
    44
    5 ruby.setup              {cocoa rubycocoa} 0.5.0.1 install.rb {ChangeLog ReadMe.ascii.html ReadMe.sjis.html}
     5ruby.setup              {cocoa rubycocoa} 0.11.1 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 \
     
    1414categories-append       devel
    1515homepage                http://${ruby.project}.sourceforge.net/
    1616master_sites    sourceforge:${ruby.project}
     17distname                RubyCocoa-${version}
    1718extract.suffix  .tgz
    18 checksums               md5 77e85a529a5090f4cc7e9303db4c6c97
     19checksums                md5 a8d1518c337efec7e6e0ca2d801fb0df \
     20                                rmd160 6a00ea19ad42e3eb0bf65cb0e423e26d0f5dc9f1 \
     21                                sha1 0739a185d50d0cbb5ceca13219f81d591ce61ab5
    1922platforms               darwin
    2023
    2124configure.args          --install-prefix=${destroot}${prefix} \
    2225                                        --install-root=${destroot}
    2326
     27test.run yes
     28test.cmd ${ruby.bin}
     29test.target install.rb test
     30