Date: Sun, 10 Aug 2014 09:08:39 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364519 - head/deskutils/tomboy Message-ID: <53e73697.2fee.768b423a@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Aug 10 09:08:39 2014 New Revision: 364519 URL: http://svnweb.freebsd.org/changeset/ports/364519 QAT: https://qat.redports.org/buildarchive/r364519/ Log: - Use GCONF_SCHEMAS to fix some stage violations - Fix PLIST_SUB to prevent some pkg warnings Modified: head/deskutils/tomboy/Makefile head/deskutils/tomboy/pkg-plist Modified: head/deskutils/tomboy/Makefile ============================================================================== --- head/deskutils/tomboy/Makefile Sun Aug 10 08:55:08 2014 (r364518) +++ head/deskutils/tomboy/Makefile Sun Aug 10 09:08:39 2014 (r364519) @@ -22,6 +22,7 @@ GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALLS_OMF= yes USE_LDCONFIG= yes +GCONF_SCHEMAS= tomboy.schemas MAKE_JOBS_UNSAFE=yes @@ -49,7 +50,7 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/mono/gmim PLIST_SUB+= EVOLUTION="" .else CONFIGURE_ARGS+=--disable-evolution -PLIST_SUB+= EVOLUTION="@comment" +PLIST_SUB+= EVOLUTION="@comment " .endif post-patch: Modified: head/deskutils/tomboy/pkg-plist ============================================================================== --- head/deskutils/tomboy/pkg-plist Sun Aug 10 08:55:08 2014 (r364518) +++ head/deskutils/tomboy/pkg-plist Sun Aug 10 09:08:39 2014 (r364519) @@ -1,6 +1,5 @@ bin/tomboy %%APPLET%%bin/tomboy-panel -etc/gconf/schemas/tomboy.schemas lib/tomboy/Tomboy.exe lib/tomboy/Tomboy.exe.config lib/tomboy/Tomboy.exe.mdb
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e73697.2fee.768b423a>