From owner-svn-ports-all@freebsd.org Fri Oct 20 17:13:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0F89E3B20B; Fri, 20 Oct 2017 17:13:01 +0000 (UTC) (envelope-from kwm@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 mx1.freebsd.org (Postfix) with ESMTPS id 9B711834B8; Fri, 20 Oct 2017 17:13:01 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9KHD0aw060195; Fri, 20 Oct 2017 17:13:00 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9KHD0Vn060190; Fri, 20 Oct 2017 17:13:00 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201710201713.v9KHD0Vn060190@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 20 Oct 2017 17:13:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452544 - in head/devel/dconf: . files X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: in head/devel/dconf: . files X-SVN-Commit-Revision: 452544 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Oct 2017 17:13:01 -0000 Author: kwm Date: Fri Oct 20 17:13:00 2017 New Revision: 452544 URL: https://svnweb.freebsd.org/changeset/ports/452544 Log: Update dconf to 0.26.1. This allows vala to be updated to 0.36. PR: 222017 (based on) Submitted by: cpm@ Modified: head/devel/dconf/Makefile head/devel/dconf/distinfo head/devel/dconf/files/patch-docs_Makefile.in head/devel/dconf/pkg-descr head/devel/dconf/pkg-plist Modified: head/devel/dconf/Makefile ============================================================================== --- head/devel/dconf/Makefile Fri Oct 20 17:07:23 2017 (r452543) +++ head/devel/dconf/Makefile Fri Oct 20 17:13:00 2017 (r452544) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dconf -PORTVERSION= 0.24.0 -PORTREVISION= 1 +PORTVERSION= 0.26.1 CATEGORIES= devel gnome MASTER_SITES= GNOME DISTNAME= dconf-${PORTVERSION} @@ -12,18 +11,19 @@ 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' \ Modified: head/devel/dconf/distinfo ============================================================================== --- head/devel/dconf/distinfo Fri Oct 20 17:07:23 2017 (r452543) +++ head/devel/dconf/distinfo Fri Oct 20 17:13:00 2017 (r452544) @@ -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 Modified: head/devel/dconf/files/patch-docs_Makefile.in ============================================================================== --- head/devel/dconf/files/patch-docs_Makefile.in Fri Oct 20 17:07:23 2017 (r452543) +++ head/devel/dconf/files/patch-docs_Makefile.in Fri Oct 20 17:13:00 2017 (r452544) @@ -1,6 +1,6 @@ ---- 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 Modified: head/devel/dconf/pkg-descr ============================================================================== --- head/devel/dconf/pkg-descr Fri Oct 20 17:07:23 2017 (r452543) +++ head/devel/dconf/pkg-descr Fri Oct 20 17:13:00 2017 (r452544) @@ -15,4 +15,4 @@ GConf provides: * 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 Modified: head/devel/dconf/pkg-plist ============================================================================== --- head/devel/dconf/pkg-plist Fri Oct 20 17:07:23 2017 (r452543) +++ head/devel/dconf/pkg-plist Fri Oct 20 17:13:00 2017 (r452544) @@ -1,18 +1,13 @@ 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 @@ -33,7 +28,6 @@ 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