Received: by mail.netbsd.org (Postfix, from userid 605) id 34C6684D04; Mon, 2 Dec 2019 10:51:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B26D484CF1 for ; Mon, 2 Dec 2019 10:51:11 +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 sqScSgpg7WHm for ; Mon, 2 Dec 2019 10:51:11 +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 15D5D84CE3 for ; Mon, 2 Dec 2019 10:51:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 07943FA97; Mon, 2 Dec 2019 10:51:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1575283871145100" MIME-Version: 1.0 Date: Mon, 2 Dec 2019 10:51:11 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/lang/rust To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20191202105111.07943FA97@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. --_----------=_1575283871145100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Mon Dec 2 10:51:10 UTC 2019 Modified Files: pkgsrc/lang/rust: Makefile Log Message: Remove root CAs dependency. Bump PKGREVISION See: https://mail-index.netbsd.org/pkgsrc-changes/2019/12/02/msg201958.html To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 pkgsrc/lang/rust/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1575283871145100 Content-Disposition: inline Content-Length: 872 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.132 pkgsrc/lang/rust/Makefile:1.133 --- pkgsrc/lang/rust/Makefile:1.132 Tue Nov 26 14:41:13 2019 +++ pkgsrc/lang/rust/Makefile Mon Dec 2 10:51:10 2019 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.132 2019/11/26 14:41:13 ryoon Exp $ +# $NetBSD: Makefile,v 1.133 2019/12/02 10:51:10 ryoon Exp $ DISTNAME= rustc-1.39.0-src PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= http://static.rust-lang.org/dist/ @@ -286,9 +286,6 @@ TOOLS_CREATE+= md5sum TOOLS_PATH.md5sum= ${PREFIX}/bin/gmd5sum TOOLS_PLATFORM.gzcat= ${PREFIX}/bin/gzip -cd .endif -.if ${OPSYS} == "NetBSD" -DEPENDS+= mozilla-rootcerts-openssl-[0-9]*:../../security/mozilla-rootcerts-openssl -.endif SUBST_CLASSES+= rpath SUBST_STAGE.rpath= pre-configure --_----------=_1575283871145100--