From owner-svn-ports-head@freebsd.org Tue Apr 24 19:00:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED663FAFBE6; Tue, 24 Apr 2018 19:00:22 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A157373626; Tue, 24 Apr 2018 19:00:22 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9C1BE170F7; Tue, 24 Apr 2018 19:00:22 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3OJ0Mqn083654; Tue, 24 Apr 2018 19:00:22 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3OJ0MTT083652; Tue, 24 Apr 2018 19:00:22 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201804241900.w3OJ0MTT083652@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Tue, 24 Apr 2018 19:00:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468231 - head/lang/vala X-SVN-Group: ports-head X-SVN-Commit-Author: truckman X-SVN-Commit-Paths: head/lang/vala X-SVN-Commit-Revision: 468231 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Apr 2018 19:00:23 -0000 Author: truckman Date: Tue Apr 24 19:00:22 2018 New Revision: 468231 URL: https://svnweb.freebsd.org/changeset/ports/468231 Log: Upgrade lang/vala to version 0.36.13: - gstreamer: Cherry-pick some fixes from 0.40 - vala: Fix return-type of BasicBlock.get_successors() https://bugzilla.gnome.org/show_bug.cgi?id=794979 - gdbus: Fix missing declaration of _fd_list for async methods https://bugzilla.gnome.org/show_bug.cgi?id=794566 - gtk+-4.0: Hide dedicated constructors of compact classes bound as structs https://bugzilla.gnome.org/show_bug.cgi?id=794733 - tests: Add GLib.ParamSpec tests to increase coverage - glib-2.0: Use g_value_*et_schar instead of depecated g_value_*et_char g_value_get_char is broken on platforms where the char type is unsigned, such as ARM and PowerPC. - gobject-2.0: Add ParamSpecGType - gtk+-*.0: Fix iter parameter of TextView.backward*/forward*/move_visually() Those methods are changing the passed iter structure and therefore it needs be marked as ref for vala taking this into account. https://bugzilla.gnome.org/show_bug.cgi?id=794345 - gdk-3.0,gtk+-3.0: Update to 3.22.29 - posix: Include sys/sysmacros.h for major(), minor() and makedev() Relying on sys/types.h is fatal since glibc 2.27 and was deprecated since glibc 2.25. https://bugzilla.gnome.org/show_bug.cgi?id=794651 - gobject-2.0: Cherry-pick some changes from 0.38 - webkit2gtk-4.0: Update to 2.20.0 - clutter-1.0: Avoid duplications of implemented interfaces - codegen: Don't add target fields for captured delegates without target - codegen: Don't add length fields for captured fixed-length array variables - gstreamer-1.0: Cherry-pick some fixes from 0.38 - gtk+-4.0: Fix TreeView.is_blank_at_pos() - gtk+-3.0: Fix TreeView.is_blank_at_pos() - posix: Fix sig*set and sigprocmask parameters to be out/ref https://bugzilla.gnome.org/show_bug.cgi?id=727425 - purple: Update to 2.12.0 - vapi: Fix wrong attributes - libgnome-menu-3.0: Add deps file - gitignore: ignore macOS metadata files - vala: The rank of an array-initializer should match the target's rank https://bugzilla.gnome.org/show_bug.cgi?id=744923 - Fix recursive declaration in generic base type https://bugzilla.gnome.org/show_bug.cgi?id=688732 - vala: Properly handle array-initializers inside struct-initializers https://bugzilla.gnome.org/show_bug.cgi?id=622178 - codegen: Don't append fixed-length of array fields in initializers - valac: Always use the given "pkg-config" and respect PKG_CONFIG envar Modified: head/lang/vala/Makefile head/lang/vala/distinfo Modified: head/lang/vala/Makefile ============================================================================== --- head/lang/vala/Makefile Tue Apr 24 18:53:30 2018 (r468230) +++ head/lang/vala/Makefile Tue Apr 24 19:00:22 2018 (r468231) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vala -PORTVERSION= 0.36.12 +PORTVERSION= 0.36.13 PORTEPOCH= 1 CATEGORIES= lang gnome MASTER_SITES= GNOME Modified: head/lang/vala/distinfo ============================================================================== --- head/lang/vala/distinfo Tue Apr 24 18:53:30 2018 (r468230) +++ head/lang/vala/distinfo Tue Apr 24 19:00:22 2018 (r468231) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518769103 -SHA256 (vala-0.36.12.tar.xz) = b4081d3d313cf9c3e8d7d795983cf8f7ed99286d1abc1b5709b0f17883387cdb -SIZE (vala-0.36.12.tar.xz) = 2864904 +TIMESTAMP = 1524434300 +SHA256 (vala-0.36.13.tar.xz) = 3355829b6bd3ab395d9b1f25f99afde5bba8ec04e62684442b70a7a6a33fbf3f +SIZE (vala-0.36.13.tar.xz) = 2869616