summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2003-10-06 20:52:01 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2003-10-06 20:52:01 +0000
commite8f9d27c22dcee917d1fef14a25b6f68ea221108 (patch)
tree28d0c5d2af14f6453bb2c8da85b1a822c5d63e2c /x11-toolkits
parentUpgrade to 0.7.2. (diff)
Upgrade to 0.3.1.
PR: ports/57616 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=90471
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gauche-gtk/Makefile2
-rw-r--r--x11-toolkits/gauche-gtk/distinfo2
-rw-r--r--x11-toolkits/gauche-gtk/files/patch-src::gtktextview.stub11
-rw-r--r--x11-toolkits/gauche-gtk/files/patch-src_gtkimmulticontext.stub11
4 files changed, 13 insertions, 13 deletions
diff --git a/x11-toolkits/gauche-gtk/Makefile b/x11-toolkits/gauche-gtk/Makefile
index 5b9b662c0693..ce8ea7a24169 100644
--- a/x11-toolkits/gauche-gtk/Makefile
+++ b/x11-toolkits/gauche-gtk/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gtk
-PORTVERSION= 0.3
+PORTVERSION= 0.3.1
CATEGORIES= x11-toolkits scheme
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gauche
diff --git a/x11-toolkits/gauche-gtk/distinfo b/x11-toolkits/gauche-gtk/distinfo
index d6c82e85a6cd..dca9d6147529 100644
--- a/x11-toolkits/gauche-gtk/distinfo
+++ b/x11-toolkits/gauche-gtk/distinfo
@@ -1 +1 @@
-MD5 (Gauche-gtk-0.3.tgz) = c68b5db455256f75c7d3fdab44440074
+MD5 (Gauche-gtk-0.3.1.tgz) = 56242c3eacab8d175ca7df7e15eff64d
diff --git a/x11-toolkits/gauche-gtk/files/patch-src::gtktextview.stub b/x11-toolkits/gauche-gtk/files/patch-src::gtktextview.stub
deleted file mode 100644
index 9439e5d62a38..000000000000
--- a/x11-toolkits/gauche-gtk/files/patch-src::gtktextview.stub
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/gtktextview.stub.orig Sun Jul 13 10:40:20 2003
-+++ src/gtktextview.stub Sun Jul 13 10:41:03 2003
-@@ -35,7 +35,7 @@
- (cursor-visible :type <uint>)
- (need-im-reset :type <uint>)
- (just-selected-element :type <uint>)
-- (disable-scroll-on-focus :type <uint>)
-+ ;; (disable-scroll-on-focus :type <uint>) ;; doesn't exist in gtk-2.2.2
- (onscreen-validated :type <uint>)
- (mouse-cursor-obscured :type <uint>)
- ;; text-window :type (UNKNOWN . GtkTextWindow*)
diff --git a/x11-toolkits/gauche-gtk/files/patch-src_gtkimmulticontext.stub b/x11-toolkits/gauche-gtk/files/patch-src_gtkimmulticontext.stub
new file mode 100644
index 000000000000..7c8029aa6b5c
--- /dev/null
+++ b/x11-toolkits/gauche-gtk/files/patch-src_gtkimmulticontext.stub
@@ -0,0 +1,11 @@
+--- src/gtkimmulticontext.stub.orig Sun Oct 5 13:47:06 2003
++++ src/gtkimmulticontext.stub Sun Oct 5 13:47:19 2003
+@@ -10,7 +10,7 @@
+ ("Scm_GtkIMContextClass" "Scm_GObjectClass")
+ (
+ (slave :type <gtk-im-context>)
+- (client-window :type <gdk-drawable>)
++ ;(client-window :type <gdk-drawable>)
+ )
+ (allocator (c "Scm_GtkObjectAllocate"))
+ )