[41477] trunk/dports/ruby/rb-gnome

blb at macports.org blb at macports.org
Mon Nov 3 22:33:34 PST 2008


Revision: 41477
          http://trac.macports.org/changeset/41477
Author:   blb at macports.org
Date:     2008-11-03 22:33:33 -0800 (Mon, 03 Nov 2008)
Log Message:
-----------
ruby/rb-gnome - version update to 0.18.1, should fix #12367

Modified Paths:
--------------
    trunk/dports/ruby/rb-gnome/Portfile
    trunk/dports/ruby/rb-gnome/files/patch-extconf.rb

Modified: trunk/dports/ruby/rb-gnome/Portfile
===================================================================
--- trunk/dports/ruby/rb-gnome/Portfile	2008-11-04 06:19:00 UTC (rev 41476)
+++ trunk/dports/ruby/rb-gnome/Portfile	2008-11-04 06:33:33 UTC (rev 41477)
@@ -2,18 +2,20 @@
 PortSystem		1.0
 PortGroup		ruby 1.0
 
-ruby.setup		{gnome ruby-gnome2-all} 0.15.0 extconf.rb \
+ruby.setup		{gnome ruby-gnome2-all} 0.18.1 extconf.rb \
 				{ README gdkpixbuf/sample glib/sample gnome/sample \
 					gnomecanvas/sample gstreamer/sample gtk/sample \
 					gtkglext/sample gtkhtml2/sample libart/sample \
-					libgda/sample libglade/sample pango/sample } \
+					libglade/sample pango/sample } \
 				sourceforge:ruby-gnome2
 maintainers		nomaintainer
 description		Gnome2 libraries for ruby
 long_description	Gnome2 libraries for ruby including gtk2, gstreamer, \
 					gconf, gnomevfs and more.
 categories-append	gnome
-checksums		md5 3e5b89b674a2b60ff9d3a2eeac0468e9
+checksums		md5     7b312986a9098cbfa180b3ae46cee063 \
+				sha1    3d5b3666d1fe2b717c98f68019722a4a144bbc0d \
+				rmd160  cd85a0ffcedcd7ca857631f8ff7aba08c98c90e6
 platforms		darwin 
 
 depends_lib-append		port:gnome-session \

Modified: trunk/dports/ruby/rb-gnome/files/patch-extconf.rb
===================================================================
--- trunk/dports/ruby/rb-gnome/files/patch-extconf.rb	2008-11-04 06:19:00 UTC (rev 41476)
+++ trunk/dports/ruby/rb-gnome/files/patch-extconf.rb	2008-11-04 06:33:33 UTC (rev 41477)
@@ -1,11 +1,11 @@
---- extconf.rb.orig	Thu Apr 29 20:56:56 2004
-+++ extconf.rb	Thu Apr 29 20:57:21 2004
-@@ -44,7 +44,7 @@
-   topdir = File.join(*([".."] * subdir.split(/\/+/).size))
-   /^\// =~ (dir = $topsrcdir) or dir = File.join(topdir, $topsrcdir)
+--- extconf.rb.orig	2008-10-23 07:24:04.000000000 -0600
++++ extconf.rb	2008-11-03 22:26:51.000000000 -0700
+@@ -67,7 +67,7 @@
+   dir = $topsrcdir
+   dir = File.join(topdir, dir) unless Pathname.new(dir).absolute?
    srcdir = File.join(dir, subdir)
--  ret = system($ruby, "-C", subdir, File.join(srcdir, "extconf.rb"),
-+  ret = system($ruby, "-rvendor-specific", "-C", subdir, File.join(srcdir, "extconf.rb"),
-    "--topsrcdir=#{dir}", "--topdir=#{topdir}", "--srcdir=#{srcdir}",
-    *ARGV)
-   STDERR.puts("#{$0}: Leaving directory '#{subdir}'")
+-  args = ruby_args + ["-C", subdir, File.join(srcdir, "extconf.rb"),
++  args = ruby_args + ["-rvendor-specific", "-C", subdir, File.join(srcdir, "extconf.rb"),
+                       "--topsrcdir=#{dir}", "--topdir=#{topdir}",
+                       "--srcdir=#{srcdir}", *extra_args]
+   ret = system(ruby, *args)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081103/4cdbf063/attachment.html>


More information about the macports-changes mailing list