pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/dconf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct 10 13:19:57 UTC 2019

Modified Files:
        pkgsrc/devel/dconf: Makefile distinfo

Log Message:
dconf: update to 0.34.0.

Changes in dconf 0.33.2
=======================

 - Drop references to GDBusConnection objects when D-Bus connections are closed
   (Andre Magalhaes, #51)

Changes in dconf 0.33.1
=======================

 - Factor out a common method to route completion of D-Bus methods through
   (Cosimo Cecchi, #29)
 - build: Use weak bindings in gvdb to fix linking with LLD
   (Ting-Wei Lan, #28)


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/dconf/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/dconf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/dconf/Makefile
diff -u pkgsrc/devel/dconf/Makefile:1.52 pkgsrc/devel/dconf/Makefile:1.53
--- pkgsrc/devel/dconf/Makefile:1.52    Mon Oct  7 09:28:10 2019
+++ pkgsrc/devel/dconf/Makefile Thu Oct 10 13:19:57 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2019/10/07 09:28:10 prlw1 Exp $
+# $NetBSD: Makefile,v 1.53 2019/10/10 13:19:57 wiz Exp $
 
-DISTNAME=      dconf-0.32.0
+DISTNAME=      dconf-0.34.0
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/dconf/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -15,7 +15,7 @@ BUILD_DEPENDS+=       libxslt-[0-9]*:../../tex
 BUILD_DEPENDS+=        docbook-xsl-[0-9]*:../../textproc/docbook-xsl
 
 USE_LANGUAGES= c99
-USE_TOOLS+=    pkg-config gmake
+USE_TOOLS+=    pkg-config
 
 REPLACE_PYTHON+=       *.py
 

Index: pkgsrc/devel/dconf/distinfo
diff -u pkgsrc/devel/dconf/distinfo:1.17 pkgsrc/devel/dconf/distinfo:1.18
--- pkgsrc/devel/dconf/distinfo:1.17    Fri Aug 16 10:54:51 2019
+++ pkgsrc/devel/dconf/distinfo Thu Oct 10 13:19:57 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.17 2019/08/16 10:54:51 wiz Exp $
+$NetBSD: distinfo,v 1.18 2019/10/10 13:19:57 wiz Exp $
 
-SHA1 (dconf-0.32.0.tar.xz) = 3b391ec3cc20b22bb029e1940223e3a583f17a3c
-RMD160 (dconf-0.32.0.tar.xz) = 47e61388174da261201cd6aa9646efb5f34c3bb6
-SHA512 (dconf-0.32.0.tar.xz) = 09ae65ad365947aed24228b94978b290060264e55b443d18a743e943627703c92e16e3a5ca8a0aaf3549f7a1d5aad77bdc285d4c8519db705d3104ec22b111a0
-Size (dconf-0.32.0.tar.xz) = 111700 bytes
+SHA1 (dconf-0.34.0.tar.xz) = 91e15b0cb24b2b9a502e48ec4252bb604232e6fe
+RMD160 (dconf-0.34.0.tar.xz) = 292780bb030a46b479b43a7b71e658fc17dc4e89
+SHA512 (dconf-0.34.0.tar.xz) = 8b28373f31fe36ba3f21f56fca84563681c3648ff595709880cd9ac49fc6b130ac375fb89fd585f1dd62b5a2f728127292ea57d18feca1147b709a93e8c4c743
+Size (dconf-0.34.0.tar.xz) = 112876 bytes
 SHA1 (patch-client_meson.build) = c14f83a8577d35c8f32dfa3d9fcbbe1c9e67548b
 SHA1 (patch-gsettings_meson.build) = 63abfc31d9fede52340708739bc53a6f6a439108
 SHA1 (patch-meson.build) = 2015b184e88ed797b52152d00e96e45988cf01bf



Home | Main Index | Thread Index | Old Index