aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-05-16 18:57:01 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-05-16 18:57:01 +0000
commit2e536bde7487dc2e6e8012faf172cc3b0d5a6d23 (patch)
treea0d8395bf7b8885002e258900d94fb5a891d1dc5 /deskutils
parentc2427dbcf7c7e6e7fd9bb13b4b24710e377e4595 (diff)
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/tomboy/Makefile1
-rw-r--r--deskutils/tomboy/files/patch-Tomboy::Tomboy.exe.config.in14
2 files changed, 15 insertions, 0 deletions
diff --git a/deskutils/tomboy/Makefile b/deskutils/tomboy/Makefile
index 8040638e3a1b..4c1abec2b0c3 100644
--- a/deskutils/tomboy/Makefile
+++ b/deskutils/tomboy/Makefile
@@ -8,6 +8,7 @@
PORTNAME= tomboy
PORTVERSION= 0.3.2
+PORTREVISION= 1
CATEGORIES= deskutils gnome
MASTER_SITES= http://www.beatniksoftware.com/tomboy/releases/
diff --git a/deskutils/tomboy/files/patch-Tomboy::Tomboy.exe.config.in b/deskutils/tomboy/files/patch-Tomboy::Tomboy.exe.config.in
new file mode 100644
index 000000000000..7e540544245a
--- /dev/null
+++ b/deskutils/tomboy/files/patch-Tomboy::Tomboy.exe.config.in
@@ -0,0 +1,14 @@
+--- Tomboy/Tomboy.exe.config.in.orig Mon May 16 13:31:52 2005
++++ Tomboy/Tomboy.exe.config.in Mon May 16 13:32:17 2005
+@@ -1,7 +1,7 @@
+ <configuration>
+- <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so.0"/>
+- <dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0.so.0"/>
+- <dllmap dll="libgtkspell" target="libgtkspell.so.0"/>
++ <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so"/>
++ <dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0.so"/>
++ <dllmap dll="libgtkspell" target="libgtkspell.so"/>
+ <dllmap dll="libtomboy" target="libtomboy.so"/>
+- <dllmap dll="panel-applet-2" target="libpanel-applet-2.so.0"/>
++ <dllmap dll="panel-applet-2" target="libpanel-applet-2.so"/>
+ </configuration>