diff options
author | truckman <truckman@FreeBSD.org> | 2018-02-01 05:59:19 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:32:45 +0800 |
commit | f414f7e92aee4006c738d381163a429fc4b9fc58 (patch) | |
tree | 80a67b340066bd754a5b7805b0ecd2c709721fa8 | |
parent | b1c2a40d655bf6f6b867d05f1aa0cc7c710cd5f1 (diff) | |
download | freebsd-ports-gnome-f414f7e92aee4006c738d381163a429fc4b9fc58.tar.gz freebsd-ports-gnome-f414f7e92aee4006c738d381163a429fc4b9fc58.tar.zst freebsd-ports-gnome-f414f7e92aee4006c738d381163a429fc4b9fc58.zip |
Upgrade vala from 0.36.7 to 0.36.10, which fixes the bug in versions
0.36.8 and 0.36.9 that broke the x11/altyo build as reported in PR 225476.
* Various bug fixes:
- girparser:
+ Set NoAccessorMethod for non-readable and construct-only properties
+ Ignore conflicting closure/destroy indexes
+ Don't accept methods as property-accessor which throw errors
[#792998]
- codegen:
+ Infer error parameter from abstract/virtual base methods [#614294]
+ Fix return-type for cancelled async creation methods of classes
[#792942]
- vala: Variadic constructors without a real first parameter are not
allowed
PR: 225476
-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 0a5320216ecb..c9c9aa2fbd14 100644 --- a/lang/vala/Makefile +++ b/lang/vala/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vala -PORTVERSION= 0.36.7 +PORTVERSION= 0.36.10 PORTEPOCH= 1 CATEGORIES= lang gnome MASTER_SITES= GNOME diff --git a/lang/vala/distinfo b/lang/vala/distinfo index 36132d29c474..7786847bfd58 100644 --- a/lang/vala/distinfo +++ b/lang/vala/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1517168399 -SHA256 (vala-0.36.7.tar.xz) = 32527182e9345d08be34ab85409b5bb9672f9b83d96813fb07689a1d4ab9f002 -SIZE (vala-0.36.7.tar.xz) = 2854668 +TIMESTAMP = 1517355414 +SHA256 (vala-0.36.10.tar.xz) = 5b1345964f7942bbe65a5d374479da5cc9db63b1b4fe81f74a96e2ecad363c06 +SIZE (vala-0.36.10.tar.xz) = 2863292 |