Received: by mail.netbsd.org (Postfix, from userid 605) id 7AFDB8525D; Sun, 2 May 2021 19:14:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B77D58522E for ; Sun, 2 May 2021 19:14:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 1K3PavnGdaDn for ; Sun, 2 May 2021 19:14:40 +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 2698B84DBF for ; Sun, 2 May 2021 19:14:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 24674FA95; Sun, 2 May 2021 19:14:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619982880267240" MIME-Version: 1.0 Date: Sun, 2 May 2021 19:14:40 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/lang/vala To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210502191440.24674FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619982880267240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun May 2 19:14:40 UTC 2021 Modified Files: pkgsrc/lang/vala: Makefile distinfo Log Message: vala: update to 0.52.3. Vala 0.52.3 =========== * Various improvements and bug fixes: - codegen: + Apply gconstpointer to gpointer cast to GenericType only + Fix access to captured generics in async method of interfaces (2) + Use if-clause for is_in_destructor() condition to be more clear + Add missing "_return" label and "_inner_error*_" declaration in dtors + Don't use G_GNUC_INTERNAL on implicit type specific fields - vala: + length-type of arrays must not be nullable + Report a warning for unhandled errors in destructors - parser: + Minor semantic checks to improve error messages + Allow empty member-initializer and accept trailing comma + Include INTERR token in source_reference of parsed types To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 pkgsrc/lang/vala/Makefile cvs rdiff -u -r1.52 -r1.53 pkgsrc/lang/vala/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619982880267240 Content-Disposition: inline Content-Length: 1575 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/vala/Makefile diff -u pkgsrc/lang/vala/Makefile:1.71 pkgsrc/lang/vala/Makefile:1.72 --- pkgsrc/lang/vala/Makefile:1.71 Tue Apr 20 16:19:31 2021 +++ pkgsrc/lang/vala/Makefile Sun May 2 19:14:39 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.71 2021/04/20 16:19:31 wiz Exp $ +# $NetBSD: Makefile,v 1.72 2021/05/02 19:14:39 wiz Exp $ -DISTNAME= vala-0.52.2 +DISTNAME= vala-0.52.3 CATEGORIES= lang gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vala/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/lang/vala/distinfo diff -u pkgsrc/lang/vala/distinfo:1.52 pkgsrc/lang/vala/distinfo:1.53 --- pkgsrc/lang/vala/distinfo:1.52 Tue Apr 20 16:19:31 2021 +++ pkgsrc/lang/vala/distinfo Sun May 2 19:14:39 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.52 2021/04/20 16:19:31 wiz Exp $ +$NetBSD: distinfo,v 1.53 2021/05/02 19:14:39 wiz Exp $ -SHA1 (vala-0.52.2.tar.xz) = 81d9cea0417e6c570aca2534f3858acc6398bfcc -RMD160 (vala-0.52.2.tar.xz) = 556b5b675be7a4e52b7874b29c664f646203ba9f -SHA512 (vala-0.52.2.tar.xz) = c30b64f6899c53eb852128b95265ccec99d27a14388525829da1e5f5ff229c695a1e67b9e3bcc8fef751221c8923aa853bd2065ec0cfbc9b19d6c04007ed4110 -Size (vala-0.52.2.tar.xz) = 3573764 bytes +SHA1 (vala-0.52.3.tar.xz) = 37e329ead4bc3c5dbd7d3fe55724a07c8f5ec884 +RMD160 (vala-0.52.3.tar.xz) = d99145f897195a1e509b4db952b9159d31213470 +SHA512 (vala-0.52.3.tar.xz) = 5b757c6a9d1a2e9615fddb014c64a92f6a7c231ba964e449a43e9ad19293d415b66642625aad98d18e436ab438a4530d00bb670c7c7eaae56f43b407f4035bd9 +Size (vala-0.52.3.tar.xz) = 3575936 bytes --_----------=_1619982880267240--