[20540] trunk/dports/lang/ruby

source_changes at macosforge.org source_changes at macosforge.org
Sun Nov 5 18:21:29 PST 2006


Revision: 20540
          http://trac.macosforge.org/projects/macports/changeset/20540
Author:   pguyot at kallisys.net
Date:     2006-11-05 18:21:28 -0800 (Sun, 05 Nov 2006)

Log Message:
-----------
lang/ruby:
- take over
- include a security fix
- add missing dependencies
- fixed fuzzy patches

Modified Paths:
--------------
    trunk/dports/lang/ruby/Portfile
    trunk/dports/lang/ruby/files/patch-Makefile.in
    trunk/dports/lang/ruby/files/patch-instruby.rb

Modified: trunk/dports/lang/ruby/Portfile
===================================================================
--- trunk/dports/lang/ruby/Portfile	2006-11-05 20:37:06 UTC (rev 20539)
+++ trunk/dports/lang/ruby/Portfile	2006-11-06 02:21:28 UTC (rev 20540)
@@ -3,9 +3,10 @@
 
 name			ruby
 version			1.8.5
+revision		1
 
 categories		lang ruby
-maintainers		nomaintainer at macports.org
+maintainers		pguyot at kallisys.net
 
 description		Powerful and clean object-oriented scripting language
 long_description	Ruby is the interpreted scripting language for quick \
@@ -16,20 +17,33 @@
 homepage		http://www.ruby-lang.org/
 master_sites	ruby:1.8
 dist_subdir		ruby
-checksums		md5 3fbb02294a8ca33d4684055adba5ed6f
+checksums		ruby-1.8.5.tar.gz \
+					md5 3fbb02294a8ca33d4684055adba5ed6f \
+					sha1 0638ea26e1088fc9f4237abde8c85331689ce77c \
+					rmd160 991899146c23c9ea30ac09f41b7077fa0c8686b6 \
+				ruby-1.8.5-cgi-dos-1.patch \
+					md5 9d25f59d1c33a0b215f6c25260dcb536 \
+					sha1 52f4f5aa5289cbb177853ece3cd55bf63abbc277 \
+					rmd160 fc51bba300ca0b653a5cc960c98d7be972c4bd47
+
 platforms		darwin
 
 depends_lib		port:libiconv \
 				port:readline \
 				port:openssl \
-				port:zlib
+				port:zlib \
+				port:ncurses \
+				port:tcl \
+				port:tk
 				
 patchfiles		patch-Makefile.in \
 				patch-configure.in \
 				patch-instruby.rb \
 				patch-mkconfig.rb \
 				patch-mkmf.rb \
-				patch-ruby.c
+				patch-ruby.c \
+				ruby-1.8.5-cgi-dos-1.patch
+patch_sites		http://ftp.ruby-lang.org/pub/ruby/1.8/
 
 use_autoconf	yes
 

Modified: trunk/dports/lang/ruby/files/patch-Makefile.in
===================================================================
--- trunk/dports/lang/ruby/files/patch-Makefile.in	2006-11-05 20:37:06 UTC (rev 20539)
+++ trunk/dports/lang/ruby/files/patch-Makefile.in	2006-11-06 02:21:28 UTC (rev 20540)
@@ -1,6 +1,6 @@
 --- Makefile.in.orig	2005-11-10 15:22:03.000000000 -0800
 +++ Makefile.in	2006-01-08 08:19:23.000000000 -0800
-@@ -22,6 +22,8 @@
+@@ -23,6 +23,8 @@
  arch = @arch@
  sitearch = @sitearch@
  sitedir = @sitedir@

Modified: trunk/dports/lang/ruby/files/patch-instruby.rb
===================================================================
--- trunk/dports/lang/ruby/files/patch-instruby.rb	2006-11-05 20:37:06 UTC (rev 20539)
+++ trunk/dports/lang/ruby/files/patch-instruby.rb	2006-11-06 02:21:28 UTC (rev 20540)
@@ -17,4 +17,4 @@
 +makedirs [bindir, libdir, rubylibdir, archlibdir, sitelibdir, sitearchlibdir, vendorlibdir, vendorarchlibdir]
  
  install?(:bin) do
- ruby_bin = File.join(bindir, ruby_install_name)
+   ruby_bin = File.join(bindir, ruby_install_name)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061105/3f0163fb/attachment.html


More information about the macports-changes mailing list