diff options
author | truckman <truckman@FreeBSD.org> | 2018-01-25 05:45:29 +0800 |
---|---|---|
committer | truckman <truckman@FreeBSD.org> | 2018-01-25 05:45:29 +0800 |
commit | a94845b3b1cfadf08d53549b2fd65ccc1074f09b (patch) | |
tree | ad6028f55d9f3d10c92665761ffe84ac3a22d6b2 | |
parent | f6b55c880390a58297dd3240c3a2bf1c9c9cdb47 (diff) | |
download | freebsd-ports-gnome-a94845b3b1cfadf08d53549b2fd65ccc1074f09b.tar.gz freebsd-ports-gnome-a94845b3b1cfadf08d53549b2fd65ccc1074f09b.tar.zst freebsd-ports-gnome-a94845b3b1cfadf08d53549b2fd65ccc1074f09b.zip |
Update lang/vala to 0.36.9.
Vala 0.36.5
===========
* Various bug fixes:
- codegen:
+ Initialize temp-variable for fixed-size arrays to zero first [#787152]
+ Actually write declaration for GNodeTraverseFunc wrapper [#786845]
+ Don't transfer ownership of variable if target-type is unknown [#736774]
+ Adjust format-index for printf/scanf-methods which throw errors [#781061]
+ Include glib-object.h for Enums/Structs with type_id
- vapigen: Mark given source-files as such and force girparser to handle them
- tests: Fix some syntax issues [#786652]
- Add .editorconfig file [#786620]
Vala 0.36.6
===========
* Various bug fixes:
- codegen: Support renamed signals [#731547]
- Optimize (de)serialization of arrays with type-signature "ay" [#772426]
- codegen: Try to use a more unique internal define for properties [#787436]
- vala: Update list of used attributes
- method: Include ownership transfer classifier for return-type mismatch
Vala 0.36.7
===========
* Various bug fixes:
- codegen: Prioritize "array_length=true" over "array_null_terminated=true"
[#788775]
- codegen: Avoid possible conflicts with internal property/signal defines
[#788964]
Vala 0.36.8
===========
* 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
Vala 0.36.9
===========
* Various improvements and bug fixes:
- codegen: Add destroy param when invoking delegate returned by delegate
[#792077]
- gidlparser: Update type qualifiers
- vala: Fix parameter type inference of overridden async methods [#792660]
- codewriter: Don't use string.replace() to apply header_to_override [#731322]
-rw-r--r-- | lang/vala/Makefile | 2 | ||||
-rw-r--r-- | lang/vala/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/vala/Makefile b/lang/vala/Makefile index 0de597e5556c..7210574a7565 100644 --- a/lang/vala/Makefile +++ b/lang/vala/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vala -PORTVERSION= 0.36.4 +PORTVERSION= 0.36.9 CATEGORIES= lang gnome MASTER_SITES= GNOME diff --git a/lang/vala/distinfo b/lang/vala/distinfo index 5a9630a9e79e..07644eb98cbe 100644 --- a/lang/vala/distinfo +++ b/lang/vala/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1504109248 -SHA256 (vala-0.36.4.tar.xz) = e9f23ce711c1a72ce664d10946fbc5953f01b0b7f2a3562e7a01e362d86de059 -SIZE (vala-0.36.4.tar.xz) = 2846516 +TIMESTAMP = 1516821333 +SHA256 (vala-0.36.9.tar.xz) = 9578fffbaf4e5fa1ae7e8a090b56bdcbc57f8c4a5281534c65f957f009b196df +SIZE (vala-0.36.9.tar.xz) = 2861972 |