pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/vala vala: update to 0.52.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/704f90b39020
branches:  trunk
changeset: 451857:704f90b39020
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun May 02 19:14:39 2021 +0000

description:
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

diffstat:

 lang/vala/Makefile |   4 ++--
 lang/vala/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r efc3b1b7ff6c -r 704f90b39020 lang/vala/Makefile
--- a/lang/vala/Makefile        Sun May 02 19:06:14 2021 +0000
+++ b/lang/vala/Makefile        Sun May 02 19:14:39 2021 +0000
@@ -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
diff -r efc3b1b7ff6c -r 704f90b39020 lang/vala/distinfo
--- a/lang/vala/distinfo        Sun May 02 19:06:14 2021 +0000
+++ b/lang/vala/distinfo        Sun May 02 19:14:39 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index