Index: head/devel/dconf/Makefile =================================================================== --- head/devel/dconf/Makefile (revision 452543) +++ head/devel/dconf/Makefile (revision 452544) @@ -1,46 +1,46 @@ # Created by: Koop Mast # $FreeBSD$ PORTNAME= dconf -PORTVERSION= 0.24.0 -PORTREVISION= 1 +PORTVERSION= 0.26.1 CATEGORIES= devel gnome MASTER_SITES= GNOME DISTNAME= dconf-${PORTVERSION} DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Configuration database system for GNOME +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= vala>=0.18.1:lang/vala \ docbook-xsl>=0:textproc/docbook-xsl LIB_DEPENDS= libdbus-1.so:devel/dbus PORTSCOUT= limitw:1,even -USES= gettext gmake pathfix pkgconfig tar:xz -USE_GNOME= glib20 +USES= gettext gmake gnome localbase pathfix pkgconfig tar:xz +USE_GNOME= glib20 libxslt:build USE_LDCONFIG= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' \ -e 's|"/etc"|"${PREFIX}/etc"|g' \ ${WRKSRC}/engine/dconf-engine.c \ ${WRKSRC}/engine/dconf-engine-profile.c \ ${WRKSRC}/engine/dconf-engine-source-system.c \ ${WRKSRC}/bin/dconf-update.c \ ${WRKSRC}/tests/engine.c @${REINPLACE_CMD} -e 's|-Wno-unused-but-set-variable||g' \ ${WRKSRC}/bin/Makefile.in \ ${WRKSRC}/client/Makefile.in @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/docs/Makefile.in post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/dconf/db @${MKDIR} ${STAGEDIR}${PREFIX}/etc/dconf/profile .include Index: head/devel/dconf/distinfo =================================================================== --- head/devel/dconf/distinfo (revision 452543) +++ head/devel/dconf/distinfo (revision 452544) @@ -1,2 +1,3 @@ -SHA256 (gnome3/dconf-0.24.0.tar.xz) = 4373e0ced1f4d7d68d518038796c073696280e22957babb29feb0267c630fec2 -SIZE (gnome3/dconf-0.24.0.tar.xz) = 218512 +TIMESTAMP = 1507232441 +SHA256 (gnome3/dconf-0.26.1.tar.xz) = d583b1f7fc93b879e2956acc6a26ea05a445a0002158aeef80c8e378e1414535 +SIZE (gnome3/dconf-0.26.1.tar.xz) = 218516 Index: head/devel/dconf/files/patch-docs_Makefile.in =================================================================== --- head/devel/dconf/files/patch-docs_Makefile.in (revision 452543) +++ head/devel/dconf/files/patch-docs_Makefile.in (revision 452544) @@ -1,19 +1,19 @@ ---- docs/Makefile.in.orig 2015-05-26 11:07:25.983427000 +0200 -+++ docs/Makefile.in 2015-05-26 11:07:26.010090000 +0200 -@@ -903,13 +903,13 @@ +--- docs/Makefile.in.orig 2017-10-03 13:54:54 UTC ++++ docs/Makefile.in +@@ -920,13 +920,13 @@ dist-hook: dist-check-gtkdoc all-gtk-doc dist-hook-loc .PHONY : dist-hook-local docs %.1: %.xml - $(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_MAN_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< + $(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_MAN_FLAGS) %%LOCALBASE%%/share/xsl/docbook/manpages/docbook.xsl $< dconf.1: dconf-tool.xml - $(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_MAN_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< + $(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_MAN_FLAGS) %%LOCALBASE%%/share/xsl/docbook/manpages/docbook.xsl $< dconf.7: dconf-overview.xml - $(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_MAN_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< + $(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_MAN_FLAGS) %%LOCALBASE%%/share/xsl/docbook/manpages/docbook.xsl $< # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. Index: head/devel/dconf/pkg-descr =================================================================== --- head/devel/dconf/pkg-descr (revision 452543) +++ head/devel/dconf/pkg-descr (revision 452544) @@ -1,18 +1,18 @@ GConf extends the concept of a configuration registry. It provides a simple way for applications and administrators to store data; often GConf is used to store preferences for applications. Some of the features of GConf are: GConf provides: * Documentation for each configuration key, so that administrators can better modify the value. * Notifications to interested applications when configuration data is changed. The notification service works across networks, affecting all login sessions for a single user. * Proper locking so that configuration data doesn't get corrupted when accessed by multiple applications at the same time. -WWW: http://live.gnome.org/dconf +WWW: https://wiki.gnome.org/Projects/dconf Index: head/devel/dconf/pkg-plist =================================================================== --- head/devel/dconf/pkg-plist (revision 452543) +++ head/devel/dconf/pkg-plist (revision 452544) @@ -1,51 +1,45 @@ bin/dconf -include/dconf-dbus-1/dconf-dbus-1.h include/dconf/client/dconf-client.h include/dconf/common/dconf-changeset.h -include/dconf/common/dconf-error.h +include/dconf/common/dconf-enums.h include/dconf/common/dconf-paths.h include/dconf/dconf.h lib/gio/modules/libdconfsettings.so -lib/libdconf-dbus-1.so -lib/libdconf-dbus-1.so.0 -lib/libdconf-dbus-1.so.0.0.0 lib/libdconf.so lib/libdconf.so.1 lib/libdconf.so.1.0.0 -libdata/pkgconfig/dconf-dbus-1.pc libdata/pkgconfig/dconf.pc libexec/dconf-service man/man1/dconf-service.1.gz man/man1/dconf.1.gz man/man7/dconf.7.gz share/bash-completion/completions/dconf share/dbus-1/services/ca.desrt.dconf.service share/gtk-doc/html/dconf/DConfClient.html share/gtk-doc/html/dconf/annotation-glossary.html share/gtk-doc/html/dconf/api-index-full.html share/gtk-doc/html/dconf/ch01.html share/gtk-doc/html/dconf/dconf-DConfChangeset.html share/gtk-doc/html/dconf/dconf-DConfError.html share/gtk-doc/html/dconf/dconf-dconf-Paths.html share/gtk-doc/html/dconf/dconf-overview.html share/gtk-doc/html/dconf/dconf-service.html share/gtk-doc/html/dconf/dconf-tool.html share/gtk-doc/html/dconf/dconf.devhelp2 share/gtk-doc/html/dconf/home.png share/gtk-doc/html/dconf/index.html -share/gtk-doc/html/dconf/index.sgml share/gtk-doc/html/dconf/left-insensitive.png share/gtk-doc/html/dconf/left.png share/gtk-doc/html/dconf/object-tree.html share/gtk-doc/html/dconf/programs.html share/gtk-doc/html/dconf/right-insensitive.png share/gtk-doc/html/dconf/right.png share/gtk-doc/html/dconf/style.css share/gtk-doc/html/dconf/up-insensitive.png share/gtk-doc/html/dconf/up.png share/vala/vapi/dconf.deps share/vala/vapi/dconf.vapi @dir %%ETCDIR%%/db @dir %%ETCDIR%%/profile @postexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true @postunexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true