diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-01 16:33:00 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-01 16:33:00 +0000 |
commit | 5ff118d8a4b192e11a62b18f98b46a334f9e49f2 (patch) | |
tree | 30253555bc90d572c0e13f091c3aca4b5d80c625 /x11/ruby-gnome2 | |
parent | e1c03f2fb2417b97fa2e4c3d3bec20eab04f529c (diff) |
Notes
Diffstat (limited to 'x11/ruby-gnome2')
-rw-r--r-- | x11/ruby-gnome2/Makefile.common | 2 | ||||
-rw-r--r-- | x11/ruby-gnome2/distinfo | 2 | ||||
-rw-r--r-- | x11/ruby-gnome2/files/patch-extconf.rb | 11 |
3 files changed, 2 insertions, 13 deletions
diff --git a/x11/ruby-gnome2/Makefile.common b/x11/ruby-gnome2/Makefile.common index fd5f04e9b7bf..7b1a718e4c2c 100644 --- a/x11/ruby-gnome2/Makefile.common +++ b/x11/ruby-gnome2/Makefile.common @@ -1,6 +1,6 @@ # $FreeBSD$ -RUBY_GNOME_VERSION= 0.1 +RUBY_GNOME_VERSION= 0.2 #RUBY_GNOME_SNAPSHOTDATE= 20010224 .if defined(RUBY_GNOME_SNAPSHOTDATE) RUBY_GNOME_PORTVERSION= ${RUBY_GNOME_VERSION}.${RUBY_GNOME_SNAPSHOTDATE} diff --git a/x11/ruby-gnome2/distinfo b/x11/ruby-gnome2/distinfo index 72f702c89612..7975b4c11c45 100644 --- a/x11/ruby-gnome2/distinfo +++ b/x11/ruby-gnome2/distinfo @@ -1 +1 @@ -MD5 (ruby/ruby-gnome2-all-0.1.tar.gz) = c95b7272d5bdc4315760e3739bd1457c +MD5 (ruby/ruby-gnome2-all-0.2.tar.gz) = f9d401c666df87dd7e99fbbabb53fdf6 diff --git a/x11/ruby-gnome2/files/patch-extconf.rb b/x11/ruby-gnome2/files/patch-extconf.rb deleted file mode 100644 index 5b7c972660d5..000000000000 --- a/x11/ruby-gnome2/files/patch-extconf.rb +++ /dev/null @@ -1,11 +0,0 @@ ---- extconf.rb.orig Sat Nov 23 13:32:52 2002 -+++ extconf.rb Sun Dec 8 00:40:16 2002 -@@ -22,7 +22,7 @@ - config_cmd = with_config("pkg-config", "pkg-config libgnomeui-2.0") - config_libs = "--libs" - config_cflags = "--cflags" -- config_library = "gnomeui gtkxmhtml" -+ config_library = "" - version = `#{config_cmd} --version` - if not version.chomp.empty? then - $libs += ' ' + `#{config_cmd} #{config_libs} #{config_library}`.chomp |