Upgrade to 0.3.1.

PR:		ports/57616
Submitted by:	maintainer
This commit is contained in:
Vanilla I. Shu 2003-10-06 20:52:01 +00:00
parent 3089058632
commit e8f9d27c22
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90471
4 changed files with 13 additions and 13 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (Gauche-gtk-0.3.tgz) = c68b5db455256f75c7d3fdab44440074
MD5 (Gauche-gtk-0.3.1.tgz) = 56242c3eacab8d175ca7df7e15eff64d

View File

@ -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*)

View File

@ -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"))
)