From 4da9d97a784561c707f758f5e2da6dca69e93410 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sat, 26 Jan 2002 11:34:35 +0000 Subject: Update to 0.2. --- devel/ruby-gconf/Makefile | 2 +- devel/ruby-gconf/distinfo | 2 +- devel/ruby-gconf/files/patch-extconf.rb | 27 --------------------------- devel/ruby-gconf2/Makefile | 2 +- devel/ruby-gconf2/distinfo | 2 +- devel/ruby-gconf2/files/patch-extconf.rb | 27 --------------------------- 6 files changed, 4 insertions(+), 58 deletions(-) delete mode 100644 devel/ruby-gconf/files/patch-extconf.rb delete mode 100644 devel/ruby-gconf2/files/patch-extconf.rb (limited to 'devel') diff --git a/devel/ruby-gconf/Makefile b/devel/ruby-gconf/Makefile index 602d9e19c645..73294a36c710 100644 --- a/devel/ruby-gconf/Makefile +++ b/devel/ruby-gconf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gconf -PORTVERSION= 0.1 +PORTVERSION= 0.2 CATEGORIES= devel ruby MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ruby-gnome diff --git a/devel/ruby-gconf/distinfo b/devel/ruby-gconf/distinfo index bf198af3608a..0a36ec32dcb5 100644 --- a/devel/ruby-gconf/distinfo +++ b/devel/ruby-gconf/distinfo @@ -1 +1 @@ -MD5 (ruby/ruby-gconf-0.1.tar.gz) = 907243ed0255150434c1174f631b3bcf +MD5 (ruby/ruby-gconf-0.2.tar.gz) = d9846c9821d7bc90d69acde6db548eb3 diff --git a/devel/ruby-gconf/files/patch-extconf.rb b/devel/ruby-gconf/files/patch-extconf.rb deleted file mode 100644 index 9b882428ca2b..000000000000 --- a/devel/ruby-gconf/files/patch-extconf.rb +++ /dev/null @@ -1,27 +0,0 @@ ---- extconf.rb.orig Tue Oct 16 07:27:04 2001 -+++ extconf.rb Sat Oct 20 20:28:04 2001 -@@ -1,13 +1,17 @@ - #!/usr/bin/ruby -w - require 'mkmf' --puts "GTK+ version: #{`gtk-config --version`}" --puts "GConf version: #{`gconf-config --version`}" --$CFLAGS << ' -O3 -Wall ' --$CFLAGS << `gconf-config --cflags`.chomp -+ -+gconf_config = with_config('gconf-config', 'gconf-config') -+gtk_config = with_config('gtk-config', 'gtk-config') -+ -+puts "GTK+ version: #{`#{gtk_config} --version`}" -+puts "GConf version: #{`#{gconf_config} --version`}" -+$CFLAGS << ' -Wall ' -+$CFLAGS << `#{gconf_config} --cflags`.chomp - $CFLAGS << ' ' --$CFLAGS << `gtk-config --cflags` --$LDFLAGS << `gconf-config --libs`.chomp -+$CFLAGS << `#{gtk_config} --cflags` -+$LDFLAGS << `#{gconf_config} --libs`.chomp - $LDFLAGS << ' -lgconf-gtk-1 ' --$LDFLAGS << `gtk-config --libs` -+$LDFLAGS << `#{gtk_config} --libs` - Dir.chdir('src') - create_makefile('gconf') diff --git a/devel/ruby-gconf2/Makefile b/devel/ruby-gconf2/Makefile index 602d9e19c645..73294a36c710 100644 --- a/devel/ruby-gconf2/Makefile +++ b/devel/ruby-gconf2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gconf -PORTVERSION= 0.1 +PORTVERSION= 0.2 CATEGORIES= devel ruby MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ruby-gnome diff --git a/devel/ruby-gconf2/distinfo b/devel/ruby-gconf2/distinfo index bf198af3608a..0a36ec32dcb5 100644 --- a/devel/ruby-gconf2/distinfo +++ b/devel/ruby-gconf2/distinfo @@ -1 +1 @@ -MD5 (ruby/ruby-gconf-0.1.tar.gz) = 907243ed0255150434c1174f631b3bcf +MD5 (ruby/ruby-gconf-0.2.tar.gz) = d9846c9821d7bc90d69acde6db548eb3 diff --git a/devel/ruby-gconf2/files/patch-extconf.rb b/devel/ruby-gconf2/files/patch-extconf.rb deleted file mode 100644 index 9b882428ca2b..000000000000 --- a/devel/ruby-gconf2/files/patch-extconf.rb +++ /dev/null @@ -1,27 +0,0 @@ ---- extconf.rb.orig Tue Oct 16 07:27:04 2001 -+++ extconf.rb Sat Oct 20 20:28:04 2001 -@@ -1,13 +1,17 @@ - #!/usr/bin/ruby -w - require 'mkmf' --puts "GTK+ version: #{`gtk-config --version`}" --puts "GConf version: #{`gconf-config --version`}" --$CFLAGS << ' -O3 -Wall ' --$CFLAGS << `gconf-config --cflags`.chomp -+ -+gconf_config = with_config('gconf-config', 'gconf-config') -+gtk_config = with_config('gtk-config', 'gtk-config') -+ -+puts "GTK+ version: #{`#{gtk_config} --version`}" -+puts "GConf version: #{`#{gconf_config} --version`}" -+$CFLAGS << ' -Wall ' -+$CFLAGS << `#{gconf_config} --cflags`.chomp - $CFLAGS << ' ' --$CFLAGS << `gtk-config --cflags` --$LDFLAGS << `gconf-config --libs`.chomp -+$CFLAGS << `#{gtk_config} --cflags` -+$LDFLAGS << `#{gconf_config} --libs`.chomp - $LDFLAGS << ' -lgconf-gtk-1 ' --$LDFLAGS << `gtk-config --libs` -+$LDFLAGS << `#{gtk_config} --libs` - Dir.chdir('src') - create_makefile('gconf') -- cgit v1.2.3