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 Apr 23 20:19:17 UTC 2023

Modified Files:
        pkgsrc/lang/vala: Makefile distinfo

Log Message:
vala: update to 0.56.7.

Vala 0.56.7
===========
 * Various improvements and bug fixes:
  - codegen:
    + Fix usage of lambda-expression from delegate initializer [#1428]
  - vala:
    + Check type-argument count of interface prerequisites
    + Improve Symbol.to_string() to include TypeParameters
    + Improve error message for wrong number of type-arguments
    + Improve check of type_reference in ObjectCreationExpression
    + Allow inheritance from sealed class in bindings [#1036]
  - Fix a couple of type-argument issues in vala itself
  - g-i: Fix compiling with mingw clang

 * Bindings:
  - gio-2.0,glib-2.0,gtk+-3.0,gtk4: Fix a few binding issues
  - glib-2.0: g_chdir is declared in <glib/gstdio.h>


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/lang/vala/Makefile
cvs rdiff -u -r1.69 -r1.70 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.90 pkgsrc/lang/vala/Makefile:1.91
--- pkgsrc/lang/vala/Makefile:1.90      Mon Apr 17 18:17:45 2023
+++ pkgsrc/lang/vala/Makefile   Sun Apr 23 20:19:17 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.90 2023/04/17 18:17:45 bsiegert Exp $
+# $NetBSD: Makefile,v 1.91 2023/04/23 20:19:17 wiz Exp $
 
-DISTNAME=      vala-0.56.6
+DISTNAME=      vala-0.56.7
 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.69 pkgsrc/lang/vala/distinfo:1.70
--- pkgsrc/lang/vala/distinfo:1.69      Mon Apr 17 18:17:45 2023
+++ pkgsrc/lang/vala/distinfo   Sun Apr 23 20:19:17 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.69 2023/04/17 18:17:45 bsiegert Exp $
+$NetBSD: distinfo,v 1.70 2023/04/23 20:19:17 wiz Exp $
 
-BLAKE2s (vala-0.56.6.tar.xz) = e588f6b20e1736dff59de66beb7a7dc785617b44868e872c3c34f436c276be3c
-SHA512 (vala-0.56.6.tar.xz) = ea9c25b96f52ed1067c2a8787b15c44a088e19907880ee6b32bb0e3b544a078bd342e3aef9afefb8daec6f6b4fce25a9290a278dcfc293308327153543acb9bc
-Size (vala-0.56.6.tar.xz) = 3989404 bytes
+BLAKE2s (vala-0.56.7.tar.xz) = bc6a3c1c96bc6f5a92ed16516a08caff1107f18be926267be1c7004d33a1e658
+SHA512 (vala-0.56.7.tar.xz) = f524ac7acee988aae895a9c850904b5a6b5462ad3b498fa4305cea9b97e3e966b0ace341ce0ba9ba2466e6d22a1fcd4c657600c5d838d80cc0ac75be8e6d3185
+Size (vala-0.56.7.tar.xz) = 3992100 bytes
 SHA1 (patch-build-aux_testrunner.sh) = d30ce05459b398a18e9dbd4420f28d8bfdf7323a



Home | Main Index | Thread Index | Old Index