summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorTom McLaughlin <tmclaugh@FreeBSD.org>2006-02-04 23:27:51 +0000
committerTom McLaughlin <tmclaugh@FreeBSD.org>2006-02-04 23:27:51 +0000
commit10d26b980720788e6d8a45f4a105b5504a13385d (patch)
treeba1f52453ec70ae9071cfd51b659f02923d9b462 /deskutils
parent- Update WWW line after home site has moved (diff)
- Remove patch-Tomboy::Tomboy.exe.config.in now that those dependent
ports use ltverhack - Remove USE_REINPLACE while I'm here Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
Notes
Notes: svn path=/head/; revision=155227
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/tomboy/Makefile3
-rw-r--r--deskutils/tomboy/files/patch-Tomboy::Tomboy.exe.config.in14
2 files changed, 1 insertions, 16 deletions
diff --git a/deskutils/tomboy/Makefile b/deskutils/tomboy/Makefile
index f33c7173143f..0ff7dfeef93c 100644
--- a/deskutils/tomboy/Makefile
+++ b/deskutils/tomboy/Makefile
@@ -8,7 +8,7 @@
PORTNAME= tomboy
PORTVERSION= 0.3.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= deskutils gnome
MASTER_SITES= http://www.beatniksoftware.com/tomboy/releases/
@@ -23,7 +23,6 @@ RUN_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp10 \
USE_GNOME= gnomehack gnometarget intltool gnomeprefix gnomepanel
USE_X_PREFIX= yes
-USE_REINPLACE= yes
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
diff --git a/deskutils/tomboy/files/patch-Tomboy::Tomboy.exe.config.in b/deskutils/tomboy/files/patch-Tomboy::Tomboy.exe.config.in
deleted file mode 100644
index 7e540544245a..000000000000
--- a/deskutils/tomboy/files/patch-Tomboy::Tomboy.exe.config.in
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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>