diff options
Diffstat (limited to 'devel/dconf/Makefile')
-rw-r--r-- | devel/dconf/Makefile | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile index c4c9c94888b2..9594bca467e1 100644 --- a/devel/dconf/Makefile +++ b/devel/dconf/Makefile @@ -1,25 +1,22 @@ PORTNAME= dconf -PORTVERSION= 0.40.0 -PORTREVISION= 5 +PORTVERSION= 0.49.0 CATEGORIES= devel gnome MASTER_SITES= GNOME -DISTNAME= dconf-${PORTVERSION} DIST_SUBDIR= gnome MAINTAINER= desktop@FreeBSD.org COMMENT= Configuration database system for GNOME -WWW= https://wiki.gnome.org/Projects/dconf +WWW= https://gitlab.gnome.org/GNOME/dconf -LICENSE= LGPL21 +LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= 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:build tar:xz vala:build +USES= gettext gnome localbase meson pkgconfig python:build \ + shebangfix tar:xz vala:build USE_CSTD= c99 USE_GNOME= glib20 libxslt:build USE_LDCONFIG= yes @@ -27,14 +24,9 @@ USE_LDCONFIG= yes USE_BINUTILS= yes LDFLAGS+= -B${LOCALBASE}/bin .endif +SHEBANG_FILES= tests/test-dconf.py BINARY_ALIAS= python3=${PYTHON_VERSION} -MESON_ARGS= -Dman=true \ - -Dgtk_doc=false \ - -Dvapi=true - -TESTING_UNSAFE= some tests fail - post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/dconf/db @${MKDIR} ${STAGEDIR}${PREFIX}/etc/dconf/profile |