Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7268884D05 for ; Sun, 6 Aug 2023 07:05:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id JXvnXsuMyvyu for ; Sun, 6 Aug 2023 07:05:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D283884CF4 for ; Sun, 6 Aug 2023 07:05:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C1C91FBDB; Sun, 6 Aug 2023 07:05:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169130555721660" MIME-Version: 1.0 Date: Sun, 6 Aug 2023 07:05:57 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/lang/vala To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230806070557.C1C91FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169130555721660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Aug 6 07:05:57 UTC 2023 Modified Files: pkgsrc/lang/vala: Makefile distinfo Log Message: vala: updated to 0.56.10 Vala 0.56.10 ============ * Various improvements and bug fixes: - codegen: Don't emit casts in static field initializers - parser: Reset tokens buffer when parsing a new source file - vala: Output additional information when accessing unknown member - vala: Allow "set" method of an container to return void or bool - vala: Correctly handle possible null from SourceFile.get_source_line() * Bindings: - glib-2.0: Update return-type of HashTable.add/insert/replace() and GenericSet.add() - linux: Add resolution field to Input.AbsInfo - libpq: Fix a few binding errors To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 pkgsrc/lang/vala/Makefile cvs rdiff -u -r1.72 -r1.73 pkgsrc/lang/vala/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169130555721660 Content-Disposition: inline Content-Length: 1574 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/vala/Makefile diff -u pkgsrc/lang/vala/Makefile:1.95 pkgsrc/lang/vala/Makefile:1.96 --- pkgsrc/lang/vala/Makefile:1.95 Thu Jul 13 14:39:49 2023 +++ pkgsrc/lang/vala/Makefile Sun Aug 6 07:05:57 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.95 2023/07/13 14:39:49 adam Exp $ +# $NetBSD: Makefile,v 1.96 2023/08/06 07:05:57 adam Exp $ -DISTNAME= vala-0.56.9 +DISTNAME= vala-0.56.10 CATEGORIES= lang gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vala/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/lang/vala/distinfo diff -u pkgsrc/lang/vala/distinfo:1.72 pkgsrc/lang/vala/distinfo:1.73 --- pkgsrc/lang/vala/distinfo:1.72 Thu Jul 13 14:39:49 2023 +++ pkgsrc/lang/vala/distinfo Sun Aug 6 07:05:57 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.72 2023/07/13 14:39:49 adam Exp $ +$NetBSD: distinfo,v 1.73 2023/08/06 07:05:57 adam Exp $ -BLAKE2s (vala-0.56.9.tar.xz) = 1ddcca86e7312ddb05c4176b91e7876023b953ce689e76fbe6b736d76f659651 -SHA512 (vala-0.56.9.tar.xz) = 933bd568477f7fd9465cd041f0b1959ccb55f4533196a272abb4bde811fda8c1e994c1035ad55bcdf7c066f97adcdc7a4f6dcb3270bfdd63b7d2ff1b214fc356 -Size (vala-0.56.9.tar.xz) = 3996196 bytes +BLAKE2s (vala-0.56.10.tar.xz) = 55ed4b7b9e6b402bdd0c9c3c06db6b492d4f60fea0dd9f040f289aa8f276fd43 +SHA512 (vala-0.56.10.tar.xz) = 0ec6589067214e76fa0656b178ddf2784451e02b9d5bcfac3f35372c239d00aaf36af317924c72732620f97d4c32845a10d4b86be5ba0e30a6efa5283200fe02 +Size (vala-0.56.10.tar.xz) = 3996120 bytes SHA1 (patch-build-aux_testrunner.sh) = d30ce05459b398a18e9dbd4420f28d8bfdf7323a --_----------=_169130555721660--