Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=m9O1psFU; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=JH8U+h1n Received: by mail.netbsd.org (Postfix, from userid 605) id AE2B684E97; Sun, 14 Apr 2024 16:16:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713111366; bh=2sbwDiQ6F6fdg0RdSjkPrDXZY8bsP/i1t1PHZg9t6ME=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=m9O1psFUm8sEqHY9zX7qtVK1PCC0jvFdTV6HMftA3uFfimsV4XH56GGJtddFQWbG0 jmT5ocTHBe4wvFtdl+ho/bFRFvhMsGVKy0sIwVn1xPqdJmaZN2nSrRINx1XQAW9owW fo70/dzymQV3w1F/oPTSom9yylIRNoSiWqvhpyhM= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9F87084D95 for ; Sun, 14 Apr 2024 16:16:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id sk4eHlUjANEI for ; Sun, 14 Apr 2024 16:16:05 +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 15F1984D4C for ; Sun, 14 Apr 2024 16:16:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713111365; bh=2sbwDiQ6F6fdg0RdSjkPrDXZY8bsP/i1t1PHZg9t6ME=; h=Date:From:Subject:To:Reply-To; b=JH8U+h1n82aGU8ij0ifddnk5kJgFv1MmaXUJ3vjjTUqdUpSj7YRHypm27M1hmCUTV RwDsbkoV8YUQbo53VvmHDfV8wpuIvgrLuOtI042PpJGZM0bGRr6kJVYVzEU3YmJzbE obSDLSFlajJ8Noebl0GKTxDX8Mpm20UbKrHkaGuU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0D713FA2C; Sun, 14 Apr 2024 16:16:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1713111365103320" MIME-Version: 1.0 Date: Sun, 14 Apr 2024 16:16:05 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/libgee To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240414161605.0D713FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1713111365103320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Apr 14 16:16:04 UTC 2024 Modified Files: pkgsrc/devel/libgee: Makefile distinfo Log Message: libgee: updated to 0.20.6 libgee 0.20.6 * Fixes for newer valac * Keep the original exception in Future.map/flat_map libgee 0.20.5 * Fixes for newer valac * Use Makefile.introspection instead of custom rule libgee 0.20.4 * Fixes for newer valac To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/libgee/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/libgee/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1713111365103320 Content-Disposition: inline Content-Length: 2031 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libgee/Makefile diff -u pkgsrc/devel/libgee/Makefile:1.50 pkgsrc/devel/libgee/Makefile:1.51 --- pkgsrc/devel/libgee/Makefile:1.50 Mon Nov 27 11:16:41 2023 +++ pkgsrc/devel/libgee/Makefile Sun Apr 14 16:16:04 2024 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2023/11/27 11:16:41 jperkin Exp $ +# $NetBSD: Makefile,v 1.51 2024/04/14 16:16:04 adam Exp $ -DISTNAME= libgee-0.20.3 -PKGREVISION= 10 +DISTNAME= libgee-0.20.6 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgee/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -11,14 +10,13 @@ HOMEPAGE= https://wiki.gnome.org/Project COMMENT= Library providing GObject-based interfaces and classes LICENSE= gnu-lgpl-v2.1 -GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake +GNU_CONFIGURE= yes +TEST_TARGET= check PKGCONFIG_OVERRIDE+= gee-0.8.pc.in -TEST_TARGET= check - BUILDLINK_DEPMETHOD.gobject-introspection:= build .include "../../devel/gobject-introspection/buildlink3.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.36 Index: pkgsrc/devel/libgee/distinfo diff -u pkgsrc/devel/libgee/distinfo:1.21 pkgsrc/devel/libgee/distinfo:1.22 --- pkgsrc/devel/libgee/distinfo:1.21 Tue Oct 26 10:15:20 2021 +++ pkgsrc/devel/libgee/distinfo Sun Apr 14 16:16:04 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2021/10/26 10:15:20 nia Exp $ +$NetBSD: distinfo,v 1.22 2024/04/14 16:16:04 adam Exp $ -BLAKE2s (libgee-0.20.3.tar.xz) = 1571cc9da5cd69c88291eb2b5379d0ede609c88c8c86d1f529716c5e9a22e5ef -SHA512 (libgee-0.20.3.tar.xz) = c7dd32bc02ea9f0f70e7593bc5625139802a52674e5aa07fe6fc815a78517f25590419b2da00e194bf7bf5f1505a138ba133d6dba67c44f9cdcb38389825adf7 -Size (libgee-0.20.3.tar.xz) = 678488 bytes +BLAKE2s (libgee-0.20.6.tar.xz) = 56b8efd25736ed56e135a4f692cc80c67cfd8e0385bf491b0a8a10cc0ec11aaa +SHA512 (libgee-0.20.6.tar.xz) = 05176b221274b2a0512b018b93ae730ca750482bbc7a4951376eb868c0a388950371e80a438b5af792ebe4a64b6a38e0c94ca52ebd0fc4539f0fe233e0be5903 +Size (libgee-0.20.6.tar.xz) = 690436 bytes --_----------=_1713111365103320--