[20058] trunk/dports/gnome/planner/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Oct 14 03:42:19 PDT 2006


Revision: 20058
          http://trac.macosforge.org/projects/macports/changeset/20058
Author:   rhwood at macports.org
Date:     2006-10-14 03:42:17 -0700 (Sat, 14 Oct 2006)

Log Message:
-----------
Upgrade to 0.14.1[[BR]]Add --enable-eds build flag to allow integration with GNOME address books

Modified Paths:
--------------
    trunk/dports/gnome/planner/Portfile

Modified: trunk/dports/gnome/planner/Portfile
===================================================================
--- trunk/dports/gnome/planner/Portfile	2006-10-14 09:08:38 UTC (rev 20057)
+++ trunk/dports/gnome/planner/Portfile	2006-10-14 10:42:17 UTC (rev 20058)
@@ -1,40 +1,42 @@
 # $Id: Portfile,v 1.5 2006/03/29 11:19:09 rhwood Exp $
-PortSystem       1.0
-name             planner
-version          0.13
-revision	 1
-categories       x11 gnome
-maintainers      jml at cubical.fi
-description      Project management application for GNOME 2
-long_description Planner is a tool for planning, scheduling and tracking \
-                 projects for the GNOME Desktop. Planner is an open source \
-                 project aiming at being a better alternative than the \
-                 available proprietary tools. \
-                 Planner is part of GNOME Office, a productivity suite \
-                 composed of entirely free software, integrated with the \
-                 GNOME Desktop.
-homepage         http://planner.imendio.org/
-platforms        darwin
-master_sites	 gnome:sources/planner/0.13/
-checksums        md5 acc2e2075bc489e849843009d6583cc0
-distname         planner-${portversion}
-use_bzip2        yes
-patchfiles	 patch-configure.in patch-data-mime-Makefile.in patch-data-mime-Makefile.am
+PortSystem	1.0
+name		planner
+version		0.14.1
+revision	1
+categories	x11 gnome
+maintainers	rhwood at macports.org
+description	Project management application for GNOME 2
+long_description \
+	Planner is a tool for planning, scheduling and tracking \
+	projects for the GNOME Desktop. Planner is an open source \
+	project aiming at being a better alternative than the \
+	available proprietary tools. \
+	Planner is part of GNOME Office, a productivity suite \
+	composed of entirely free software, integrated with the \
+	GNOME Desktop.
+homepage        http://planner.imendio.org/
+platforms       darwin
+master_sites	gnome:sources/planner/0.14/
+checksums       md5 2cb0d0c2c34832611dbb489d498e6158
+distname        planner-${portversion}
+use_bzip2       yes
 
-depends_build    port:pkgconfig \
-		 port:shared-mime-info
-depends_lib      port:gtk2 \
-		 port:gconf \
-		 port:libgnomeui \
-                 port:libgnomeprintui \
-		 port:scrollkeeper \
-		 port:libxslt \
-		 port:p5-xml-parser
+depends_build   port:pkgconfig \
+		port:shared-mime-info
+depends_lib     port:gtk2 \
+		port:gconf \
+		port:libgnomeui \
+                port:libgnomeprintui \
+		port:scrollkeeper \
+		port:libxslt \
+		port:p5-xml-parser \
+		port:evolution-data-server
 
-configure.args   --disable-python \
-                 --disable-dotnet \
-		 --disable-update-mimedb
+configure.args  --disable-python \
+                --disable-dotnet \
+		--disable-update-mimedb \
+		--enable-eds
 
 post-activate {
-		 system "update-mime-database ${prefix}/share/mime"
+	system "update-mime-database ${prefix}/share/mime"
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061014/fea7f1d7/attachment.html


More information about the macports-changes mailing list