pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/vala
Module Name: pkgsrc
Committed By: wiz
Date: Thu Dec 9 22:39:17 UTC 2021
Modified Files:
pkgsrc/lang/vala: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/lang/vala/Makefile
cvs rdiff -u -r1.60 -r1.61 pkgsrc/lang/vala/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/vala/Makefile
diff -u pkgsrc/lang/vala/Makefile:1.79 pkgsrc/lang/vala/Makefile:1.80
--- pkgsrc/lang/vala/Makefile:1.79 Wed Dec 8 16:02:18 2021
+++ pkgsrc/lang/vala/Makefile Thu Dec 9 22:39:17 2021
@@ -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
Index: pkgsrc/lang/vala/distinfo
diff -u pkgsrc/lang/vala/distinfo:1.60 pkgsrc/lang/vala/distinfo:1.61
--- pkgsrc/lang/vala/distinfo:1.60 Mon Nov 8 12:53:51 2021
+++ pkgsrc/lang/vala/distinfo Thu Dec 9 22:39:17 2021
@@ -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