diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-07-10 21:45:23 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-07-10 21:45:23 +0000 |
commit | 93ab49fe0feb83c0ab96961783addc690466cc76 (patch) | |
tree | eb05f66d7f15a1b99cddb139a506dd6011097a76 /deskutils/tomboy | |
parent | e06aeb6304437c28bd0b2e528c9f54b780eb463c (diff) | |
download | ports-93ab49fe0feb83c0ab96961783addc690466cc76.tar.gz ports-93ab49fe0feb83c0ab96961783addc690466cc76.zip |
Notes
Diffstat (limited to 'deskutils/tomboy')
-rw-r--r-- | deskutils/tomboy/Makefile | 4 | ||||
-rw-r--r-- | deskutils/tomboy/files/patch-Tomboy::panelapplet::AppletFactory.cs | 19 |
2 files changed, 21 insertions, 2 deletions
diff --git a/deskutils/tomboy/Makefile b/deskutils/tomboy/Makefile index f016068de730..f80a1c062c59 100644 --- a/deskutils/tomboy/Makefile +++ b/deskutils/tomboy/Makefile @@ -2,13 +2,13 @@ # Date created: 20041011 # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # -# $Id: Makefile,v 1.7 2005/05/13 00:56:00 tmclau02 Exp $ +# $Id: Makefile,v 1.9 2005/06/21 22:32:11 mezz7 Exp $ # $FreeBSD$ # PORTNAME= tomboy PORTVERSION= 0.3.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils gnome MASTER_SITES= http://www.beatniksoftware.com/tomboy/releases/ diff --git a/deskutils/tomboy/files/patch-Tomboy::panelapplet::AppletFactory.cs b/deskutils/tomboy/files/patch-Tomboy::panelapplet::AppletFactory.cs new file mode 100644 index 000000000000..9bf172c8693c --- /dev/null +++ b/deskutils/tomboy/files/patch-Tomboy::panelapplet::AppletFactory.cs @@ -0,0 +1,19 @@ +=================================================================== +RCS file: /cvs/gnome/tomboy/Tomboy/panelapplet/AppletFactory.cs,v +retrieving revision 1.1 +retrieving revision 1.2 +diff -u -r1.1 -r1.2 +--- Tomboy/panelapplet/AppletFactory.cs 2004/10/23 18:21:58 1.1 ++++ Tomboy/panelapplet/AppletFactory.cs 2005/06/08 10:31:47 1.2 +@@ -4,9 +4,9 @@ + + namespace PanelApplet + { +- public class AppletFactory ++ public class AppletFactory : GLib.Object + { +- private AppletFactory () { } ++ private AppletFactory () : base (IntPtr.Zero) { } + + private static string _IID; + private static string _factoryIID; |