diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-09 04:11:58 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-09 04:11:58 +0800 |
commit | c83ed132d71b7e2b77ab5d842bc81430eea7ba60 (patch) | |
tree | 16078455d609203e2eb36f6bfd2543da50645a32 /accessibility/dasher | |
parent | eb5e3bb38b3be8f4cedce65b445badf20a57c067 (diff) | |
download | marcuscom-ports-c83ed132d71b7e2b77ab5d842bc81430eea7ba60.tar.gz marcuscom-ports-c83ed132d71b7e2b77ab5d842bc81430eea7ba60.tar.zst marcuscom-ports-c83ed132d71b7e2b77ab5d842bc81430eea7ba60.zip |
Update to 3.2.15.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3898 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/dasher')
-rw-r--r-- | accessibility/dasher/Makefile | 2 | ||||
-rw-r--r-- | accessibility/dasher/distinfo | 4 | ||||
-rw-r--r-- | accessibility/dasher/files/patch-Src_Gtk2_edit.cc | 14 |
3 files changed, 3 insertions, 17 deletions
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 |