aboutsummaryrefslogtreecommitdiffstats
path: root/lang/vala/Makefile
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2018-02-01 05:59:19 +0800
committerDon Lewis <truckman@FreeBSD.org>2018-02-01 05:59:19 +0800
commitffe643c5eb54b0dc3d872940c33463d926743209 (patch)
tree3cb3277c805fa4a84c65a2d4501f538a24bb2979 /lang/vala/Makefile
parentd2429e95a492b13aae55c76167cd65b4230f5cf5 (diff)
downloadfreebsd-ports-ffe643c5eb54b0dc3d872940c33463d926743209.tar.gz
freebsd-ports-ffe643c5eb54b0dc3d872940c33463d926743209.tar.zst
freebsd-ports-ffe643c5eb54b0dc3d872940c33463d926743209.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
Notes
Notes: svn path=/head/; revision=460545
Diffstat (limited to 'lang/vala/Makefile')
-rw-r--r--lang/vala/Makefile2
1 files changed, 1 insertions, 1 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