vala: update to 0.38.4.
Vala 0.38.4 =========== * Various bug fixes: - Enforce name-length >= 3 for structs using GType [#764041] - Report error for missing type-parameter on enclosing type [#587905] - Discover invalid member access to instance field [#790903] - Improve error output of mismatching overriding methods - vala: Don't transform an explicit "null" into valid format-string [#791215] - codegen: Don't create null-safe destroy-wrapper for GenericType [#791283] - Improve error message for missing type-parameter on enclosing type [#587905] * GIR parser: - Allow change of parameter names - Handle metadata for fields inside a transparent union - Accept setters with boolean return-type as valid property-accessor - Don't mark simple-type out-parameters with '?' as nullable * Valadoc - Acknowledge possible properties in structs [#784705] - Fix fatal typo in GtkdocRenderer.visit_symbol_link() [#790266] - libvaladoc: Actually resolve "percnt;" to '%' * Bindings: - gobject-2.0: Add some missing symbols - gstreamer-1.0: Bind GST_DEBUG_BIN_TO_DOT_FILE/*_WITH_TS [#785215] - gstreamer-1.0: Update from 1.13+ git master - gtk+-3.0: Update to 3.22.26+9ce824d3 - webkit2gtk-4.0: Update to 2.19.2 - glib-2.0: Fix potential null pointer dereference in string.joinv() [#791257] - gobject-2.0: Add missing GType constants for fundamentals [#791023]
This commit is contained in:
parent
2881aa77f3
commit
2a36cc8bc9
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.36 2017/11/23 15:30:08 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.37 2018/01/10 22:35:49 wiz Exp $
|
||||
|
||||
DISTNAME= vala-0.38.3
|
||||
DISTNAME= vala-0.38.4
|
||||
CATEGORIES= lang gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vala/${PKGVERSION_NOREV:R}/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.24 2017/11/23 15:30:08 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.25 2018/01/10 22:35:49 wiz Exp $
|
||||
|
||||
SHA1 (vala-0.38.3.tar.xz) = b73603bb41000f39fd56adfe35d467879cdf6703
|
||||
RMD160 (vala-0.38.3.tar.xz) = 4332f7838978c9f632f80bc5777b2430d4291359
|
||||
SHA512 (vala-0.38.3.tar.xz) = ad1fa2e4a50a73adf9db7f069968ddfc97437e830da20dd07ea9ccd1e8487f08525303d451f81ef21f6625da85adb8a2c03dad3161757664d061e1a8732689af
|
||||
Size (vala-0.38.3.tar.xz) = 3393276 bytes
|
||||
SHA1 (vala-0.38.4.tar.xz) = 7fb96eb7d3fae890dcf394ca12b71e6d47f9ea32
|
||||
RMD160 (vala-0.38.4.tar.xz) = b93e47d0e6bbe2eaadbc30d2c2131a39fe421cf4
|
||||
SHA512 (vala-0.38.4.tar.xz) = 3015ae0abd8439e65948df1b360f8efae19ee0a1e1d63e2942f31e2bc06defa8bf91af86cefb26786d5ed9c1916e129640e41197d8897a3233e06e49935a8847
|
||||
Size (vala-0.38.4.tar.xz) = 3400372 bytes
|
||||
SHA1 (patch-ac) = c1f2f101821db89a30512e275f0b8c6d6f7bb315
|
||||
|
|
Loading…
Reference in a new issue