Date: Mon, 31 Mar 2014 21:52:36 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349805 - head/deskutils/planner Message-ID: <201403312152.s2VLqaDw005956@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Mon Mar 31 21:52:35 2014 New Revision: 349805 URL: http://svnweb.freebsd.org/changeset/ports/349805 QAT: https://qat.redports.org/buildarchive/r349805/ Log: Stagify, remove database option. libgda3 will be removed in the future. Modified: head/deskutils/planner/Makefile head/deskutils/planner/pkg-plist Modified: head/deskutils/planner/Makefile ============================================================================== --- head/deskutils/planner/Makefile Mon Mar 31 21:37:11 2014 (r349804) +++ head/deskutils/planner/Makefile Mon Mar 31 21:52:35 2014 (r349805) @@ -4,7 +4,7 @@ PORTNAME= planner PORTVERSION= 0.14.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -29,23 +29,4 @@ LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= planner.schemas -MAN1= planner.1 - -OPTIONS_DEFINE= GDA -GDA_DESC= Enable database support (though libgda) - -NO_STAGE= yes -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MGDA} -USE_GNOME+= libgda3 -CONFIGURE_ARGS+=--with-database=gda3 -PLIST_SUB+= GDA="" -.else -PLIST_SUB+= GDA="@comment " -.endif - -post-install: - @-update-desktop-database - .include <bsd.port.mk> Modified: head/deskutils/planner/pkg-plist ============================================================================== --- head/deskutils/planner/pkg-plist Mon Mar 31 21:37:11 2014 (r349804) +++ head/deskutils/planner/pkg-plist Mon Mar 31 21:52:35 2014 (r349805) @@ -32,19 +32,14 @@ lib/planner/plugins/libhtml-plugin.so lib/planner/plugins/libmsp-plugin.a lib/planner/plugins/libmsp-plugin.la lib/planner/plugins/libmsp-plugin.so -%%GDA%%lib/planner/plugins/libsql-plugin.a -%%GDA%%lib/planner/plugins/libsql-plugin.la -%%GDA%%lib/planner/plugins/libsql-plugin.so lib/planner/plugins/libxmlplanner-plugin.a lib/planner/plugins/libxmlplanner-plugin.la lib/planner/plugins/libxmlplanner-plugin.so lib/planner/storage-modules/libstorage-mrproject-1.a lib/planner/storage-modules/libstorage-mrproject-1.la lib/planner/storage-modules/libstorage-mrproject-1.so -%%GDA%%lib/planner/storage-modules/libstorage-sql.a -%%GDA%%lib/planner/storage-modules/libstorage-sql.la -%%GDA%%lib/planner/storage-modules/libstorage-sql.so libdata/pkgconfig/libplanner-1.pc +man/man1/planner.1.gz share/applications/planner.desktop %%DOCSDIR%%/README.sql %%DOCSDIR%%/kitchen.planner
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403312152.s2VLqaDw005956>