aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-12-17 11:44:53 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-12-17 11:44:53 +0000
commit556be192eddd2ef5ab258b5cf813f1e21a1c6581 (patch)
treec9712b9003f9a964169ca7319cfb6801d5313e2b /x11-toolkits
parent50075dc6cf7acd75eada91d8522f4a2add31cbf0 (diff)
downloadports-556be192eddd2ef5ab258b5cf813f1e21a1c6581.tar.gz
ports-556be192eddd2ef5ab258b5cf813f1e21a1c6581.zip
- Update to version 0.3.2
Added gtk-accel-group support and gtk-window-get-size PR: 60326 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=96041
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"))
- )