Mon Aug 24 08:05:32 2020 UTC ()
vala: update to 0.48.8.

Vala 0.48.8
===========
 * Various improvements and bug fixes:
  - codegen:
    + Handle "gtk_param_spec_expression" in get_param_spec()
    + Properly compare string if binary-expression contains string-literal
    + Inline allocated and constant arrays are never NULL
    + Check param for null before using it
    + Properly destroy elements of an inline struct array [#365]
  - vala:
    + Avoid subsequent critical caused by invalid array type for constant
    + Improve error handling of nested initializer lists
    + Don't allow "resize" invocation on variable with unowned array type [#928]
    + Property must be writable when invoking ReturnsModifiedPointer method [#1023]
    + Recursive check of assignment target to recognize constants [#944]
    + Return copy of constant type in get_value_type_for_symbol()
    + Handle parameter initializer without value-type
    + Fully qualify member-access when using-directive was used to resolve [#57]
    + Tranform instance member-access to a static one if possible [#270]
    + Improve check of expression passed to yield
    + Allow prototype access to signal with emitter
    + Check error-type accessibility of creation methods and delegates
  - girparser: Warn about conflicting signals and properties
  - girparser: Skip 'docsection' elements in <namespace>
  - girwriter:
    + Add c:identifier-prefixes to <namespace>
    + Write c:type="void" when name="none"
    + Write c:symbol-prefix on supported elements
    + Don't include symbols outside of a namespace [#241]
    + Use appropriate get_ccode_* functions
  - libvaladoc: Support exporting the `class` modifier on methods and fields
  - Disable deprecation warnings when checking bindings
  - tests: Fix "methods/extern" test with -Werror=address and gcc 5.4.0

 * Bindings:
   - glib-2.0: Add AtomicUint, an alternation of AtomicInt for uint [#915]
   - gstreamer: Update from 1.17.2+ git master
   - gtk+-3.0: Update to 3.24.21+ffe2df7b
   - gtk+-3.0: Resolve conflicts of signals with properties
   - gtk4: Resolve conflict of DropTarget.drop signal with property [#1033]
   - gtk4: Improve Gtk.ParamSpecExpression binding
   - gtk4: Fix binding of CClosureExpression ctor [#1024]
   - gtk4,gtk4-unix-print: Update to 3.98.5+23dcf36e
   - webkit2gtk-4.0: Update to 2.29.4


(wiz)
diff -r1.65 -r1.66 pkgsrc/lang/vala/Makefile
diff -r1.46 -r1.47 pkgsrc/lang/vala/distinfo

cvs diff -r1.65 -r1.66 pkgsrc/lang/vala/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/vala/Makefile 2020/08/17 20:17:34 1.65
+++ pkgsrc/lang/vala/Makefile 2020/08/24 08:05:32 1.66
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.65 2020/08/17 20:17:34 leot Exp $ 1# $NetBSD: Makefile,v 1.66 2020/08/24 08:05:32 wiz Exp $
2 2
3DISTNAME= vala-0.48.7 3DISTNAME= vala-0.48.8
4PKGREVISION= 1 
5CATEGORIES= lang gnome 4CATEGORIES= lang gnome
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vala/${PKGVERSION_NOREV:R}/} 5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vala/${PKGVERSION_NOREV:R}/}
7EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://wiki.gnome.org/Projects/Vala 9HOMEPAGE= https://wiki.gnome.org/Projects/Vala
11COMMENT= Compiler for the GObject type system 10COMMENT= Compiler for the GObject type system
12LICENSE= gnu-lgpl-v2.1 11LICENSE= gnu-lgpl-v2.1
13 12
14BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt 13BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
15 14
16GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
17USE_LIBTOOL= yes 16USE_LIBTOOL= yes

cvs diff -r1.46 -r1.47 pkgsrc/lang/vala/distinfo (expand / switch to unified diff)

--- pkgsrc/lang/vala/distinfo 2020/07/07 13:47:41 1.46
+++ pkgsrc/lang/vala/distinfo 2020/08/24 08:05:32 1.47
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.46 2020/07/07 13:47:41 ryoon Exp $ 1$NetBSD: distinfo,v 1.47 2020/08/24 08:05:32 wiz Exp $
2 2
3SHA1 (vala-0.48.7.tar.xz) = bd9fb3c473b53d6114537db7976e9c450ff2f286 3SHA1 (vala-0.48.8.tar.xz) = 4249344714ddd1f60d27693cd33a0e577bac8751
4RMD160 (vala-0.48.7.tar.xz) = cad4608c1502428168053f9a8cfec90a02ba1c85 4RMD160 (vala-0.48.8.tar.xz) = 9b1b18f062b735f1527fd84dfefd9365afd6f41f
5SHA512 (vala-0.48.7.tar.xz) = 93ed6f98ff3be35d327794c5d81f30239c84838d49991b70dced1672f070e4675576da43b7555748d66ecae70102cd422e6af9b562f22bb34b40c07c73bac882 5SHA512 (vala-0.48.8.tar.xz) = a2a71313161154c3de73fa186728704b2d04ec27eb8cd95954dcfab6287e29c2ee21ecea17bc3e404fcef89c69d6440abca5ae3a526a43c05d3cbafef7ec6e99
6Size (vala-0.48.7.tar.xz) = 3460968 bytes 6Size (vala-0.48.8.tar.xz) = 3470240 bytes