1 | Index: Portfile |
---|
2 | =================================================================== |
---|
3 | RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/ruby/rb-cocoa/Portfile,v |
---|
4 | retrieving revision 1.15 |
---|
5 | diff -u -r1.15 Portfile |
---|
6 | --- Portfile 2 Dec 2005 07:31:08 -0000 1.15 |
---|
7 | +++ Portfile 17 Jun 2006 01:29:01 -0000 |
---|
8 | @@ -2,7 +2,7 @@ |
---|
9 | PortSystem 1.0 |
---|
10 | PortGroup ruby 1.0 |
---|
11 | |
---|
12 | -ruby.setup {cocoa rubycocoa} 0.4.2 install.rb {ReadMe.ascii.html} |
---|
13 | +ruby.setup {cocoa rubycocoa} 0.4.3d2 install.rb {ChangeLog ReadMe.ascii.html ReadMe.sjis.html} |
---|
14 | maintainers yuhei@pop21.odn.ne.jp |
---|
15 | description Ruby bindings for writing cocoa programs |
---|
16 | long_description RubyCocoa is a Ruby library for using Cocoa Objects \ |
---|
17 | @@ -15,7 +15,7 @@ |
---|
18 | homepage http://${ruby.project}.sourceforge.net/ |
---|
19 | master_sites sourceforge:${ruby.project} |
---|
20 | extract.suffix .tgz |
---|
21 | -checksums md5 7273115fe3442418027ab490d3222292 |
---|
22 | +checksums md5 0942184d42114e92a3998071ce88beb3 |
---|
23 | platforms darwin |
---|
24 | |
---|
25 | configure.args --install-prefix=${destroot}${prefix} \ |
---|