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:           Mon Nov  8 12:53:52 UTC 2021

Modified Files:
        pkgsrc/lang/vala: Makefile distinfo

Log Message:
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]


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/lang/vala/Makefile
cvs rdiff -u -r1.59 -r1.60 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.77 pkgsrc/lang/vala/Makefile:1.78
--- pkgsrc/lang/vala/Makefile:1.77      Mon Nov  1 11:01:26 2021
+++ pkgsrc/lang/vala/Makefile   Mon Nov  8 12:53:51 2021
@@ -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

Index: pkgsrc/lang/vala/distinfo
diff -u pkgsrc/lang/vala/distinfo:1.59 pkgsrc/lang/vala/distinfo:1.60
--- pkgsrc/lang/vala/distinfo:1.59      Mon Nov  1 10:15:41 2021
+++ pkgsrc/lang/vala/distinfo   Mon Nov  8 12:53:51 2021
@@ -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