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 12 21:21:09 UTC 2020

Modified Files:
        pkgsrc/lang/vala: Makefile distinfo

Log Message:
vala: update to 0.48.3.

Vala 0.48.3
===========
 * Various improvements and bug fixes:
  - codegen:
    + Append initializer for "_*_size_" of array field in internal struct
    + Avoid critical trying to serialize an unsupported type to Variant [#952]
    + Don't free value if property setter takes ownership [#953]
    + Correct field declaration for captured inline-allocated array [#954]
    + Include "glib.h" for G_BEGIN_DECLS/G_END_DECLS usage
    + Correctly handle transformation of translated string-literal constants
    + Don't pass CCodeCastExpression to NULL-aware free macro [#953]
  - vala:
    + Support struct initializer list in non-constant array [#949]
    + Handle unlock() statement in CodeWriter
    + Handle all ctors and dtors in CodeWriter
    + Consider boolean types are compatible with each other
    + Parse standalone integer/real literals as expression statement [#961]
    + Warn about usage of override to implement abstract interface methods

 * Bindings:
  - gio-2.0: Update to 2.65.0~a136776e
  - gstreamer: Update from 1.17.0+ git master
  - gtk4: Update to 3.98.2+11495027


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/lang/vala/Makefile
cvs rdiff -u -r1.42 -r1.43 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.60 pkgsrc/lang/vala/Makefile:1.61
--- pkgsrc/lang/vala/Makefile:1.60      Tue Mar 31 17:35:12 2020
+++ pkgsrc/lang/vala/Makefile   Sun Apr 12 21:21:09 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2020/03/31 17:35:12 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2020/04/12 21:21:09 wiz Exp $
 
-DISTNAME=      vala-0.48.2
+DISTNAME=      vala-0.48.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.42 pkgsrc/lang/vala/distinfo:1.43
--- pkgsrc/lang/vala/distinfo:1.42      Tue Mar 31 17:35:12 2020
+++ pkgsrc/lang/vala/distinfo   Sun Apr 12 21:21:09 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.42 2020/03/31 17:35:12 wiz Exp $
+$NetBSD: distinfo,v 1.43 2020/04/12 21:21:09 wiz Exp $
 
-SHA1 (vala-0.48.2.tar.xz) = f95959d872dfd606749318c42f566ebb60e82a56
-RMD160 (vala-0.48.2.tar.xz) = 2e2f81e08790635a7fa8d8390ce359869792b06c
-SHA512 (vala-0.48.2.tar.xz) = 0ea2d2c56d6d01007fe41e13bc51faa5e780259bc55f34a2d84270a5b6a0a46d59cce5eb195f81c78f1acbfb118cc3c5882edf0d187788791ee3ce865faece89
-Size (vala-0.48.2.tar.xz) = 3433912 bytes
+SHA1 (vala-0.48.3.tar.xz) = f8c32a24d7007a000e3a8d46925362a5f6b3c195
+RMD160 (vala-0.48.3.tar.xz) = 43c7a17ade8fb6d4e1f341985e54707840c9b3cb
+SHA512 (vala-0.48.3.tar.xz) = e73eade8b0cfa312d896c81b76e045bc9b8b71bd89298c0f8d78b2f596eebf64dc0eea8d1e266b2c17a774105560ed47590fbe00d65b1fda8db6823ac3ba4bb4
+Size (vala-0.48.3.tar.xz) = 3438824 bytes



Home | Main Index | Thread Index | Old Index