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.4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7893d90e6f58
branches: trunk
changeset: 770817:7893d90e6f58
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Dec 09 22:39:17 2021 +0000
description:
vala: update to 0.54.4.
Vala 0.54.4
===========
* Various improvements and bug fixes:
- codegen:
+ Use CCodeConstant for member access of constant symbol
+ Emit constants without initializer list in defines section [#440]
+ Add and use CCodeConstantIdentifier for accessing constants
+ Check required length of enum type name for GType support
+ Add missing check while overriding virtual async interface methods [#852]
+ Drop inconsistent space for ObjectType parameters
+ Accept CCode.type attribute on parameters [#876]
+ Fix CCodeUnaryExpression.write() for PREFIX_INCREMENT/PREFIX_DECREMENT
- vala:
+ Improve error message for invalid handler of dynamic signal
+ Using SignalHandler.disconnect() is required for dynamic signals
+ Check for unavailable value-type of variable initializer [#1253]
+ Add [Profile] as known attribute for methods
+ Report error on missing gio-2.0 package for async constructors
+ Fix signals with generic return
+ parser: Split out Parser.parse_switch_section_statement()
+ parser: Better handling of misplaced switch sections [#1246]
- genie:
+ Amend text of indent and dedent for error messages [#497]
+ Accept INTERR token before type arguments when parsing type [#1245]
+ Properly handle plain "get" or "set" property accessors [#1248]
+ "exception" is the expected string for TokenType.ERRORDOMAIN
+ Accept accessibility/async modifiers on "construct" creation methods [#1235]
- girparser: Accept "sealed" for transformed records and compact classes
- gtkmodule: Improve error message for invalid signal element in ui-file
- build: Add "test-update" which passed UPDATE_EXPECTED=1 to refresh c-expected
- tests: Rename colliding test cases to avoid conflicts
* Bindings:
- alsa: Add more API and fix a few things
- gnome-desktop-3.0: Some parameter fixes
- gstreamer: Cherry-pick bindings fixes from 0.56
- gstreamer-base-1.0: Some parameter fixes [#1255]
- gtk4: Update to 4.5.0~cd9b7307
- pango: Cherry-pick bindings fixes from 0.56
diffstat:
lang/vala/Makefile | 5 ++---
lang/vala/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (26 lines):
diff -r 27a5681e69ad -r 7893d90e6f58 lang/vala/Makefile
--- a/lang/vala/Makefile Thu Dec 09 20:00:38 2021 +0000
+++ b/lang/vala/Makefile Thu Dec 09 22:39:17 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.79 2021/12/08 16:02:18 adam Exp $
+# $NetBSD: Makefile,v 1.80 2021/12/09 22:39:17 wiz Exp $
-DISTNAME= vala-0.54.3
-PKGREVISION= 1
+DISTNAME= vala-0.54.4
CATEGORIES= lang gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vala/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
diff -r 27a5681e69ad -r 7893d90e6f58 lang/vala/distinfo
--- a/lang/vala/distinfo Thu Dec 09 20:00:38 2021 +0000
+++ b/lang/vala/distinfo Thu Dec 09 22:39:17 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.60 2021/11/08 12:53:51 wiz Exp $
+$NetBSD: distinfo,v 1.61 2021/12/09 22:39:17 wiz Exp $
-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
+BLAKE2s (vala-0.54.4.tar.xz) = 827872a521aaad3212477cc1c65a15bb1a6d7ee8c8361bd8810956c681689e68
+SHA512 (vala-0.54.4.tar.xz) = d676e4760040912d94a2d6e8a5f27bf05ceb72d01ed4d9adf0052ec792f4e1aba139d7f65694b2d80e475d8ffd69f1cfa55547a692d0847595e52f5d491c3cb3
+Size (vala-0.54.4.tar.xz) = 3906944 bytes
Home |
Main Index |
Thread Index |
Old Index