aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortmclaugh <tmclaugh@FreeBSD.org>2006-02-05 07:27:51 +0800
committertmclaugh <tmclaugh@FreeBSD.org>2006-02-05 07:27:51 +0800
commit59b8a52889a53c63b7764f3f75bc6ee60d95b57c (patch)
tree4c5d275a31443e5b5e8d6eb094c67498037e34e3
parent987837b5ed4236720c3bc0609771f56619700546 (diff)
downloadfreebsd-ports-gnome-59b8a52889a53c63b7764f3f75bc6ee60d95b57c.tar.gz
freebsd-ports-gnome-59b8a52889a53c63b7764f3f75bc6ee60d95b57c.tar.zst
freebsd-ports-gnome-59b8a52889a53c63b7764f3f75bc6ee60d95b57c.zip
- 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>
-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>