summaryrefslogtreecommitdiffstats
path: root/deskutils/gnote
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-10-04 19:15:18 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-10-04 19:15:18 +0800
commitcbbf5c0a2724081d61f445332efee120d7adbcb3 (patch)
tree4eeca6f20674de388565eeb10820176def8e545b /deskutils/gnote
parentaeda0ef86c6dc5d714b8b8e932926a2088c98ad4 (diff)
downloadmarcuscom-ports-cbbf5c0a2724081d61f445332efee120d7adbcb3.tar
marcuscom-ports-cbbf5c0a2724081d61f445332efee120d7adbcb3.tar.gz
marcuscom-ports-cbbf5c0a2724081d61f445332efee120d7adbcb3.tar.bz2
marcuscom-ports-cbbf5c0a2724081d61f445332efee120d7adbcb3.tar.lz
marcuscom-ports-cbbf5c0a2724081d61f445332efee120d7adbcb3.tar.xz
marcuscom-ports-cbbf5c0a2724081d61f445332efee120d7adbcb3.tar.zst
marcuscom-ports-cbbf5c0a2724081d61f445332efee120d7adbcb3.zip
Gtkmm 2.18.2. ships the accidently removed API again.
So these ports and the patch for gnote are no longer needed. Remove them. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13088 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/gnote')
-rw-r--r--deskutils/gnote/Makefile4
-rw-r--r--deskutils/gnote/files/patch-src_utils.cpp11
2 files changed, 2 insertions, 13 deletions
diff --git a/deskutils/gnote/Makefile b/deskutils/gnote/Makefile
index fa905115c..1c567dc29 100644
--- a/deskutils/gnote/Makefile
+++ b/deskutils/gnote/Makefile
@@ -3,12 +3,12 @@
# Whom: Mezz <mezz@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/deskutils/gnote/Makefile,v 1.2 2009/08/13 14:19:04 kwm Exp $
+# $MCom: ports/deskutils/gnote/Makefile,v 1.3 2009/09/27 11:56:39 kwm Exp $
#
PORTNAME= gnote
PORTVERSION= 0.6.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
diff --git a/deskutils/gnote/files/patch-src_utils.cpp b/deskutils/gnote/files/patch-src_utils.cpp
deleted file mode 100644
index bcfa47a2a..000000000
--- a/deskutils/gnote/files/patch-src_utils.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/utils.cpp.orig 2009-09-27 13:43:28.000000000 +0200
-+++ src/utils.cpp 2009-09-27 13:46:05.000000000 +0200
-@@ -744,7 +744,7 @@ namespace gnote {
- if (!group_cycling) {
- activate();
- }
-- else if (can_focus()) {
-+ else if (get_can_focus()) {
- grab_focus();
- }
-