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: 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.
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
Home |
Main Index |
Thread Index |
Old Index