aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-12-17 19:44:53 +0800
committerkrion <krion@FreeBSD.org>2003-12-17 19:44:53 +0800
commit60b01924660c4cfaf6a99fe585584ab7f4420797 (patch)
tree65c7cebd92b0285d0e2fcc7a57334b536b3140d1 /x11-toolkits
parent26bb08bb2c4455f529eb767ef2cc632a3a2fcfe1 (diff)
downloadfreebsd-ports-gnome-60b01924660c4cfaf6a99fe585584ab7f4420797.tar.gz
freebsd-ports-gnome-60b01924660c4cfaf6a99fe585584ab7f4420797.tar.zst
freebsd-ports-gnome-60b01924660c4cfaf6a99fe585584ab7f4420797.zip
- Update to version 0.3.2
Added gtk-accel-group support and gtk-window-get-size PR: 60326 Submitted by: maintainer
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_gtkimmulticontext.stub11
3 files changed, 2 insertions, 13 deletions
diff --git a/x11-toolkits/gauche-gtk/Makefile b/x11-toolkits/gauche-gtk/Makefile
index ce8ea7a24169..bc3031a31b91 100644
--- a/x11-toolkits/gauche-gtk/Makefile
+++ b/x11-toolkits/gauche-gtk/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gtk
-PORTVERSION= 0.3.1
+PORTVERSION= 0.3.2
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 dca9d6147529..1e83083a7262 100644
--- a/x11-toolkits/gauche-gtk/distinfo
+++ b/x11-toolkits/gauche-gtk/distinfo
@@ -1 +1 @@
-MD5 (Gauche-gtk-0.3.1.tgz) = 56242c3eacab8d175ca7df7e15eff64d
+MD5 (Gauche-gtk-0.3.2.tgz) = 37f860f8ff1409f61b8554f7feea8477
diff --git a/x11-toolkits/gauche-gtk/files/patch-src_gtkimmulticontext.stub b/x11-toolkits/gauche-gtk/files/patch-src_gtkimmulticontext.stub
deleted file mode 100644
index 7c8029aa6b5c..000000000000
--- a/x11-toolkits/gauche-gtk/files/patch-src_gtkimmulticontext.stub
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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"))
- )