svn commit: r375317 - head/devel/dconf

Antoine Brodin antoine at FreeBSD.org
Tue Dec 23 09:41:54 UTC 2014


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
+ at dir etc/dconf/db
+ at 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


More information about the svn-ports-head mailing list