From owner-svn-ports-head@FreeBSD.ORG Tue Dec 23 09:41:54 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 006AAEDB; Tue, 23 Dec 2014 09:41:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E04831D75; Tue, 23 Dec 2014 09:41:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBN9fr02023604; Tue, 23 Dec 2014 09:41:53 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBN9frk4023602; Tue, 23 Dec 2014 09:41:53 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201412230941.sBN9frk4023602@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 23 Dec 2014 09:41:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375317 - head/devel/dconf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Dec 2014 09:41:54 -0000 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