Date: Wed, 31 Jan 2018 21:59:20 +0000 (UTC) From: Don Lewis <truckman@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460545 - head/lang/vala Message-ID: <201801312159.w0VLxKSP057473@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: truckman Date: Wed Jan 31 21:59:19 2018 New Revision: 460545 URL: https://svnweb.freebsd.org/changeset/ports/460545 Log: 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 Modified: head/lang/vala/Makefile head/lang/vala/distinfo Modified: head/lang/vala/Makefile ============================================================================== --- head/lang/vala/Makefile Wed Jan 31 21:49:00 2018 (r460544) +++ head/lang/vala/Makefile Wed Jan 31 21:59:19 2018 (r460545) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vala -PORTVERSION= 0.36.7 +PORTVERSION= 0.36.10 PORTEPOCH= 1 CATEGORIES= lang gnome MASTER_SITES= GNOME Modified: head/lang/vala/distinfo ============================================================================== --- head/lang/vala/distinfo Wed Jan 31 21:49:00 2018 (r460544) +++ head/lang/vala/distinfo Wed Jan 31 21:59:19 2018 (r460545) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801312159.w0VLxKSP057473>