summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-26 22:10:29 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-26 22:10:29 +0000
commit055c45210ccb26064401c6ebdc1ec002500b1b05 (patch)
tree8078ffbe36f94ebadcd8a3fdbc3a8784e881f493
parentGrrr...actually bump the PORTVERSION. (diff)
Update to 2.2.3.
Notes
Notes: svn path=/head/; revision=87755
-rw-r--r--x11-toolkits/gtk20/Makefile3
-rw-r--r--x11-toolkits/gtk20/distinfo2
-rw-r--r--x11-toolkits/gtk20/files/patch-gtk_gtkwidget.c12
-rw-r--r--x11-toolkits/gtk20/pkg-plist4
-rw-r--r--x11-toolkits/gtk30/Makefile3
-rw-r--r--x11-toolkits/gtk30/distinfo2
-rw-r--r--x11-toolkits/gtk30/files/patch-gtk_gtkwidget.c12
-rw-r--r--x11-toolkits/gtk30/pkg-plist4
8 files changed, 12 insertions, 30 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index 454d1df0acec..8e92ee968a1f 100644
--- a/x11-toolkits/gtk20/Makefile
+++ b/x11-toolkits/gtk20/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gtk
-PORTVERSION= 2.2.2
-PORTREVISION= 1
+PORTVERSION= 2.2.3
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.2,} \
ftp://ftp.gtk.org/pub/gtk/v2.0/ \
diff --git a/x11-toolkits/gtk20/distinfo b/x11-toolkits/gtk20/distinfo
index 21921ff048b3..e526d04ea971 100644
--- a/x11-toolkits/gtk20/distinfo
+++ b/x11-toolkits/gtk20/distinfo
@@ -1 +1 @@
-MD5 (gnome2/gtk+-2.2.2.tar.bz2) = 5a7c639f0f2d682bdc17e3f81c17c79c
+MD5 (gnome2/gtk+-2.2.3.tar.bz2) = b7ab19482a3dcaf42d0fb4bd204fc80d
diff --git a/x11-toolkits/gtk20/files/patch-gtk_gtkwidget.c b/x11-toolkits/gtk20/files/patch-gtk_gtkwidget.c
index 43203977a68a..e69de29bb2d1 100644
--- a/x11-toolkits/gtk20/files/patch-gtk_gtkwidget.c
+++ b/x11-toolkits/gtk20/files/patch-gtk_gtkwidget.c
@@ -1,12 +0,0 @@
---- gtk/gtkwidget.c.orig Thu Aug 14 17:51:56 2003
-+++ gtk/gtkwidget.c Thu Aug 14 17:52:52 2003
-@@ -3041,6 +3041,9 @@
- static gboolean
- event_window_is_still_viewable (GdkEvent *event)
- {
-+ if (GDK_IS_PIXMAP (event->any.window))
-+ return event->type == GDK_EXPOSE;
-+
- /* Check that we think the event's window is viewable before
- * delivering the event, to prevent suprises. We do this here
- * at the last moment, since the event may have been queued
diff --git a/x11-toolkits/gtk20/pkg-plist b/x11-toolkits/gtk20/pkg-plist
index 1a01a976c890..429e30cdd2c2 100644
--- a/x11-toolkits/gtk20/pkg-plist
+++ b/x11-toolkits/gtk20/pkg-plist
@@ -202,6 +202,7 @@ lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-wbmp.so
lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-xbm.so
lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-xpm.so
lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-am-et.so
+lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-cedilla.so
lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-cyrillic-translit.so
lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-hangul.so
lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-inuktitut.so
@@ -231,6 +232,7 @@ libdata/pkgconfig/gtk+-2.0.pc
libdata/pkgconfig/gtk+-x11-2.0.pc
share/aclocal/gtk-2.0.m4
share/locale/am/LC_MESSAGES/gtk20.mo
+share/locale/ar/LC_MESSAGES/gtk20.mo
share/locale/az/LC_MESSAGES/gtk20.mo
share/locale/be/LC_MESSAGES/gtk20.mo
share/locale/bg/LC_MESSAGES/gtk20.mo
@@ -255,6 +257,7 @@ share/locale/hr/LC_MESSAGES/gtk20.mo
share/locale/hu/LC_MESSAGES/gtk20.mo
share/locale/ia/LC_MESSAGES/gtk20.mo
share/locale/id/LC_MESSAGES/gtk20.mo
+share/locale/is/LC_MESSAGES/gtk20.mo
share/locale/it/LC_MESSAGES/gtk20.mo
share/locale/ja/LC_MESSAGES/gtk20.mo
share/locale/ko/LC_MESSAGES/gtk20.mo
@@ -264,6 +267,7 @@ share/locale/mk/LC_MESSAGES/gtk20.mo
share/locale/ml/LC_MESSAGES/gtk20.mo
share/locale/mn/LC_MESSAGES/gtk20.mo
share/locale/ms/LC_MESSAGES/gtk20.mo
+share/locale/ne/LC_MESSAGES/gtk20.mo
share/locale/nl/LC_MESSAGES/gtk20.mo
share/locale/nn/LC_MESSAGES/gtk20.mo
share/locale/no/LC_MESSAGES/gtk20.mo
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile
index 454d1df0acec..8e92ee968a1f 100644
--- a/x11-toolkits/gtk30/Makefile
+++ b/x11-toolkits/gtk30/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gtk
-PORTVERSION= 2.2.2
-PORTREVISION= 1
+PORTVERSION= 2.2.3
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.2,} \
ftp://ftp.gtk.org/pub/gtk/v2.0/ \
diff --git a/x11-toolkits/gtk30/distinfo b/x11-toolkits/gtk30/distinfo
index 21921ff048b3..e526d04ea971 100644
--- a/x11-toolkits/gtk30/distinfo
+++ b/x11-toolkits/gtk30/distinfo
@@ -1 +1 @@
-MD5 (gnome2/gtk+-2.2.2.tar.bz2) = 5a7c639f0f2d682bdc17e3f81c17c79c
+MD5 (gnome2/gtk+-2.2.3.tar.bz2) = b7ab19482a3dcaf42d0fb4bd204fc80d
diff --git a/x11-toolkits/gtk30/files/patch-gtk_gtkwidget.c b/x11-toolkits/gtk30/files/patch-gtk_gtkwidget.c
index 43203977a68a..e69de29bb2d1 100644
--- a/x11-toolkits/gtk30/files/patch-gtk_gtkwidget.c
+++ b/x11-toolkits/gtk30/files/patch-gtk_gtkwidget.c
@@ -1,12 +0,0 @@
---- gtk/gtkwidget.c.orig Thu Aug 14 17:51:56 2003
-+++ gtk/gtkwidget.c Thu Aug 14 17:52:52 2003
-@@ -3041,6 +3041,9 @@
- static gboolean
- event_window_is_still_viewable (GdkEvent *event)
- {
-+ if (GDK_IS_PIXMAP (event->any.window))
-+ return event->type == GDK_EXPOSE;
-+
- /* Check that we think the event's window is viewable before
- * delivering the event, to prevent suprises. We do this here
- * at the last moment, since the event may have been queued
diff --git a/x11-toolkits/gtk30/pkg-plist b/x11-toolkits/gtk30/pkg-plist
index 1a01a976c890..429e30cdd2c2 100644
--- a/x11-toolkits/gtk30/pkg-plist
+++ b/x11-toolkits/gtk30/pkg-plist
@@ -202,6 +202,7 @@ lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-wbmp.so
lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-xbm.so
lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-xpm.so
lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-am-et.so
+lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-cedilla.so
lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-cyrillic-translit.so
lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-hangul.so
lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-inuktitut.so
@@ -231,6 +232,7 @@ libdata/pkgconfig/gtk+-2.0.pc
libdata/pkgconfig/gtk+-x11-2.0.pc
share/aclocal/gtk-2.0.m4
share/locale/am/LC_MESSAGES/gtk20.mo
+share/locale/ar/LC_MESSAGES/gtk20.mo
share/locale/az/LC_MESSAGES/gtk20.mo
share/locale/be/LC_MESSAGES/gtk20.mo
share/locale/bg/LC_MESSAGES/gtk20.mo
@@ -255,6 +257,7 @@ share/locale/hr/LC_MESSAGES/gtk20.mo
share/locale/hu/LC_MESSAGES/gtk20.mo
share/locale/ia/LC_MESSAGES/gtk20.mo
share/locale/id/LC_MESSAGES/gtk20.mo
+share/locale/is/LC_MESSAGES/gtk20.mo
share/locale/it/LC_MESSAGES/gtk20.mo
share/locale/ja/LC_MESSAGES/gtk20.mo
share/locale/ko/LC_MESSAGES/gtk20.mo
@@ -264,6 +267,7 @@ share/locale/mk/LC_MESSAGES/gtk20.mo
share/locale/ml/LC_MESSAGES/gtk20.mo
share/locale/mn/LC_MESSAGES/gtk20.mo
share/locale/ms/LC_MESSAGES/gtk20.mo
+share/locale/ne/LC_MESSAGES/gtk20.mo
share/locale/nl/LC_MESSAGES/gtk20.mo
share/locale/nn/LC_MESSAGES/gtk20.mo
share/locale/no/LC_MESSAGES/gtk20.mo