From owner-svn-ports-head@freebsd.org Mon Jun 15 20:43:31 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E8CBF342F73; Mon, 15 Jun 2020 20:43:31 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49m3Fb5fx5z3Vg1; Mon, 15 Jun 2020 20:43:31 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BD98F23661; Mon, 15 Jun 2020 20:43:31 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05FKhVpI073299; Mon, 15 Jun 2020 20:43:31 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05FKhVJP073297; Mon, 15 Jun 2020 20:43:31 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <202006152043.05FKhVJP073297@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 15 Jun 2020 20:43:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539281 - in head/devel/dconf: . files X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head/devel/dconf: . files X-SVN-Commit-Revision: 539281 X-SVN-Commit-Repository: ports 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.33 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: Mon, 15 Jun 2020 20:43:32 -0000 Author: bapt Date: Mon Jun 15 20:43:31 2020 New Revision: 539281 URL: https://svnweb.freebsd.org/changeset/ports/539281 Log: Update to 0.36.0 Deleted: head/devel/dconf/files/ Modified: head/devel/dconf/Makefile head/devel/dconf/distinfo Modified: head/devel/dconf/Makefile ============================================================================== --- head/devel/dconf/Makefile Mon Jun 15 20:37:18 2020 (r539280) +++ head/devel/dconf/Makefile Mon Jun 15 20:43:31 2020 (r539281) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dconf -PORTVERSION= 0.28.0 +PORTVERSION= 0.36.0 CATEGORIES= devel gnome MASTER_SITES= GNOME DISTNAME= dconf-${PORTVERSION} @@ -15,7 +15,8 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= vala>=0.18.1:lang/vala \ - docbook-xsl>=0:textproc/docbook-xsl + 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 @@ -25,17 +26,9 @@ USE_GNOME= glib20 libxslt:build USE_LDCONFIG= yes BINARY_ALIAS= python3=${PYTHON_VERSION} -MESON_ARGS= -Denable-man=true - -post-patch: - @${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' \ - -e 's|"/etc"|"${PREFIX}/etc"|g' \ - ${WRKSRC}/docs/dconf-overview.xml \ - ${WRKSRC}/engine/dconf-engine.c \ - ${WRKSRC}/engine/dconf-engine-profile.c \ - ${WRKSRC}/engine/dconf-engine-source-system.c \ - ${WRKSRC}/bin/dconf-update.vala \ - ${WRKSRC}/tests/engine.c +MESON_ARGS= -Dman=true \ + -Dgtk_doc=false \ + -Dvapi=true post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/dconf/db Modified: head/devel/dconf/distinfo ============================================================================== --- head/devel/dconf/distinfo Mon Jun 15 20:37:18 2020 (r539280) +++ head/devel/dconf/distinfo Mon Jun 15 20:43:31 2020 (r539281) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525984843 -SHA256 (gnome3/dconf-0.28.0.tar.xz) = 61d3b3865ef58b729c3b39aa0979f886c014aa8362f93dcfc74bf5648ed9c742 -SIZE (gnome3/dconf-0.28.0.tar.xz) = 99340 +TIMESTAMP = 1592252835 +SHA256 (gnome3/dconf-0.36.0.tar.xz) = 9fe6bb22191fc2a036ad86fd8e7d165e9983c687b9fedccf85d46c799301da2d +SIZE (gnome3/dconf-0.36.0.tar.xz) = 114828