Received: by mail.netbsd.org (Postfix, from userid 605) id 811CB84D82; Mon, 18 May 2020 16:22:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0938184D5F for ; Mon, 18 May 2020 16:22:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 542Xtxsff3Du for ; Mon, 18 May 2020 16:22:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 03E5B84CE7 for ; Mon, 18 May 2020 16:22:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F236FFB27; Mon, 18 May 2020 16:22:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1589818945262660" MIME-Version: 1.0 Date: Mon, 18 May 2020 16:22:25 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/lang/rust-bin To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200518162225.F236FFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1589818945262660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon May 18 16:22:25 UTC 2020 Modified Files: pkgsrc/lang/rust-bin: Makefile Log Message: rust: Update COMMENT To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/rust-bin/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1589818945262660 Content-Disposition: inline Content-Length: 737 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/rust-bin/Makefile diff -u pkgsrc/lang/rust-bin/Makefile:1.1 pkgsrc/lang/rust-bin/Makefile:1.2 --- pkgsrc/lang/rust-bin/Makefile:1.1 Mon May 18 16:17:21 2020 +++ pkgsrc/lang/rust-bin/Makefile Mon May 18 16:22:25 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/05/18 16:17:21 nia Exp $ +# $NetBSD: Makefile,v 1.2 2020/05/18 16:22:25 nia Exp $ DISTNAME= rust-1.42.0 CATEGORIES= lang @@ -6,7 +6,7 @@ MASTER_SITES= https://static.rust-lang.o MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://rust-lang.org/ -COMMENT= Safe, concurrent, practical language +COMMENT= Safe, concurrent, practical language (official binaries) LICENSE= mit OR apache-2.0 ONLY_FOR_PLATFORM+= Darwin-*-x86_64 --_----------=_1589818945262660--