diff options
author | wiz <wiz@pkgsrc.org> | 2017-10-11 09:20:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-10-11 09:20:00 +0000 |
commit | 9e23f7e8e4270bb9f1bb83d5b533009342a49555 (patch) | |
tree | 523a53cda54f9c481ce1676b54fb687fbcd83c11 /devel/dconf/Makefile | |
parent | 29b2ac2c027f32477b1b97104644b50f47c50ed7 (diff) | |
download | pkgsrc-9e23f7e8e4270bb9f1bb83d5b533009342a49555.tar.gz |
dconf: update to 0.26.1.
Changes in dconf 0.26.1
========================
- Work around a deadlock in GObject type initialization (#674885)
Diffstat (limited to 'devel/dconf/Makefile')
-rw-r--r-- | devel/dconf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile index 3be0d2ccd67..4cb729880a9 100644 --- a/devel/dconf/Makefile +++ b/devel/dconf/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2017/10/03 12:36:52 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2017/10/11 09:20:00 wiz Exp $ -DISTNAME= dconf-0.26.0 -PKGREVISION= 2 +DISTNAME= dconf-0.26.1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/dconf/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz |