Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=vgriy6EF; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=3djYypNG Received: by mail.netbsd.org (Postfix, from userid 605) id 8A7B884DA9; Mon, 22 Apr 2024 19:00:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713812433; bh=b9Jds54QIrk/6MPo/dw8YDK63tvMyFA0OVBLMqy8jYE=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=vgriy6EF/JRVT8jBnznKaiQi3Fwdjhyq0b6olUNEIrs5kU7U92orIXlPFMAy866t/ gaWDPFeY/vYF94DCy9xA2cb2/Pw1DI1t/6KlNUl9oDu3cyuqX75BgiZvq5+2k7wQ/5 LXYC3T7LsddxpF0eIH9OEsdBrJgSS4cwXGZg2otM= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7C58B84D96 for ; Mon, 22 Apr 2024 19:00:32 +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 vrNy382oTIWV for ; Mon, 22 Apr 2024 19:00:32 +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 100C684CC8 for ; Mon, 22 Apr 2024 19:00:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713812432; bh=b9Jds54QIrk/6MPo/dw8YDK63tvMyFA0OVBLMqy8jYE=; h=Date:From:Subject:To:Reply-To; b=3djYypNGMJaXoWM6ahOaixr7TfZXlCX60TyqxcRPLeRLa1OQpkmcX0BjZAJ5+3HsQ ya07/omEc2NRvwCI+gkqmlBmDiNNjHOVS4A4JZxeAOLfG52mzIFb/0jUrcV35xuF7Z nTvhHK0Gl1lEf79sYaTbbKyJrQixuD/4dOWPfDzw= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 06165FA2C; Mon, 22 Apr 2024 19:00:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1713812431207950" MIME-Version: 1.0 Date: Mon, 22 Apr 2024 19:00:31 +0000 From: "pin" Subject: CVS commit: pkgsrc/lang/rust To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240422190032.06165FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1713812431207950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Mon Apr 22 19:00:31 UTC 2024 Modified Files: pkgsrc/lang/rust: Makefile Log Message: lang/rust: revision bump for llvm update To generate a diff of this commit: cvs rdiff -u -r1.306 -r1.307 pkgsrc/lang/rust/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1713812431207950 Content-Disposition: inline Content-Length: 538 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/rust/Makefile diff -u pkgsrc/lang/rust/Makefile:1.306 pkgsrc/lang/rust/Makefile:1.307 --- pkgsrc/lang/rust/Makefile:1.306 Thu Apr 18 12:00:45 2024 +++ pkgsrc/lang/rust/Makefile Mon Apr 22 19:00:31 2024 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.306 2024/04/18 12:00:45 jperkin Exp $ +# $NetBSD: Makefile,v 1.307 2024/04/22 19:00:31 pin Exp $ DISTNAME= rustc-1.76.0-src PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//} +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= https://static.rust-lang.org/dist/ --_----------=_1713812431207950--