summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-26 11:34:35 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-26 11:34:35 +0000
commit4da9d97a784561c707f758f5e2da6dca69e93410 (patch)
tree621d51f1b9f411738d85803f4d1de76bab0f0a1d /devel
parentFix build on -current. (diff)
Update to 0.2.
Notes
Notes: svn path=/head/; revision=53782
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-gconf/Makefile2
-rw-r--r--devel/ruby-gconf/distinfo2
-rw-r--r--devel/ruby-gconf/files/patch-extconf.rb27
-rw-r--r--devel/ruby-gconf2/Makefile2
-rw-r--r--devel/ruby-gconf2/distinfo2
-rw-r--r--devel/ruby-gconf2/files/patch-extconf.rb27
6 files changed, 4 insertions, 58 deletions
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')