Modified: trunk/dports/lang/ruby/Portfile (74635 => 74636)
--- trunk/dports/lang/ruby/Portfile 2010-12-25 10:40:07 UTC (rev 74635)
+++ trunk/dports/lang/ruby/Portfile 2010-12-25 15:07:38 UTC (rev 74636)
@@ -4,8 +4,8 @@
PortGroup muniversal 1.0
name ruby
-version 1.8.7-p302
-revision 1
+version 1.8.7-p330
+revision 0
categories lang ruby
maintainers kimuraw
@@ -21,18 +21,16 @@
master_sites ruby:1.8
dist_subdir ruby
-checksums md5 a6a9e37079ed8cf8726b455dad3de939 \
- rmd160 763bc840316cb1080d46445cdc3ca7722d576591 \
- sha1 d93bd2f1099f3473b496cda2422b27a8da2beb00
+checksums md5 2689719fb42c8cf0aa336f8c8933f413 \
+ rmd160 abe8eb36618e0b3d005a883d73887686177795c2 \
+ sha1 92a7eddcfe41f8c10013cbd8122eeb88624eb335
use_bzip2 yes
platforms darwin
-# use port:readline-5, not port:readline (version 6).
-# ruby's license is not compatible readline's (GPL-3+).
depends_lib port:libiconv \
- port:readline-5 \
+ port:readline \
port:openssl \
port:zlib \
port:ncurses
@@ -60,9 +58,7 @@
--enable-pthread \
--without-tk \
--with-vendordir=${prefix}/lib/ruby/vendor_ruby \
- --with-opt-dir=${prefix} \
- --with-readline-include=${prefix}/include/readline5 \
- --with-readline-lib=${prefix}/lib/readline5
+ --with-opt-dir=${prefix}
# ignore minor version for archdir, like i686-darwin9
configure.env UNAME_RELEASE=${os.major}