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.54.3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8293b7970286
branches: trunk
changeset: 769124:8293b7970286
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Nov 08 12:53:51 2021 +0000
description:
vala: update to 0.54.3.
Vala 0.54.3
===========
* Various improvements and bug fixes:
- codegen: Actually free data when using "remove(_all)"
on GLib.Queue/(S)List [#1238]
- vala:
+ Parameter following ellipsis parameter is not allowed [#1237]
+ More thorough check of ValueType and set CodeNode.error on failure
+ Really check compatiblity of error types for delegate symbol
+ Correctly output signature of callable throwing error
+ Report error for non ErrorType in throws
+ Implement CodeWriter.visit_foreach_statement()/visit_catch_clause()
- parser: Make sure ErrorCodes are accessible as needed
- girparser: Add support for "ref_/ref_sink_/unref_function"
metadata for classes [#1233]
diffstat:
lang/vala/Makefile | 4 ++--
lang/vala/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 89fb0949a275 -r 8293b7970286 lang/vala/Makefile
--- a/lang/vala/Makefile Mon Nov 08 12:50:16 2021 +0000
+++ b/lang/vala/Makefile Mon Nov 08 12:53:51 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2021/11/01 11:01:26 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2021/11/08 12:53:51 wiz Exp $
-DISTNAME= vala-0.54.2
+DISTNAME= vala-0.54.3
CATEGORIES= lang gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vala/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
diff -r 89fb0949a275 -r 8293b7970286 lang/vala/distinfo
--- a/lang/vala/distinfo Mon Nov 08 12:50:16 2021 +0000
+++ b/lang/vala/distinfo Mon Nov 08 12:53:51 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.59 2021/11/01 10:15:41 wiz Exp $
+$NetBSD: distinfo,v 1.60 2021/11/08 12:53:51 wiz Exp $
-BLAKE2s (vala-0.54.2.tar.xz) = c501099e9e95d1fc57e3dd0c9f922c738d130c682d4a17a46a4762ed1b6b2d68
-SHA512 (vala-0.54.2.tar.xz) = 0d1b0fa2bf9edec2df15335d60915cb1a6b8784b20f27be9931119ee893d4c7350e97467058b58b0b228530a285feaa4c1297a029648ffb24a59339b5b0fa115
-Size (vala-0.54.2.tar.xz) = 3886700 bytes
+BLAKE2s (vala-0.54.3.tar.xz) = 71ee54fdc2d5f4999396180923f44baaadd76b9c321e3d99234b324ea8c3424f
+SHA512 (vala-0.54.3.tar.xz) = dbba5adcab21eb172ca8adc276864e65f87215a754a592bb294e347b85c159744eb02cfc65be6dc0392b875477cc2eecf3baa0d070902c903e602e2eeac2b6de
+Size (vala-0.54.3.tar.xz) = 3892348 bytes
Home |
Main Index |
Thread Index |
Old Index