From c83ed132d71b7e2b77ab5d842bc81430eea7ba60 Mon Sep 17 00:00:00 2001 From: adamw Date: Tue, 8 Mar 2005 20:11:58 +0000 Subject: Update to 3.2.15. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3898 df743ca5-7f9a-e211-a948-0013205c9059 --- accessibility/dasher/Makefile | 2 +- accessibility/dasher/distinfo | 4 ++-- accessibility/dasher/files/patch-Src_Gtk2_edit.cc | 14 -------------- 3 files changed, 3 insertions(+), 17 deletions(-) delete mode 100644 accessibility/dasher/files/patch-Src_Gtk2_edit.cc (limited to 'accessibility') diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile index 45e861658..8ada000f1 100644 --- a/accessibility/dasher/Makefile +++ b/accessibility/dasher/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dasher -PORTVERSION= 3.2.14 +PORTVERSION= 3.2.15 CATEGORIES= accessibility editors x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/3.2 diff --git a/accessibility/dasher/distinfo b/accessibility/dasher/distinfo index e78bb084c..02812ef26 100644 --- a/accessibility/dasher/distinfo +++ b/accessibility/dasher/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/dasher-3.2.14.tar.bz2) = 5ba71c0da912f774cf6fdfa47b49c6e2 -SIZE (gnome2/dasher-3.2.14.tar.bz2) = 8981677 +MD5 (gnome2/dasher-3.2.15.tar.bz2) = a3fa85e32c94c69476e12ecba7d257e7 +SIZE (gnome2/dasher-3.2.15.tar.bz2) = 8981223 diff --git a/accessibility/dasher/files/patch-Src_Gtk2_edit.cc b/accessibility/dasher/files/patch-Src_Gtk2_edit.cc deleted file mode 100644 index d94cead9f..000000000 --- a/accessibility/dasher/files/patch-Src_Gtk2_edit.cc +++ /dev/null @@ -1,14 +0,0 @@ -This file is only needed until the next dasher version comes out. -It's just a fix to make dasher build against the new libwnck API. - ---- Src/Gtk2/edit.cc.orig Wed Mar 2 19:38:45 2005 -+++ Src/Gtk2/edit.cc Wed Mar 2 19:38:55 2005 -@@ -186,7 +186,7 @@ - break; - case 31: - if (pointer!=NULL) { -- wnck_window_activate((WnckWindow *)pointer); -+ wnck_window_activate((WnckWindow *)pointer, CurrentTime); - } - break; - #endif -- cgit