svn commit: r364519 - head/deskutils/tomboy
Antoine Brodin
antoine at FreeBSD.org
Sun Aug 10 09:08:40 UTC 2014
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
More information about the svn-ports-all
mailing list