Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=rfTJqvys; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=xzLG0sEw Received: by mail.netbsd.org (Postfix, from userid 605) id 236CF84E72; Mon, 11 Mar 2024 10:00:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710151252; bh=c1j6iaoyNCiYPaINYB6lFueJQtW2PH+mAtK0VtmqJag=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=rfTJqvysj73JuR+eayx59izXnycySXKQTl0rzSRN5+uR9SG3Yn597YkKtVJpWVh/O szP6BmihcpMMpPIRlsKm3AeUvL4eAcixzyVU3JESJ9H91mux8Wq6uJQUG7fCjbXP+E RuQISWPvCtyCbf613GPcoSHjd+HF8JzL1C6FomGk= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E971784E70 for ; Mon, 11 Mar 2024 10:00:50 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id LXPD0iByFjp9 for ; Mon, 11 Mar 2024 10:00:50 +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 3843684E6C for ; Mon, 11 Mar 2024 10:00:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710151250; bh=c1j6iaoyNCiYPaINYB6lFueJQtW2PH+mAtK0VtmqJag=; h=Date:From:Subject:To:Reply-To; b=xzLG0sEwnsURD8zHhfsqZRTcMt1Xyjbm7BCUuSfLdZ+WiLDJ8sSSfYkddjq/axFE+ 2w1hKts4m9WKhXlO9imR0WsA+5l853CtmbZR1SD/hXOFneQuLuUONVHqBqaP6qBmib JEGZdFW/rawCrG250ZqCZN566BJMozWtvMIrOkKs= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 26831FA2C; Mon, 11 Mar 2024 10:00:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1710151250178360" MIME-Version: 1.0 Date: Mon, 11 Mar 2024 10:00:50 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/graphics/librsvg To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20240311100050.26831FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1710151250178360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Mon Mar 11 10:00:50 UTC 2024 Modified Files: pkgsrc/graphics/librsvg: Makefile Log Message: graphics/librsvg: bump rust requirement from 1.64 to 1.65, ...as lifted from the configure script (not that it matters a lot, the pkgsrc branch-matching newest rust is quite a bit newer). To generate a diff of this commit: cvs rdiff -u -r1.158 -r1.159 pkgsrc/graphics/librsvg/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1710151250178360 Content-Disposition: inline Content-Length: 806 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/librsvg/Makefile diff -u pkgsrc/graphics/librsvg/Makefile:1.158 pkgsrc/graphics/librsvg/Makefile:1.159 --- pkgsrc/graphics/librsvg/Makefile:1.158 Tue Nov 14 14:02:07 2023 +++ pkgsrc/graphics/librsvg/Makefile Mon Mar 11 10:00:49 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.158 2023/11/14 14:02:07 wiz Exp $ +# $NetBSD: Makefile,v 1.159 2024/03/11 10:00:49 he Exp $ DISTNAME= librsvg-2.56.3 PKGREVISION= 4 @@ -68,7 +68,7 @@ BUILDLINK_API_DEPENDS.cairo+= cairo>=1.1 BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.9 .include "../../textproc/libxml2/buildlink3.mk" .include "../../graphics/gdk-pixbuf2/buildlink3.mk" -RUST_REQ= 1.64.0 +RUST_REQ= 1.65.0 .include "../../lang/rust/cargo.mk" .include "../../lang/python/pyversion.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1710151250178360--