svn commit: r365351 - head/textproc/ibus
John Marino
marino at FreeBSD.org
Mon Aug 18 20:45:22 UTC 2014
Author: marino
Date: Mon Aug 18 20:45:21 2014
New Revision: 365351
URL: http://svnweb.freebsd.org/changeset/ports/365351
QAT: https://qat.redports.org/buildarchive/r365351/
Log:
textproc/ibus: Removing unnecessary @dirrmtry from pkg-plist
This port failed to build with poudriere bulk -t because the directories
it tried to remove were considered part of MTREE (but its seems they only
belonged to dependencies to me).
Remove the entries from pkg-plist so it builds cleanly, but don't bother
to revbump because there's no practical change to the package.
Just Fix It.
Modified:
head/textproc/ibus/pkg-plist
Modified: head/textproc/ibus/pkg-plist
==============================================================================
--- head/textproc/ibus/pkg-plist Mon Aug 18 19:42:24 2014 (r365350)
+++ head/textproc/ibus/pkg-plist Mon Aug 18 20:45:21 2014 (r365351)
@@ -311,12 +311,9 @@ share/bash-completion/completions/ibus.b
%%COMPDIR%%@dirrmtry %%DATADIR%%/component
@dirrmtry %%DATADIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%
-%%GINTRO%%@dirrmtry share/gir-1.0
%%PYTHON_LIB%%@dirrm %%PYTHON_SITELIBDIR%%/ibus/interface
%%PYTHON_LIB%%@dirrm %%PYTHON_SITELIBDIR%%/ibus
@dirrm include/ibus-1.0
- at dirrmtry etc/xdg/autostart
- at dirrmtry etc/xdg
%%DCONF%%@dirrmtry etc/dconf/db/ibus.d
%%GTK3%%@exec %%LOCALBASE%%/bin/gtk-query-immodules-3.0 --update-cache
%%GTK2%%@exec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache
More information about the svn-ports-head
mailing list