pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/dconf-editor



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.

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



Home | Main Index | Thread Index | Old Index