diff options
author | wiz <wiz@pkgsrc.org> | 2020-04-28 18:10:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-04-28 18:10:27 +0000 |
commit | 3ef57b8776c5f7d834d92c330c7db3af800b201d (patch) | |
tree | f0b4b4f66ea42eb13062156cdc2d95d09cb43805 | |
parent | 36761638bd97f8228b3c8e82e5f1f2c1d32ba78f (diff) | |
download | pkgsrc-3ef57b8776c5f7d834d92c330c7db3af800b201d.tar.gz |
vala: update to 0.48.5.
Vala 0.48.5
===========
* Regression and bug fixes:
- Revert "vala: Set default_construction_method in semantic-analyzer check
if required" [#982]
- tests: Fix make dist
Vala 0.48.4
===========
* Various improvements and bug fixes:
- codegen:
+ Fix binary 'in' operator on array with boxed value-typed needle [#951]
+ Use get_value_*_function() in GSignalModule.generate_marshaller() [#468]
+ Correctly handle signals returning real non-nullable struct [#466]
+ Use specified indices to access multidimensional array constants [#905]
+ Fix base-access to non-abstract/non-virtual properties [#204]
+ Fix default of CCode.pos for parameters in async methods
- vala:
+ Set default_construction_method in semantic-analyzer check if required
+ Fix cleaning of output in CodeContext.pkg_config_modversion()
+ Don't use possibly uninitialized backing field of package_name [#971]
+ Add SourceReference.contains() and SourceLocation.to_string()
+ Check assigned handler of dynamic signal before proceeding further
+ Don't perform version check on internal lambda method
+ Perform version check for types of non-external variable declarations
+ Quote symbol on report by version attribute check
+ Ensure non-empty argument list for "disconnect" before accessing it
- girparser
+ Move special handling for certain parameters to process_callable()
+ Drop special handling of GLib.Data, GLib.PtrArray and GLib.String
+ Improve detection of AsyncReadyCallback/AsyncResult parameters [#340]
- parser: Handle incomplete expression statements
* Bindings:
- gio-2.0: Add "async_result_pos" attributes to *.call_with_unix_fd_list()
[#340]
- glib-2.0: Fix Filename.canonicalize() binding of g_canonicalize_filename
- glib-2.0: Guard Pid.to_string() with GLIB_2_50 to deal with G_PID_FORMAT
- gstreamer-app-1.0: Don't merge Src.push_buffer_*() signal with its method
[#968]
- gstreamer-1.0: Don't skip GST_*_FORMAT strings [#970]
- gtk4: Update to 3.98.3
- vapi: Update GIR-based bindings
-rw-r--r-- | lang/vala/Makefile | 4 | ||||
-rw-r--r-- | lang/vala/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lang/vala/Makefile b/lang/vala/Makefile index 053ea83b469..640bdfc6124 100644 --- a/lang/vala/Makefile +++ b/lang/vala/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.61 2020/04/12 21:21:09 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2020/04/28 18:10:27 wiz Exp $ -DISTNAME= vala-0.48.3 +DISTNAME= vala-0.48.5 CATEGORIES= lang gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vala/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz diff --git a/lang/vala/distinfo b/lang/vala/distinfo index 28418831cd5..f3cfd6f0891 100644 --- a/lang/vala/distinfo +++ b/lang/vala/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.43 2020/04/12 21:21:09 wiz Exp $ +$NetBSD: distinfo,v 1.44 2020/04/28 18:10:27 wiz Exp $ -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 +SHA1 (vala-0.48.5.tar.xz) = ab9f7be4b71d12ed4c2ca32b2f9f313bbc00ef3c +RMD160 (vala-0.48.5.tar.xz) = e1a0d8e35373636a311718e76c05285648d03d35 +SHA512 (vala-0.48.5.tar.xz) = 129097880c0dbe40cb84dc60a0af454b247759131ce29e9b5cbf74ca9dae35917e1ba973eff1d5ee025e54afe5a0881eb37d11ab433346e5e4c9a7625952b2d3 +Size (vala-0.48.5.tar.xz) = 3445096 bytes |