Received: by mail.netbsd.org (Postfix, from userid 605) id 04FC784D0B; Thu, 15 Apr 2021 19:55:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3D83784CE0 for ; Thu, 15 Apr 2021 19:55:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id WOniXnHAIfPE for ; Thu, 15 Apr 2021 19:55:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A55E084C86 for ; Thu, 15 Apr 2021 19:55:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 931CFFA95; Thu, 15 Apr 2021 19:55:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1618516506247220" MIME-Version: 1.0 Date: Thu, 15 Apr 2021 19:55:06 +0000 From: "Patrick Welche" Subject: CVS commit: pkgsrc/devel/dconf-editor To: pkgsrc-changes@NetBSD.org Reply-To: prlw1@netbsd.org X-Mailer: log_accum Message-Id: <20210415195506.931CFFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1618516506247220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: prlw1 Date: Thu Apr 15 19:55:06 UTC 2021 Modified Files: pkgsrc/devel/dconf-editor: Makefile distinfo Log Message: Update dconf-editor to 3.38.3 dconf-editor 3.38.3 =================== Fix build with newer vala Translations updated: Norwegian Bokmål: Kjartan Maraas To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 pkgsrc/devel/dconf-editor/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/dconf-editor/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1618516506247220 Content-Disposition: inline Content-Length: 2148 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/dconf-editor/Makefile diff -u pkgsrc/devel/dconf-editor/Makefile:1.59 pkgsrc/devel/dconf-editor/Makefile:1.60 --- pkgsrc/devel/dconf-editor/Makefile:1.59 Wed Apr 14 07:28:17 2021 +++ pkgsrc/devel/dconf-editor/Makefile Thu Apr 15 19:55:06 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.59 2021/04/14 07:28:17 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2021/04/15 19:55:06 prlw1 Exp $ -DISTNAME= dconf-editor-3.38.2 -PKGREVISION= 2 +DISTNAME= dconf-editor-3.38.3 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/dconf-editor/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -14,8 +13,11 @@ LICENSE= gnu-gpl-v3 USE_LANGUAGES= c99 USE_TOOLS+= msgfmt pkg-config -# Requires --desktop in msgfmt. -_TOOLS_USE_PKGSRC.msgfmt= yes +.include "../../mk/bsd.prefs.mk" +# msgfmt: unknown option -- desktop +.if ${OPSYS} == "NetBSD" +TOOLS_PLATFORM.msgfmt= +.endif .include "../../devel/dconf/buildlink3.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.46.0 Index: pkgsrc/devel/dconf-editor/distinfo diff -u pkgsrc/devel/dconf-editor/distinfo:1.3 pkgsrc/devel/dconf-editor/distinfo:1.4 --- pkgsrc/devel/dconf-editor/distinfo:1.3 Sun Nov 29 17:31:27 2020 +++ pkgsrc/devel/dconf-editor/distinfo Thu Apr 15 19:55:06 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2020/11/29 17:31:27 bsiegert Exp $ +$NetBSD: distinfo,v 1.4 2021/04/15 19:55:06 prlw1 Exp $ -SHA1 (dconf-editor-3.38.2.tar.xz) = e0c1a397cb3476059d1454a09745ff0599acade9 -RMD160 (dconf-editor-3.38.2.tar.xz) = 37731fbaa588f04414892e38bf6e62e4b6b262d2 -SHA512 (dconf-editor-3.38.2.tar.xz) = 64bcf7c5cea2c70f2c4ee08832490495c8c2dfee805d6fc27583e1369444f81ef9818f83de7c71228c88322f32c258c4550cc908263f1bb3032ab67e514efb2b -Size (dconf-editor-3.38.2.tar.xz) = 593428 bytes +SHA1 (dconf-editor-3.38.3.tar.xz) = d4b4031817dff86c32fe4dc3a90f7058938f3d06 +RMD160 (dconf-editor-3.38.3.tar.xz) = 2171e706d25173855ff46826b9f4a4bf357449a5 +SHA512 (dconf-editor-3.38.3.tar.xz) = cf00705c1e11eab980777b9696fbaaa0f5f8a8118276f2add4f4fcefe5aab46844a539539418ce61f285e65623179a9d63cc18a91339b70b5e7c9408c697e9d1 +Size (dconf-editor-3.38.3.tar.xz) = 594544 bytes --_----------=_1618516506247220--