diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile index dfe6bad9a9f0..41ff9e480666 100644 --- a/devel/dconf/Makefile +++ b/devel/dconf/Makefile @@ -1,41 +1,41 @@ # Created by: Koop Mast PORTNAME= dconf -PORTVERSION= 0.38.0 +PORTVERSION= 0.40.0 CATEGORIES= devel gnome MASTER_SITES= GNOME DISTNAME= dconf-${PORTVERSION} DIST_SUBDIR= gnome3 MAINTAINER= desktop@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 \ ${LOCALBASE}/libdata/pkgconfig/bash-completion.pc:shells/bash-completion LIB_DEPENDS= libdbus-1.so:devel/dbus PORTSCOUT= limitw:1,even USES= gettext gnome localbase meson pkgconfig python:3.6+,build tar:xz USE_CSTD= c99 USE_GNOME= glib20 libxslt:build USE_LDCONFIG= yes .if ${/usr/bin/ld:L:tA} != /usr/bin/ld.lld USE_BINUTILS= yes LDFLAGS+= -B${LOCALBASE}/bin .endif BINARY_ALIAS= python3=${PYTHON_VERSION} MESON_ARGS= -Dman=true \ -Dgtk_doc=false \ -Dvapi=true post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/dconf/db @${MKDIR} ${STAGEDIR}${PREFIX}/etc/dconf/profile .include diff --git a/devel/dconf/distinfo b/devel/dconf/distinfo index 7c36dd2e5ae4..87ff77ba88f5 100644 --- a/devel/dconf/distinfo +++ b/devel/dconf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1600242835 -SHA256 (gnome3/dconf-0.38.0.tar.xz) = 45f60f41330d27715cce1315af123f94f1c2cdedb68b6bed3b309866eec44f58 -SIZE (gnome3/dconf-0.38.0.tar.xz) = 115876 +TIMESTAMP = 1615597523 +SHA256 (gnome3/dconf-0.40.0.tar.xz) = cf7f22a4c9200421d8d3325c5c1b8b93a36843650c9f95d6451e20f0bcb24533 +SIZE (gnome3/dconf-0.40.0.tar.xz) = 117764 diff --git a/devel/dconf/pkg-plist b/devel/dconf/pkg-plist index 7884eb58e351..ba0d6417d18b 100644 --- a/devel/dconf/pkg-plist +++ b/devel/dconf/pkg-plist @@ -1,23 +1,24 @@ bin/dconf include/dconf/client/dconf-client.h include/dconf/common/dconf-changeset.h include/dconf/common/dconf-enums.h include/dconf/common/dconf-paths.h include/dconf/dconf.h lib/gio/modules/libdconfsettings.so lib/libdconf.so lib/libdconf.so.1 lib/libdconf.so.1.0.0 +lib/systemd/user/dconf.service 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/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