diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2006-02-19 06:30:47 +0000 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2006-02-19 06:30:47 +0000 |
commit | 4feedccd71c9ab33c68cc7774417a162361cb409 (patch) | |
tree | 25df0947e7d4554cce1246d67239bc71b08349da /deskutils/tomboy/files | |
parent | d4a7ab61a760078e2d61085010ba04c658f8b530 (diff) | |
download | FreeBSD-ports-4feedccd71c9ab33c68cc7774417a162361cb409.zip FreeBSD-ports-4feedccd71c9ab33c68cc7774417a162361cb409.tar.gz |
Update to 0.3.5
- Install Evolution plugin if WITH_EVOLUTION is defined, evolution is
installed, or gmime-sharp is installed
- Install the Fixed Width and Note Of The Day plugins
Project by: http://www.mono-project.com/Mono:FreeBSD
Diffstat (limited to 'deskutils/tomboy/files')
-rw-r--r-- | deskutils/tomboy/files/patch-Tomboy::Trie.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/deskutils/tomboy/files/patch-Tomboy::Trie.cs b/deskutils/tomboy/files/patch-Tomboy::Trie.cs deleted file mode 100644 index 8798a58..0000000 --- a/deskutils/tomboy/files/patch-Tomboy::Trie.cs +++ /dev/null @@ -1,11 +0,0 @@ ---- Tomboy/Trie.cs.orig Thu May 5 14:11:16 2005 -+++ Tomboy/Trie.cs Sat Sep 10 20:01:33 2005 -@@ -132,7 +132,7 @@ - while (m != null) { - TrieState q1 = m.State; - TrieState r = q.Fail; -- TrieMatch n; -+ TrieMatch n = null; - - while (r != null) { - n = FindMatchAtState (r, m.Value); |