Date: Tue, 23 Dec 2014 09:41:53 +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: r375317 - head/devel/dconf Message-ID: <201412230941.sBN9frk4023602@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Dec 23 09:41:52 2014 New Revision: 375317 URL: https://svnweb.freebsd.org/changeset/ports/375317 QAT: https://qat.redports.org/buildarchive/r375317/ Log: Add two empty directories that belonged to gnomehier This should unbreak textproc/ibus build Modified: head/devel/dconf/Makefile head/devel/dconf/pkg-plist Modified: head/devel/dconf/Makefile ============================================================================== --- head/devel/dconf/Makefile Tue Dec 23 09:40:23 2014 (r375316) +++ head/devel/dconf/Makefile Tue Dec 23 09:41:52 2014 (r375317) @@ -4,6 +4,7 @@ PORTNAME?= dconf PORTVERSION= 0.22.0 +PORTREVISION?= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME DISTNAME= dconf-${PORTVERSION} Modified: head/devel/dconf/pkg-plist ============================================================================== --- head/devel/dconf/pkg-plist Tue Dec 23 09:40:23 2014 (r375316) +++ head/devel/dconf/pkg-plist Tue Dec 23 09:41:52 2014 (r375317) @@ -103,5 +103,7 @@ share/locale/zh_HK/LC_MESSAGES/dconf.mo share/locale/zh_TW/LC_MESSAGES/dconf.mo share/vala/vapi/dconf.deps share/vala/vapi/dconf.vapi +@dir etc/dconf/db +@dir etc/dconf/profile @exec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true @unexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412230941.sBN9frk4023602>