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 23 16:20:18 UTC 2020

Modified Files:
        pkgsrc/lang/vala: Makefile distinfo

Log Message:
vala: update to 0.50.2.

Vala 0.50.2
===========
 * Various improvements and bug fixes:
  - codegen:
    + More use of delegate_target_type and delegate_target_destroy_type
    + Reduce get_delegate_target/get_delegate_target_destroy_notify calls
    + Don't use inferred type for temp-value to access generic property [#1088]
    + Update outdated array _size_ variable of captured local-variable [#1090]
    + Report internal error for unsupported collection type in foreach
  - vala:
    + Issue an error on void initializer for local-variable
    + Allow markup-reader to accept spaces around '=' of attribute assignment
    + CodeNode.source_reference is optional, so let the API respect that
    + Use DataType.compatible() to check for string concatenation [#1100]
  - valadoc: Don't call CodeContext.pop() on empty stack [#1064]
  - libvaladoc: Don't filter-out generic type-parameters of delegates
  - libvaladoc/girimporter: Skip "docsection" elements in <namespace>
  - testrunner: Add "-Werror=return-local-addr" flag
  - manual: Update from wiki.gnome.org

 * Bindings:
  - alsa: Fix PcmDevice.set_poll_descriptors_revents() binding [#1092]
  - curses: Add Terminfo API set, function keycodes F(n) and minor changes
  - curses: Correctly use [PrintfFormat] attribute
  - glib-2.0: Fix return-type of Uri.parse_params() binding
  - glib-2.0: Add return codes to FileStream.putc/puts(), like posix
  - glib-2.0: Add GenericArray.find_custom(), variant of find_with_equal_func()
  - glib-2.0: Improve GenericArray.length property
  - gio-2.0: Fix binding of Resolver.lookup_service*()
  - gstreamer: Update from 1.19.0+ git master
  - gtk4: Attribute Gsk.ShaderArgsBuilder.free_to_args with DestroysInstance
  - gtk4: Update to 3.99.4+7551f85d [#1089]
  - linux: Add missing struct in cname for Spi.IocTransfer
  - posix: Declare fstat, stat, lstat and fstatat as public [#1086]
  - posix: Add freopen binding, as FILE.reopen()
  - rest-0.7: Fix ParamsIter.next() binding
  - vapi: Update GIR-based bindings


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/lang/vala/Makefile
cvs rdiff -u -r1.48 -r1.49 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.67 pkgsrc/lang/vala/Makefile:1.68
--- pkgsrc/lang/vala/Makefile:1.67      Tue Oct  6 19:50:37 2020
+++ pkgsrc/lang/vala/Makefile   Mon Nov 23 16:20:18 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.67 2020/10/06 19:50:37 wiz Exp $
+# $NetBSD: Makefile,v 1.68 2020/11/23 16:20:18 wiz Exp $
 
-DISTNAME=      vala-0.50.1
+DISTNAME=      vala-0.50.2
 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.48 pkgsrc/lang/vala/distinfo:1.49
--- pkgsrc/lang/vala/distinfo:1.48      Tue Oct  6 19:50:37 2020
+++ pkgsrc/lang/vala/distinfo   Mon Nov 23 16:20:18 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.48 2020/10/06 19:50:37 wiz Exp $
+$NetBSD: distinfo,v 1.49 2020/11/23 16:20:18 wiz Exp $
 
-SHA1 (vala-0.50.1.tar.xz) = 72e1cc0a0dbd5c2bb86a7731c6fba4f84bc41031
-RMD160 (vala-0.50.1.tar.xz) = 9b7160d9f11bfc996e8d594421722f052e201419
-SHA512 (vala-0.50.1.tar.xz) = 2f5d0bee6dcac3031108fffaa3a9a0339c8c79ff92d1824292f266a704bef1cf4f9eed15ebf424b608f09129b3e0577ed8cd7798a4fa12bfd9d06026909de769
-Size (vala-0.50.1.tar.xz) = 3508924 bytes
+SHA1 (vala-0.50.2.tar.xz) = ba6fd80eed1636ff05ec2043604c9ab864621bbf
+RMD160 (vala-0.50.2.tar.xz) = bd16902fe7e04b45aa5debb81fc5dd93f3872a93
+SHA512 (vala-0.50.2.tar.xz) = 77069b53037adcd4c3fed2dc4a5c740216b950c52e8a0ed777a5cf9a5d9f078d0abbc4dbce08e122817cd3de0ac75ebd150b0f6f0b0cf4a09cb4a46f96bf4c3e
+Size (vala-0.50.2.tar.xz) = 3514208 bytes



Home | Main Index | Thread Index | Old Index